mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
5 lines
199 B
PHP
5 lines
199 B
PHP
|
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;
|
||
|
}
|