MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
have_binlog_checksum_off.inc
1 if (`select variable_value not like 'NONE' from information_schema.GLOBAL_VARIABLES
2  where variable_name='binlog_checksum'`){
3  skip Can not run the test when server activated checksumming;
4 }