mariadb/mysql-test/include/have_binlog_checksum_off.inc

5 lines
199 B
PHP
Raw Normal View History

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;
}