diff options
author | forkfun <alice.sherepa@gmail.com> | 2021-12-08 14:28:42 +0100 |
---|---|---|
committer | forkfun <alice.sherepa@gmail.com> | 2021-12-08 14:28:42 +0100 |
commit | 5e8148819eac7e48ce962ae27b9d27ac0c32f8ed (patch) | |
tree | d1e0b2eb609b6a052ff2ddcf855aa6fab8904383 /mysql-test/main/backup_lock_binlog.result | |
parent | 5c8e628dda8be24544941b1892ce24c33b14e004 (diff) | |
download | mariadb-git-5e8148819eac7e48ce962ae27b9d27ac0c32f8ed.tar.gz |
minor cleanup of backup_lock_binlog.test, so that test passes also with statement binlog format
Diffstat (limited to 'mysql-test/main/backup_lock_binlog.result')
-rw-r--r-- | mysql-test/main/backup_lock_binlog.result | 3 |
1 files changed, 0 insertions, 3 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; # |