mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
Update the result file for sys_vars.all_vars since the imported
InnoDB provides a few more config variables.
This commit is contained in:
parent
fb0c4b145a
commit
6fb04b81ff
1 changed files with 6 additions and 0 deletions
|
@ -10,5 +10,11 @@ There should be *no* long test name listed below:
|
|||
select variable_name as `There should be *no* variables listed below:` from t2
|
||||
left join t1 on variable_name=test_name where test_name is null;
|
||||
There should be *no* variables listed below:
|
||||
INNODB_USE_NATIVE_AIO
|
||||
INNODB_PURGE_THREADS
|
||||
INNODB_PURGE_BATCH_SIZE
|
||||
INNODB_USE_NATIVE_AIO
|
||||
INNODB_PURGE_THREADS
|
||||
INNODB_PURGE_BATCH_SIZE
|
||||
drop table t1;
|
||||
drop table t2;
|
||||
|
|
Loading…
Add table
Reference in a new issue