2
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
5
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
7
CREATE TABLE t1 (a INT, b INT);
8
INSERT INTO t1 VALUES (1,10);
13
Master_Port MASTER_PORT
15
Master_Log_File master-bin.000001
16
Read_Master_Log_Pos 291
19
Relay_Master_Log_File master-bin.000001
25
Replicate_Ignore_Table #
26
Replicate_Wild_Do_Table
27
Replicate_Wild_Ignore_Table
31
Exec_Master_Log_Pos 291
42
Seconds_Behind_Master #
43
Master_SSL_Verify_Server_Cert No
48
LOAD DATA INFILE '../std_data_ln/rpl_loaddata.dat' INTO TABLE t1;
53
Master_Port MASTER_PORT
55
Master_Log_File master-bin.000001
56
Read_Master_Log_Pos 466
59
Relay_Master_Log_File master-bin.000001
65
Replicate_Ignore_Table #
66
Replicate_Wild_Do_Table
67
Replicate_Wild_Ignore_Table
69
Last_Error Fatal error: Not enough memory
71
Exec_Master_Log_Pos 326
82
Seconds_Behind_Master #
83
Master_SSL_Verify_Server_Cert No
87
Last_SQL_Error Fatal error: Not enough memory
88
SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1;