mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
minor cleanup of backup_lock_binlog.test, so that test passes also with statement binlog format
This commit is contained in:
@ -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 @@
|
|||||||
--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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user