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

(-)dbd/myMsql.h (-1 / +1 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
#define MyShutdown(s) mysql_shutdown(s)
120
#define MyShutdown(s) mysql_shutdown(s, SHUTDOWN_DEFAULT)
121
#ifdef REFRESH_GRANT
121
#ifdef REFRESH_GRANT
122
#define MyReload(s) mysql_refresh(s, \
122
#define MyReload(s) mysql_refresh(s, \
123
				  REFRESH_GRANT|REFRESH_LOG|REFRESH_TABLES)
123
				  REFRESH_GRANT|REFRESH_LOG|REFRESH_TABLES)

Return to bug 83373