Menu

#234 mysqlconenction should handle threads like sqliteconnection

closed-invalid
nobody
MySQL (29)
5
2008-03-07
2008-02-16
Neil Muller
No

Mysqldb only supports threadsafety level 1, so connections can't be shared between threads.

sqlite has the same issues, so mysqlconenction needs similiar logic for dealing with threads. I've attached a patch based on sqliteconnection, which resolves the issue for me.

Discussion

  • Neil Muller

    Neil Muller - 2008-02-16

    mysqlconection thread management patch

     
  • Oleg Broytman

    Oleg Broytman - 2008-03-07
    • status: open --> closed-invalid
     

Log in to post a comment.