Commit c3efdc92 authored by jimw@mysql.com's avatar jimw@mysql.com

Fix compile using libwrap with gcc 4.0.2. (Bug #12570)

parent aa7dd949
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment