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

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl_ndb/r/rpl_ndb_basic.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:
140
140
**** On Master ****
141
141
UPDATE t1 SET `nom`="DEAD" WHERE `nid`=1;
142
142
**** On Slave ****
143
 
SHOW SLAVE STATUS;;
144
 
Slave_IO_State  <Slave_IO_State>
145
 
Master_Host     127.0.0.1
146
 
Master_User     root
147
 
Master_Port     MASTER_PORT
148
 
Connect_Retry   1
149
 
Master_Log_File master-bin.000001
150
 
Read_Master_Log_Pos     <Read_Master_Log_Pos>
151
 
Relay_Log_File  <Relay_Log_File>
152
 
Relay_Log_Pos   <Relay_Log_Pos>
153
 
Relay_Master_Log_File   master-bin.000001
154
 
Slave_IO_Running        Yes
155
 
Slave_SQL_Running       No
156
 
Replicate_Do_DB 
157
 
Replicate_Ignore_DB     
158
 
Replicate_Do_Table      
159
 
Replicate_Ignore_Table  <Replicate_Ignore_Table>
160
 
Replicate_Wild_Do_Table 
161
 
Replicate_Wild_Ignore_Table     
162
 
Last_Errno      <Last_Errno>
163
 
Last_Error      <Last_Error>
164
 
Skip_Counter    0
165
 
Exec_Master_Log_Pos     <Exec_Master_Log_Pos>
166
 
Relay_Log_Space <Relay_Log_Space>
167
 
Until_Condition None
168
 
Until_Log_File  
169
 
Until_Log_Pos   0
170
 
Master_SSL_Allowed      No
171
 
Master_SSL_CA_File      
172
 
Master_SSL_CA_Path      
173
 
Master_SSL_Cert 
174
 
Master_SSL_Cipher       
175
 
Master_SSL_Key  
176
 
Seconds_Behind_Master   <Seconds_Behind_Master>
177
 
Master_SSL_Verify_Server_Cert   No
178
 
Last_IO_Errno   <Last_IO_Errno>
179
 
Last_IO_Error   <Last_IO_Error>
180
 
Last_SQL_Errno  <Last_SQL_Errno>
181
 
Last_SQL_Error  <Last_SQL_Error>
 
143
Last_SQL_Error = Could not execute Write_rows event on table test.t1; Got temporary error 266 'Time-out in NDB, probably caused by deadlock' from NDB, Error_code: 1297; Lock wait timeout exceeded; try restarting transaction, Error_code: 1205; handler error HA_ERR_LOCK_WAIT_TIMEOUT; the event's master log master-bin.000001, end_log_pos 6834
182
144
set GLOBAL slave_transaction_retries=10;
183
145
include/start_slave.inc
184
146
select * from t1 order by nid;