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

(-)old/dbd/myMsql.h (+4 lines)
Lines 117-123 Link Here
117
#define MyGetHostInfo(s) mysql_get_host_info(s)
117
#define MyGetHostInfo(s) mysql_get_host_info(s)
118
#define MyGetServerInfo(s) mysql_get_server_info(s)
118
#define MyGetServerInfo(s) mysql_get_server_info(s)
119
#define MyGetProtoInfo(s) mysql_get_proto_info(s)
119
#define MyGetProtoInfo(s) mysql_get_proto_info(s)
120
#if MYSQL_VERSION_ID>=40103
121
#define MyShutdown(s) mysql_shutdown(s, SHUTDOWN_DEFAULT)
122
#else
120
#define MyShutdown(s) mysql_shutdown(s)
123
#define MyShutdown(s) mysql_shutdown(s)
124
#endif
121
#ifdef REFRESH_GRANT
125
#ifdef REFRESH_GRANT
122
#define MyReload(s) mysql_refresh(s, \
126
#define MyReload(s) mysql_refresh(s, \
123
				  REFRESH_GRANT|REFRESH_LOG|REFRESH_TABLES)
127
				  REFRESH_GRANT|REFRESH_LOG|REFRESH_TABLES)

Return to bug 85844