Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 158173
Collapse All | Expand All

(-)MySQL-python-1.2.1_p2/_mysql.c (+3 lines)
Lines 567-572 Link Here
567
	if (!conn) {
567
	if (!conn) {
568
		_mysql_Exception(self);
568
		_mysql_Exception(self);
569
		return -1;
569
		return -1;
570
	} else {
571
		my_bool enable = 1;
572
		mysql_options(conn, MYSQL_OPT_RECONNECT, &enable);
570
	}
573
	}
571
	/*
574
	/*
572
	  PyType_GenericAlloc() automatically sets up GC allocation and
575
	  PyType_GenericAlloc() automatically sets up GC allocation and

Return to bug 158173