@@ -345,9 +345,9 @@ SELECT * from t1 WHERE a > 10 ORDER BY a;
evalSELECTIF(INSTR(@@gtid_binlog_pos,'$saved_gtid'),"Binlog pos ok",CONCAT("Unexpected binlog pos: ",@@gtid_binlog_pos,"; does not contain the GTID $saved_gtid."))ASgtid_check;
--enable_query_log
--echo# Wait 30 seconds for SQL thread to catch up with IO thread
--echo# Wait 60 seconds for SQL thread to catch up with IO thread
evalSELECTIF(INSTR(@@gtid_current_pos,'$saved_gtid'),"Current pos ok",CONCAT("Unexpected current pos: ",@@gtid_current_pos,"; does not contain the GTID $saved_gtid."))ASgtid_check;
--enable_query_log
--echo# Wait 30 seconds for SQL thread to catch up with IO thread
--echo# Wait 60 seconds for SQL thread to catch up with IO thread