mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new
into linux.site:/home/reggie/work/mysql-5.1-bug16718
This commit is contained in:
commit
913d34fd51
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
-- require r/have_partition.require
|
||||
disable_query_log;
|
||||
show variables like "have_partition_engine";
|
||||
show variables like "have_partitioning";
|
||||
enable_query_log;
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Variable_name Value
|
||||
have_partition_engine YES
|
||||
have_partitioning YES
|
||||
|
|
|
|||
|
|
@ -631,7 +631,7 @@ sys_var_have_variable sys_have_innodb("have_innodb", &have_innodb);
|
|||
sys_var_have_variable sys_have_isam("have_isam", &have_isam);
|
||||
sys_var_have_variable sys_have_ndbcluster("have_ndbcluster", &have_ndbcluster);
|
||||
sys_var_have_variable sys_have_openssl("have_openssl", &have_openssl);
|
||||
sys_var_have_variable sys_have_partition_db("have_partition_engine",
|
||||
sys_var_have_variable sys_have_partition_db("have_partitioning",
|
||||
&have_partition_db);
|
||||
sys_var_have_variable sys_have_query_cache("have_query_cache",
|
||||
&have_query_cache);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue