Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 712692 | Differences between
and this patch

Collapse All | Expand All

(-)a/contrib/dlz/drivers/dlz_mysql_driver.c (+3 lines)
Lines 750-755 Link Here
750
	char *	      endp;
750
	char *	      endp;
751
	int	      j;
751
	int	      j;
752
	unsigned int  flags = 0;
752
	unsigned int  flags = 0;
753
#if MYSQL_VERSION_ID >= 80000
754
	 typedef bool my_bool;  // Workaround to make library work with MySQL client 8.0 as well as earlier versions
755
#endif
753
#if MYSQL_VERSION_ID >= 50000
756
#if MYSQL_VERSION_ID >= 50000
754
	my_bool auto_reconnect = 1;
757
	my_bool auto_reconnect = 1;
755
#endif
758
#endif

Return to bug 712692