| Path : /opt/mysql/mysql-test/suite/sys_vars/t/ |
| Current File : //opt/mysql/mysql-test/suite/sys_vars/t/innodb_disable_background_merge_basic.test |
# # Basic test for innodb_disable_background_merge. # -- source include/have_innodb.inc # The config variable is a debug variable -- source include/have_debug.inc # Check the default value SET @orig = @@global.innodb_disable_background_merge; SELECT @orig;