mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1
into zim.(none):/home/brian/mysql/mysql-4.1
This commit is contained in:
@ -398,6 +398,7 @@ SHOW_COMP_OPTION have_berkeley_db, have_innodb, have_isam, have_ndbcluster,
|
||||
SHOW_COMP_OPTION have_raid, have_openssl, have_symlink, have_query_cache;
|
||||
SHOW_COMP_OPTION have_geometry, have_rtree_keys;
|
||||
SHOW_COMP_OPTION have_crypt, have_compress;
|
||||
SHOW_COMP_OPTION have_blackhole_db;
|
||||
|
||||
/* Thread specific variables */
|
||||
|
||||
@ -5769,6 +5770,11 @@ static void mysql_init_variables(void)
|
||||
#else
|
||||
have_archive_db= SHOW_OPTION_NO;
|
||||
#endif
|
||||
#ifdef HAVE_BLACKHOLE_DB
|
||||
have_blackhole_db= SHOW_OPTION_YES;
|
||||
#else
|
||||
have_blackhole_db= SHOW_OPTION_NO;
|
||||
#endif
|
||||
#ifdef HAVE_CSV_DB
|
||||
have_csv_db= SHOW_OPTION_YES;
|
||||
#else
|
||||
|
Reference in New Issue
Block a user