summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/t/innodb_disable_background_merge_basic.test
blob: 9ab1a90efe11ad4fc2ca00ad1e2a6682d7371c30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# 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;