View | Details | Raw Unified | Return to bug 187666
Collapse All | Expand All

(-)databases/py-MySQLdb55/work/MySQL-python-1.2.3/_mysql.c 2014-03-17 17:07:21.277236517 +0000 (+4 lines)
Lines 102-107 Link Here
102
#define check_server_init(x) if (!_mysql_server_init_done) _mysql_server_init_done = 1
102
#define check_server_init(x) if (!_mysql_server_init_done) _mysql_server_init_done = 1
103
#endif
103
#endif
104
104
105
#if MYSQL_VERSION_ID >= 50500
106
#define HAVE_OPENSSL 1
107
#endif
108
 
105
PyObject *
109
PyObject *
106
_mysql_Exception(_mysql_ConnectionObject *c)
110
_mysql_Exception(_mysql_ConnectionObject *c)
107
{
111
{

Return to bug 187666