summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/t/sysvars_aria.test
blob: b042f1010f4b68e2aef772bd8999b07d8bb0e3d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--source include/have_aria.inc
--source include/have_aria_used_for_temp_tables.inc
--source include/word_size.inc

let datadir=`select @@datadir`;

--vertical_results

--replace_result $datadir DATADIR
select VARIABLE_NAME, SESSION_VALUE, DEFAULT_VALUE, VARIABLE_SCOPE, VARIABLE_TYPE, VARIABLE_COMMENT, NUMERIC_MIN_VALUE, NUMERIC_MAX_VALUE, NUMERIC_BLOCK_SIZE, ENUM_VALUE_LIST, READ_ONLY, COMMAND_LINE_ARGUMENT from information_schema.system_variables
  where variable_name like 'aria%'
  order by variable_name;