mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Patch for push of wl1354 Partitioning
This commit is contained in:
parent
22545f4777
commit
cd483c5520
99 changed files with 14670 additions and 592 deletions
|
|
@ -786,6 +786,7 @@ struct show_var_st init_vars[]= {
|
|||
{"have_isam", (char*) &have_isam, SHOW_HAVE},
|
||||
{"have_ndbcluster", (char*) &have_ndbcluster, SHOW_HAVE},
|
||||
{"have_openssl", (char*) &have_openssl, SHOW_HAVE},
|
||||
{"have_partition_engine", (char*) &have_partition_db, SHOW_HAVE},
|
||||
{"have_query_cache", (char*) &have_query_cache, SHOW_HAVE},
|
||||
{"have_raid", (char*) &have_raid, SHOW_HAVE},
|
||||
{"have_rtree_keys", (char*) &have_rtree_keys, SHOW_HAVE},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue