mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix after merge
This commit is contained in:
@ -70,12 +70,16 @@ master-bin.000002 434 Query 1 510 use `test`; drop table t1
|
||||
show binary logs;
|
||||
Log_name File_size
|
||||
master-bin.000001 0
|
||||
master-bin.000002 276
|
||||
master-bin.000002 510
|
||||
Warnings:
|
||||
Error 29 File 'master-bin.000001' not found (Errcode: 2)
|
||||
start slave;
|
||||
show binary logs;
|
||||
Log_name File_size
|
||||
slave-bin.000001 0
|
||||
slave-bin.000002 170
|
||||
slave-bin.000002 348
|
||||
Warnings:
|
||||
Error 29 File 'slave-bin.000001' not found (Errcode: 2)
|
||||
show binlog events in 'slave-bin.000001' from 4;
|
||||
Log_name Pos Event_type Server_id End_log_pos Info
|
||||
slave-bin.000001 4 Format_desc 2 98 Server ver: VERSION, Binlog ver: 4
|
||||
|
Reference in New Issue
Block a user