summaryrefslogtreecommitdiff
path: root/storage/tokudb/mysql-test/tokudb/t/information-schema-global-status.test
blob: 40ccbb5a1f9115fce4b91febc7ecfba08faf4fa6 (plain)
1
2
3
# 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;