Skip to content

Commit

Permalink
minor cleanup of backup_lock_binlog.test, so that test passes also wi…
Browse files Browse the repository at this point in the history
…th statement binlog format
  • Loading branch information
forkfun committed Dec 8, 2021
1 parent 5c8e628 commit 5e81488
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions mysql-test/main/backup_lock_binlog.result
Expand Up @@ -2,9 +2,6 @@
# MDEV-25334 FTWRL/Backup blocks DDL on temporary tables with binlog
# enabled assertion fails in Diagnostics_area::set_error_status
#
select @@binlog_format;
@@binlog_format
MIXED
connect con1,localhost,root,,;
connection default;
#
Expand Down
1 change: 0 additions & 1 deletion mysql-test/main/backup_lock_binlog.test
Expand Up @@ -9,7 +9,6 @@
--echo # enabled assertion fails in Diagnostics_area::set_error_status
--echo #

select @@binlog_format;
--connect (con1,localhost,root,,)
connection default;

Expand Down

0 comments on commit 5e81488

Please sign in to comment.