diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-08-02 07:32:28 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-08-02 07:32:28 +0000 |
commit | 5cd226e3c2438df54c6be442556201e993e28554 (patch) | |
tree | 1557514870e7b010a8e80c9a0f458b6d3ca909da /databases | |
parent | e16ddcb1a6c41eee397746462c83134f25af7383 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-MySQLdb-devel/files/patch-_mysql.c | 2 | ||||
-rw-r--r-- | databases/py-MySQLdb/files/patch-_mysql.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-MySQLdb-devel/files/patch-_mysql.c b/databases/py-MySQLdb-devel/files/patch-_mysql.c index c595576ce69d..f5f7121e0259 100644 --- a/databases/py-MySQLdb-devel/files/patch-_mysql.c +++ b/databases/py-MySQLdb-devel/files/patch-_mysql.c @@ -10,7 +10,7 @@ diff -u -r1.49 _mysql.c check_connection(self); Py_BEGIN_ALLOW_THREADS + -+#if MYSQL_VERSION_ID >= 040103 ++#if MYSQL_VERSION_ID >= 40103 + r = mysql_shutdown(&(self->connection), + SHUTDOWN_DEFAULT); +#else diff --git a/databases/py-MySQLdb/files/patch-_mysql.c b/databases/py-MySQLdb/files/patch-_mysql.c index c595576ce69d..f5f7121e0259 100644 --- a/databases/py-MySQLdb/files/patch-_mysql.c +++ b/databases/py-MySQLdb/files/patch-_mysql.c @@ -10,7 +10,7 @@ diff -u -r1.49 _mysql.c check_connection(self); Py_BEGIN_ALLOW_THREADS + -+#if MYSQL_VERSION_ID >= 040103 ++#if MYSQL_VERSION_ID >= 40103 + r = mysql_shutdown(&(self->connection), + SHUTDOWN_DEFAULT); +#else |