From 5e8148819eac7e48ce962ae27b9d27ac0c32f8ed Mon Sep 17 00:00:00 2001 From: forkfun Date: Wed, 8 Dec 2021 14:28:42 +0100 Subject: [PATCH] minor cleanup of backup_lock_binlog.test, so that test passes also with statement binlog format --- mysql-test/main/backup_lock_binlog.result | 3 --- mysql-test/main/backup_lock_binlog.test | 1 - 2 files changed, 4 deletions(-) diff --git a/mysql-test/main/backup_lock_binlog.result b/mysql-test/main/backup_lock_binlog.result index adf960a9cb1..b07e1b59e58 100644 --- a/mysql-test/main/backup_lock_binlog.result +++ b/mysql-test/main/backup_lock_binlog.result @@ -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; # diff --git a/mysql-test/main/backup_lock_binlog.test b/mysql-test/main/backup_lock_binlog.test index 45b3f1cfbd9..71463d6a8d5 100644 --- a/mysql-test/main/backup_lock_binlog.test +++ b/mysql-test/main/backup_lock_binlog.test @@ -9,7 +9,6 @@ --echo # enabled assertion fails in Diagnostics_area::set_error_status --echo # -select @@binlog_format; --connect (con1,localhost,root,,) connection default;