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

(-)a/contrib/dlz/drivers/dlz_mysql_driver.c (-1 / +4 lines)
Lines 789-796 mysql_create(const char *dlzname, unsigned int argc, char *argv[], Link Here
789
	char *endp;
789
	char *endp;
790
	int j;
790
	int j;
791
	unsigned int flags = 0;
791
	unsigned int flags = 0;
792
#if MYSQL_VERSION_ID >= 80000
793
	typedef bool my_bool;  // Workaround to make library work with MySQL client 8.0 as well as earlier versions
794
#endif
792
#if MYSQL_VERSION_ID >= 50000
795
#if MYSQL_VERSION_ID >= 50000
793
        my_bool auto_reconnect = 1;
796
	my_bool auto_reconnect = 1;
794
#endif
797
#endif
795
798
796
	UNUSED(driverarg);
799
	UNUSED(driverarg);

Return to bug 692834