mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
backporting bug@27808 fixes
This commit is contained in:
@ -53,6 +53,8 @@ Last_IO_Errno #
|
||||
Last_IO_Error #
|
||||
Last_SQL_Errno 0
|
||||
Last_SQL_Error
|
||||
Replicate_Ignore_Server_Ids
|
||||
Master_Server_Id 1
|
||||
select * from t1;
|
||||
s
|
||||
Could not break slave
|
||||
@ -132,6 +134,8 @@ Last_IO_Errno #
|
||||
Last_IO_Error #
|
||||
Last_SQL_Errno 0
|
||||
Last_SQL_Error
|
||||
Replicate_Ignore_Server_Ids
|
||||
Master_Server_Id 1
|
||||
select * from t2;
|
||||
m
|
||||
34
|
||||
@ -196,6 +200,8 @@ Last_IO_Errno #
|
||||
Last_IO_Error #
|
||||
Last_SQL_Errno 0
|
||||
Last_SQL_Error
|
||||
Replicate_Ignore_Server_Ids
|
||||
Master_Server_Id 1
|
||||
lock tables t3 read;
|
||||
select count(*) from t3 where n >= 4;
|
||||
count(*)
|
||||
|
Reference in New Issue
Block a user