When i tried to build it on linux with mysql 4.1.7, i got:
_mysql.c :1545: error: to few arguments to function 'mysql_shutdown'
It's a change to the function with later versions of MySQL. Here's a page that includes the patch to _mysql.c :
http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2004-October/043318.html
For the nth time, MySQLdb-1.0.0 does NOT support MySQL-4.1. 1.1.7 and newer does.
Log in to post a comment.
When i tried to build it on linux with mysql 4.1.7, i got:
_mysql.c :1545: error: to few arguments to function 'mysql_shutdown'
It's a change to the function with later versions of MySQL. Here's a page that includes the patch to _mysql.c :
http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2004-October/043318.html
For the nth time, MySQLdb-1.0.0 does NOT support MySQL-4.1. 1.1.7 and newer does.