mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Bug#16095 (INSERT DELAYED crashes mysqld server):
Checking that binlog is open before calling binlog_query(). mysql-test/r/rpl_row_basic_11bugs.result: Result change caused by test change. mysql-test/t/rpl_row_basic_11bugs.test: Ignoring format event since it contain the version number. sql/sql_insert.cc: Debriding code. Checking that binlog is open before calling binlog_query().
This commit is contained in:
@@ -17,7 +17,7 @@ USE test_ignore;
|
||||
CREATE TABLE t2 (a INT, b INT);
|
||||
SHOW TABLES;
|
||||
INSERT INTO t2 VALUES (3,3), (4,4);
|
||||
SHOW BINLOG EVENTS;
|
||||
SHOW BINLOG EVENTS FROM 102;
|
||||
sync_slave_with_master;
|
||||
--echo **** On Slave ****
|
||||
SHOW DATABASES;
|
||||
|
||||
Reference in New Issue
Block a user