~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/r/rpl_row_inexist_tbl.result

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
Master_Port     MASTER_PORT
25
25
Connect_Retry   1
26
26
Master_Log_File master-bin.000001
27
 
Read_Master_Log_Pos     606
 
27
Read_Master_Log_Pos     1154
28
28
Relay_Log_File  #
29
29
Relay_Log_Pos   #
30
30
Relay_Master_Log_File   master-bin.000001
37
37
Replicate_Wild_Do_Table 
38
38
Replicate_Wild_Ignore_Table     
39
39
Last_Errno      1146
40
 
Last_Error      Error 'Table 'test.t1' doesn't exist' on opening table `test`.`t1`
 
40
Last_Error      Error 'Table 'test.t1' doesn't exist' on opening tables
41
41
Skip_Counter    0
42
 
Exec_Master_Log_Pos     531
 
42
Exec_Master_Log_Pos     942
43
43
Relay_Log_Space #
44
44
Until_Condition None
45
45
Until_Log_File  
55
55
Last_IO_Errno   #
56
56
Last_IO_Error   #
57
57
Last_SQL_Errno  1146
58
 
Last_SQL_Error  Error 'Table 'test.t1' doesn't exist' on opening table `test`.`t1`
 
58
Last_SQL_Error  Error 'Table 'test.t1' doesn't exist' on opening tables
59
59
drop table t1, t2;