MySQL for Python MySQLdb-SVN
MySQL database connector for Python programming
Brought to you by:
adustman
--- a/trunk/MySQLdb/_mysql.c +++ b/trunk/MySQLdb/_mysql.c @@ -2738,7 +2738,6 @@ _mysql_thread_safe__doc__ }, #endif -#if MYSQL_VERSION_ID >= 40000 { "server_init", (PyCFunction)_mysql_server_init, @@ -2751,7 +2750,6 @@ METH_VARARGS, _mysql_server_end__doc__ }, -#endif {NULL, NULL} /* sentinel */ };