mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
parent
278a5dfa83
commit
503f86f3ba
2 changed files with 4 additions and 4 deletions
|
@ -123,7 +123,7 @@ Replicate_Ignore_Table
|
||||||
Replicate_Wild_Do_Table
|
Replicate_Wild_Do_Table
|
||||||
Replicate_Wild_Ignore_Table
|
Replicate_Wild_Ignore_Table
|
||||||
Last_Errno 1364
|
Last_Errno 1364
|
||||||
Last_Error Error in Write_rows event: error during transaction execution on table test.t1_nodef. Unknown error
|
Last_Error Error in Write_rows event: error during transaction execution on table test.t1_nodef.
|
||||||
Skip_Counter 0
|
Skip_Counter 0
|
||||||
Exec_Master_Log_Pos #
|
Exec_Master_Log_Pos #
|
||||||
Relay_Log_Space #
|
Relay_Log_Space #
|
||||||
|
@ -141,7 +141,7 @@ Master_SSL_Verify_Server_Cert No
|
||||||
Last_IO_Errno 0
|
Last_IO_Errno 0
|
||||||
Last_IO_Error
|
Last_IO_Error
|
||||||
Last_SQL_Errno 1364
|
Last_SQL_Errno 1364
|
||||||
Last_SQL_Error Error in Write_rows event: error during transaction execution on table test.t1_nodef
|
Last_SQL_Error Error in Write_rows event: error during transaction execution on table test.t1_nodef.
|
||||||
SET GLOBAL SQL_SLAVE_SKIP_COUNTER=2;
|
SET GLOBAL SQL_SLAVE_SKIP_COUNTER=2;
|
||||||
START SLAVE;
|
START SLAVE;
|
||||||
INSERT INTO t9 VALUES (2);
|
INSERT INTO t9 VALUES (2);
|
||||||
|
|
|
@ -123,7 +123,7 @@ Replicate_Ignore_Table
|
||||||
Replicate_Wild_Do_Table
|
Replicate_Wild_Do_Table
|
||||||
Replicate_Wild_Ignore_Table
|
Replicate_Wild_Ignore_Table
|
||||||
Last_Errno 1364
|
Last_Errno 1364
|
||||||
Last_Error Error in Write_rows event: error during transaction execution on table test.t1_nodef. Unknown error
|
Last_Error Error in Write_rows event: error during transaction execution on table test.t1_nodef.
|
||||||
Skip_Counter 0
|
Skip_Counter 0
|
||||||
Exec_Master_Log_Pos #
|
Exec_Master_Log_Pos #
|
||||||
Relay_Log_Space #
|
Relay_Log_Space #
|
||||||
|
@ -141,7 +141,7 @@ Master_SSL_Verify_Server_Cert No
|
||||||
Last_IO_Errno 0
|
Last_IO_Errno 0
|
||||||
Last_IO_Error
|
Last_IO_Error
|
||||||
Last_SQL_Errno 1364
|
Last_SQL_Errno 1364
|
||||||
Last_SQL_Error Error in Write_rows event: error during transaction execution on table test.t1_nodef
|
Last_SQL_Error Error in Write_rows event: error during transaction execution on table test.t1_nodef.
|
||||||
SET GLOBAL SQL_SLAVE_SKIP_COUNTER=2;
|
SET GLOBAL SQL_SLAVE_SKIP_COUNTER=2;
|
||||||
START SLAVE;
|
START SLAVE;
|
||||||
INSERT INTO t9 VALUES (2);
|
INSERT INTO t9 VALUES (2);
|
||||||
|
|
Loading…
Add table
Reference in a new issue