1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fix test failure on rpl_statements test by not listing wsrep variable.

This commit is contained in:
Jan Lindström
2014-09-09 13:35:39 +03:00
parent bf30585eaf
commit 6748976d14
2 changed files with 5 additions and 6 deletions

View File

@ -14,7 +14,6 @@ include/master-slave.inc
show variables like 'binlog_format%';
Variable_name Value
binlog_format MIXED
wsrep_forced_binlog_format NONE
drop table if exists test.marker;
select thread_id into @my_thread_id
from performance_schema.threads
@ -59,7 +58,6 @@ Expect 1
show variables like 'binlog_format%';
Variable_name Value
binlog_format MIXED
wsrep_forced_binlog_format NONE
*** Clear statement events
*** Create/drop table, create/drop database