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

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/r/rpl_replicate_do.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:
26
26
select * from t11;
27
27
ERROR 42S02: Table 'test.t11' doesn't exist
28
28
drop table if exists t1,t2,t11;
29
 
SHOW SLAVE STATUS;
30
 
Slave_IO_State  #
31
 
Master_Host     127.0.0.1
32
 
Master_User     root
33
 
Master_Port     MASTER_PORT
34
 
Connect_Retry   1
35
 
Master_Log_File master-bin.000001
36
 
Read_Master_Log_Pos     #
37
 
Relay_Log_File  #
38
 
Relay_Log_Pos   #
39
 
Relay_Master_Log_File   master-bin.000001
40
 
Slave_IO_Running        Yes
41
 
Slave_SQL_Running       Yes
42
 
Replicate_Do_DB 
43
 
Replicate_Ignore_DB     
44
29
Replicate_Do_Table      test.t1
45
 
Replicate_Ignore_Table  
46
 
Replicate_Wild_Do_Table 
47
 
Replicate_Wild_Ignore_Table     
48
 
Last_Errno      0
49
 
Last_Error      
50
 
Skip_Counter    0
51
 
Exec_Master_Log_Pos     #
52
 
Relay_Log_Space #
53
 
Until_Condition None
54
 
Until_Log_File  
55
 
Until_Log_Pos   0
56
 
Master_SSL_Allowed      No
57
 
Master_SSL_CA_File      
58
 
Master_SSL_CA_Path      
59
 
Master_SSL_Cert 
60
 
Master_SSL_Cipher       
61
 
Master_SSL_Key  
62
 
Seconds_Behind_Master   #
63
 
Master_SSL_Verify_Server_Cert   No
64
 
Last_IO_Errno   #
65
 
Last_IO_Error   #
66
 
Last_SQL_Errno  0
67
 
Last_SQL_Error  
68
30
create table t1 (ts timestamp);
69
31
set one_shot time_zone='met';
70
32
insert into t1 values('2005-08-12 00:00:00');