| Path : /opt/mysql/mysql-test/include/ |
| Current File : //opt/mysql/mysql-test/include/wait_for_mts_checkpoint.inc |
# ==== Purpose ==== # # Waits until mts_checkpoint_routine has been fully # executed - from the beginning till the end # --let $debug_point= mts_checkpoint --source include/add_debug_point.inc #If end was hit before start - clear it SET DEBUG_SYNC="RESET"; SET DEBUG_SYNC="now WAIT_FOR mts_checkpoint_start"; SET DEBUG_SYNC="now WAIT_FOR mts_checkpoint_end"; --source include/remove_debug_point.inc