~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
stop slave;
 
2
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
 
3
reset master;
 
4
reset slave;
 
5
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
 
6
start slave;
 
7
reset master;
 
8
stop slave;
 
9
change master to master_port=SLAVE_PORT;
 
10
start slave;
 
11
*** must be having the replicate-same-server-id IO thread error ***
 
12
show slave status;
 
13
Slave_IO_State  
 
14
Master_Host     127.0.0.1
 
15
Master_User     root
 
16
Master_Port     SLAVE_PORT
 
17
Connect_Retry   1
 
18
Master_Log_File 
 
19
Read_Master_Log_Pos     4
 
20
Relay_Log_File  slave-relay-bin.000001
 
21
Relay_Log_Pos   4
 
22
Relay_Master_Log_File   
 
23
Slave_IO_Running        No
 
24
Slave_SQL_Running       #
 
25
Replicate_Do_DB 
 
26
Replicate_Ignore_DB     
 
27
Replicate_Do_Table      
 
28
Replicate_Ignore_Table  #
 
29
Replicate_Wild_Do_Table 
 
30
Replicate_Wild_Ignore_Table     #
 
31
Last_Errno      #
 
32
Last_Error      #
 
33
Skip_Counter    0
 
34
Exec_Master_Log_Pos     0
 
35
Relay_Log_Space 107
 
36
Until_Condition None
 
37
Until_Log_File  
 
38
Until_Log_Pos   0
 
39
Master_SSL_Allowed      No
 
40
Master_SSL_CA_File      
 
41
Master_SSL_CA_Path      
 
42
Master_SSL_Cert 
 
43
Master_SSL_Cipher       
 
44
Master_SSL_Key  
 
45
Seconds_Behind_Master   NULL
 
46
Master_SSL_Verify_Server_Cert   No
 
47
Last_IO_Errno   1593
 
48
Last_IO_Error   Fatal error: The slave I/O thread stops because master and slave have equal MySQL server ids; these ids must be different for replication to work (or the --replicate-same-server-id option must be used on slave but this does not always make sense; please check the manual before using it).
 
49
Last_SQL_Errno  #
 
50
Last_SQL_Error  #