mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
updates caused by 5.1.16
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
10|line A
|
||||
20|line B
|
||||
30|line C
|
||||
|
||||
|
@@ -138,7 +138,7 @@ ALTER TABLE t2 DROP COLUMN d;
|
||||
******************** SHOW BINLOG EVENTS ********************
|
||||
show binlog events from 1;
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
master-bin.000001 # Format_desc 1 # Server ver: 5.1.15-beta-debug-log, Binlog ver: 4
|
||||
master-bin.000001 # Format_desc 1 # Server ver: 5.1.16-beta-debug-log, Binlog ver: 4
|
||||
master-bin.000001 # Query 1 # DROP DATABASE IF EXISTS test_rpl
|
||||
master-bin.000001 # Query 1 # DROP DATABASE IF EXISTS test_rpl_1
|
||||
master-bin.000001 # Query 1 # CREATE DATABASE test_rpl_1 CHARACTER SET utf8 COLLATE utf8_general_ci
|
||||
|
@@ -864,7 +864,7 @@ master-bin.000001 # Query 1 # use `test_rpl`; DELETE FROM t1
|
||||
master-bin.000001 # Xid 1 # #
|
||||
master-bin.000001 # Query 1 # use `test_rpl`; DELETE FROM t2
|
||||
master-bin.000001 # Xid 1 # #
|
||||
master-bin.000001 # Begin_load_query 1 # ;file_id=1;block_len=29
|
||||
master-bin.000001 # Begin_load_query 1 # ;file_id=1;block_len=30
|
||||
master-bin.000001 # Execute_load_query 1 # use `test_rpl`; LOAD DATA INFILE '../../suite/rpl/data/rpl_mixed.dat' INTO TABLE t1 FIELDS TERMINATED BY '|' ;file_id=1
|
||||
master-bin.000001 # Xid 1 # #
|
||||
master-bin.000001 # Query 1 # use `test_rpl`; DELETE FROM t1
|
||||
|
Reference in New Issue
Block a user