1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#16095 (INSERT DELAYED crashes mysqld server):

Checking that binlog is open before calling binlog_query().
This commit is contained in:
mats@mysql.com
2006-01-11 09:16:24 +01:00
parent 12fcc10533
commit 31c3ae5603
3 changed files with 4 additions and 28 deletions

View File

@ -24,9 +24,8 @@ SHOW TABLES;
Tables_in_test_ignore
t2
INSERT INTO t2 VALUES (3,3), (4,4);
SHOW BINLOG EVENTS;
SHOW BINLOG EVENTS FROM 102;
Log_name Pos Event_type Server_id End_log_pos Info
master-bin.000001 4 Format_desc 1 102 Server ver: 5.1.5-alpha-debug-log, Binlog ver: 4
master-bin.000001 102 Query 1 195 use `test`; CREATE TABLE t1 (a INT, b INT)
master-bin.000001 195 Table_map 1 235 test.t1
master-bin.000001 235 Write_rows 1 282