Commit 5e814881 authored by forkfun's avatar forkfun

minor cleanup of backup_lock_binlog.test, so that test passes also with statement binlog format

parent 5c8e628d
...@@ -2,9 +2,6 @@ ...@@ -2,9 +2,6 @@
# MDEV-25334 FTWRL/Backup blocks DDL on temporary tables with binlog # MDEV-25334 FTWRL/Backup blocks DDL on temporary tables with binlog
# enabled assertion fails in Diagnostics_area::set_error_status # enabled assertion fails in Diagnostics_area::set_error_status
# #
select @@binlog_format;
@@binlog_format
MIXED
connect con1,localhost,root,,; connect con1,localhost,root,,;
connection default; connection default;
# #
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
--echo # enabled assertion fails in Diagnostics_area::set_error_status --echo # enabled assertion fails in Diagnostics_area::set_error_status
--echo # --echo #
select @@binlog_format;
--connect (con1,localhost,root,,) --connect (con1,localhost,root,,)
connection default; connection default;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment