diff options
Diffstat (limited to 'mysql-test/include/have_binlog_checksum_off.inc')
-rw-r--r-- | mysql-test/include/have_binlog_checksum_off.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/have_binlog_checksum_off.inc b/mysql-test/include/have_binlog_checksum_off.inc new file mode 100644 index 00000000..c7c444c8 --- /dev/null +++ b/mysql-test/include/have_binlog_checksum_off.inc @@ -0,0 +1,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; +} |