~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_flushlog_loop.result

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-05-11 18:47:32 UTC
  • mto: (2.1.2 sid) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100511184732-jhn055kfhxze24kt
Tags: upstream-5.1.46
ImportĀ upstreamĀ versionĀ 5.1.46

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
stop slave;
 
8
change master to master_host='127.0.0.1',master_user='root',
 
9
master_password='',master_port=MASTER_PORT;
 
10
start slave;
 
11
stop slave;
 
12
change master to master_host='127.0.0.1',master_user='root',
 
13
master_password='',master_port=SLAVE_PORT;
 
14
start slave;
 
15
 
 
16
let $result_pattern= '%127.0.0.1%root%slave-bin.000001%slave-bin.000001%Yes%Yes%0%0%None%' ;
 
17
 
 
18
--source include/wait_slave_status.inc
 
19
flush logs;
 
20
SHOW SLAVE STATUS;
 
21
Slave_IO_State  #
 
22
Master_Host     127.0.0.1
 
23
Master_User     root
 
24
Master_Port     SLAVE_PORT
 
25
Connect_Retry   60
 
26
Master_Log_File slave-bin.000001
 
27
Read_Master_Log_Pos     106
 
28
Relay_Log_File  #
 
29
Relay_Log_Pos   #
 
30
Relay_Master_Log_File   slave-bin.000001
 
31
Slave_IO_Running        Yes
 
32
Slave_SQL_Running       Yes
 
33
Replicate_Do_DB 
 
34
Replicate_Ignore_DB     
 
35
Replicate_Do_Table      
 
36
Replicate_Ignore_Table  #
 
37
Replicate_Wild_Do_Table 
 
38
Replicate_Wild_Ignore_Table     
 
39
Last_Errno      0
 
40
Last_Error      
 
41
Skip_Counter    0
 
42
Exec_Master_Log_Pos     106
 
43
Relay_Log_Space #
 
44
Until_Condition None
 
45
Until_Log_File  
 
46
Until_Log_Pos   0
 
47
Master_SSL_Allowed      No
 
48
Master_SSL_CA_File      
 
49
Master_SSL_CA_Path      
 
50
Master_SSL_Cert 
 
51
Master_SSL_Cipher       
 
52
Master_SSL_Key  
 
53
Seconds_Behind_Master   #
 
54
Master_SSL_Verify_Server_Cert   No
 
55
Last_IO_Errno   0
 
56
Last_IO_Error   
 
57
Last_SQL_Errno  0
 
58
Last_SQL_Error  
 
59
STOP SLAVE;