~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to mysql-test/suite/engines/funcs/r/rpl_slave_status.result

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-21 15:31:05 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100621153105-pbbz3t6nyrf9t2zq
Tags: upstream-5.1.48
ImportĀ upstreamĀ versionĀ 5.1.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
flush privileges;
19
19
stop slave;
20
20
start slave;
21
 
show slave status;
22
 
Slave_IO_State  #
23
 
Master_Host     127.0.0.1
24
 
Master_User     rpl
25
 
Master_Port     MASTER_MYPORT
26
 
Connect_Retry   1
27
 
Master_Log_File master-bin.000001
28
 
Read_Master_Log_Pos     #
29
 
Relay_Log_File  #
30
 
Relay_Log_Pos   #
31
 
Relay_Master_Log_File   master-bin.000001
32
 
Slave_IO_Running        No
33
 
Slave_SQL_Running       Yes
34
 
Replicate_Do_DB 
35
 
Replicate_Ignore_DB     
36
 
Replicate_Do_Table      
37
 
Replicate_Ignore_Table  
38
 
Replicate_Wild_Do_Table 
39
 
Replicate_Wild_Ignore_Table     
40
 
Last_Errno      0
41
 
Last_Error      
42
 
Skip_Counter    0
43
 
Exec_Master_Log_Pos     #
44
 
Relay_Log_Space #
45
 
Until_Condition None
46
 
Until_Log_File  
47
 
Until_Log_Pos   0
48
 
Master_SSL_Allowed      No
49
 
Master_SSL_CA_File      
50
 
Master_SSL_CA_Path      
51
 
Master_SSL_Cert 
52
 
Master_SSL_Cipher       
53
 
Master_SSL_Key  
54
 
Seconds_Behind_Master   NULL
55
 
Master_SSL_Verify_Server_Cert   No
56
 
Last_IO_Errno   #
57
 
Last_IO_Error   #
58
 
Last_SQL_Errno  0
59
 
Last_SQL_Error  
60
21
drop table t1;
61
22
drop table t1;