summaryrefslogtreecommitdiff
path: root/mysql-test/suite/tokudb/t/information-schema-global-status.test
blob: d984862b00adba1e985e6c6f7631d84b0dcce393 (plain)
1
2
3
4
source include/have_tokudb.inc;
# check that we have the appropriate engine-specific values in information_schema.global_status

select variable_name from information_schema.global_status where variable_name like 'tokudb%' order by variable_name asc;