mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fix compile using libwrap with gcc 4.0.2. (Bug #12570)
This commit is contained in:
@@ -564,7 +564,7 @@ bool mysqld_embedded=1;
|
||||
static const char* default_dbug_option;
|
||||
#endif
|
||||
#ifdef HAVE_LIBWRAP
|
||||
char *libwrapName= NULL;
|
||||
const char *libwrapName= NULL;
|
||||
#endif
|
||||
#ifdef HAVE_QUERY_CACHE
|
||||
static ulong query_cache_limit= 0;
|
||||
|
||||
Reference in New Issue
Block a user