mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
merge.
checkpoint. does not compile.
This commit is contained in:
@@ -11,8 +11,14 @@
|
||||
# Skipping this test if default engine = ndb
|
||||
#####################################
|
||||
-- source include/not_ndb_default.inc
|
||||
# Slow test, don't run during staging part
|
||||
-- source include/not_staging.inc
|
||||
-- source include/master-slave.inc
|
||||
|
||||
--disable_warnings
|
||||
drop tables if exists t1;
|
||||
--enable_warnings
|
||||
|
||||
disable_query_log;
|
||||
call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
|
||||
enable_query_log;
|
||||
@@ -54,6 +60,6 @@ drop table t1;
|
||||
sync_slave_with_master;
|
||||
|
||||
# If the machine is so fast that slave syncs before OPTIMIZE
|
||||
# starts, this test wil demonstrate nothing but will pass.
|
||||
# starts, this test will demonstrate nothing but will pass.
|
||||
|
||||
# End of 4.1 tests
|
||||
|
Reference in New Issue
Block a user