Edgewall Software

Changes between Version 41 and Version 42 of MySqlDb


Ignore:
Timestamp:
May 11, 2009, 9:25:09 PM (15 years ago)
Author:
Christian Boos
Comment:

#MySQLdb requirements: insist on using version 1.2.2 of the bindings compiled in thread-safe client mode

Legend:

Unmodified
Added
Removed
Modified
  • MySqlDb

    v41 v42  
    6262
    6363=== MySQLdb ===
    64 The recommended version is MySQL-python 1.2.2.
     64The recommended version is MySQL-python 1.2.2, which must be compiled in ''thread-safe client'' mode.
     65Earlier versions are known to be problematic and we got no feedback so far about the 1.2.3 pre-versions.
    6566
    6667See http://cheeseshop.python.org/pypi/MySQL-python/1.2.2, which contains links to the .tar.gz source distribution as well as pre-built Windows eggs.
     
    7273 - ''NOTE: '' On FreeBSD this package is called py-MySQLdb (in ports)
    7374
    74 
     75==== thread-safety is important ====
    7576You should make sure that you're using a thread-safe version of the bindings.
    7677To verify this, you can check the ''System Information'' section in the ''About Trac'' page, when you are logged with a user having the CONFIG_VIEW or the TRAC_ADMIN permission.
     
    7980 - [http://mysql-python.svn.sourceforge.net/viewvc/mysql-python/tags/MySQLdb-1.2.2/MySQLdb/README?revision=499&view=raw MySQLdb-1.2.2/MySQLdb/README], see the ''Building and installing'' section,
    8081 - [http://mysql-python.svn.sourceforge.net/viewvc/mysql-python/tags/MySQLdb-1.2.2/MySQLdb/site.cfg?revision=499&view=raw MySQLdb-1.2.2/MySQLdb/site.cfg]
     82
    8183
    8284== Conversion Procedures == #Conversion