EVOLUTION-MANAGER
Edit File: information-schema-global-status.test
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;