blob: c7c444c878591ee57e69f36670de9b03cca1b187 (
plain)
1
2
3
4
|
if (`select variable_value not like 'NONE' from information_schema.GLOBAL_VARIABLES
where variable_name='binlog_checksum'`){
skip Can not run the test when server activated checksumming;
}
|