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

This commit is contained in:
jimw@mysql.com 2005-11-01 11:08:20 -08:00
parent aa7dd94962
commit c3efdc92e7

View File

@ -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;