mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Backport MySQL WL#2540 into MariaDB.
Patch backported: bzr diff '-rrevid:alfranio.correia@oracle.com-20101121143257-se3vpqus73l4mum0 ..revid:luis.soares@oracle.com-20101124111752-9b8260bd1qak87hr' --old=lp:mysql-server --new=lp:mysql-server
This commit is contained in:
4
mysql-test/include/have_binlog_checksum_off.inc
Normal file
4
mysql-test/include/have_binlog_checksum_off.inc
Normal file
@ -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;
|
||||
}
|
Reference in New Issue
Block a user