mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.6' into 10.11
This commit is contained in:
@@ -11,8 +11,6 @@ START SLAVE IO_THREAD;
|
||||
include/wait_for_slave_io_to_start.inc
|
||||
START SLAVE UNTIL Master_log_file='master-bin.000001', Master_log_pos= 1178;
|
||||
SELECT MASTER_POS_WAIT('master-bin.000001', 1178, 60);
|
||||
MASTER_POS_WAIT('master-bin.000001', 1178, 60)
|
||||
NULL
|
||||
SELECT * FROM t1 ORDER BY a;
|
||||
a b c
|
||||
1 0
|
||||
|
Reference in New Issue
Block a user