Current Path : /home/usr.opt/mysql57/mysql-test/include/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //home/usr.opt/mysql57/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