Loading innobase/trx/trx0roll.c +5 −5 Original line number Diff line number Diff line Loading @@ -176,7 +176,7 @@ trx_rollback_all_without_sess(void) if (UT_LIST_GET_FIRST(trx_sys->trx_list)) { fprintf(stderr, "Innobase: Starting rollback of uncommitted transactions\n"); "InnoDB: Starting rollback of uncommitted transactions\n"); } else { return; } Loading @@ -196,7 +196,7 @@ trx_rollback_all_without_sess(void) if (trx == NULL) { fprintf(stderr, "Innobase: Rollback of uncommitted transactions completed\n"); "InnoDB: Rollback of uncommitted transactions completed\n"); mem_heap_free(heap); Loading @@ -221,7 +221,7 @@ trx_rollback_all_without_sess(void) ut_a(thr == que_fork_start_command(fork, SESS_COMM_EXECUTE, 0)); fprintf(stderr, "Innobase: Rolling back trx no %lu\n", fprintf(stderr, "InnoDB: Rolling back trx no %lu\n", ut_dulint_get_low(trx->id)); mutex_exit(&kernel_mutex); Loading @@ -238,7 +238,7 @@ trx_rollback_all_without_sess(void) mutex_exit(&kernel_mutex); fprintf(stderr, "Innobase: Waiting rollback of trx no %lu to end\n", "InnoDB: Waiting rollback of trx no %lu to end\n", ut_dulint_get_low(trx->id)); os_thread_sleep(100000); Loading @@ -264,7 +264,7 @@ trx_rollback_all_without_sess(void) mutex_exit(&(dict_sys->mutex)); } fprintf(stderr, "Innobase: Rolling back of trx no %lu completed\n", fprintf(stderr, "InnoDB: Rolling back of trx no %lu completed\n", ut_dulint_get_low(trx->id)); mem_heap_free(heap); Loading innobase/trx/trx0sys.c +1 −1 Original line number Diff line number Diff line Loading @@ -198,7 +198,7 @@ trx_sys_init_at_db_start(void) if (UT_LIST_GET_LEN(trx_sys->trx_list) > 0) { fprintf(stderr, "Innobase: %lu uncommitted transaction(s) which must be rolled back\n", "InnoDB: %lu uncommitted transaction(s) which must be rolled back\n", UT_LIST_GET_LEN(trx_sys->trx_list)); } Loading Loading
innobase/trx/trx0roll.c +5 −5 Original line number Diff line number Diff line Loading @@ -176,7 +176,7 @@ trx_rollback_all_without_sess(void) if (UT_LIST_GET_FIRST(trx_sys->trx_list)) { fprintf(stderr, "Innobase: Starting rollback of uncommitted transactions\n"); "InnoDB: Starting rollback of uncommitted transactions\n"); } else { return; } Loading @@ -196,7 +196,7 @@ trx_rollback_all_without_sess(void) if (trx == NULL) { fprintf(stderr, "Innobase: Rollback of uncommitted transactions completed\n"); "InnoDB: Rollback of uncommitted transactions completed\n"); mem_heap_free(heap); Loading @@ -221,7 +221,7 @@ trx_rollback_all_without_sess(void) ut_a(thr == que_fork_start_command(fork, SESS_COMM_EXECUTE, 0)); fprintf(stderr, "Innobase: Rolling back trx no %lu\n", fprintf(stderr, "InnoDB: Rolling back trx no %lu\n", ut_dulint_get_low(trx->id)); mutex_exit(&kernel_mutex); Loading @@ -238,7 +238,7 @@ trx_rollback_all_without_sess(void) mutex_exit(&kernel_mutex); fprintf(stderr, "Innobase: Waiting rollback of trx no %lu to end\n", "InnoDB: Waiting rollback of trx no %lu to end\n", ut_dulint_get_low(trx->id)); os_thread_sleep(100000); Loading @@ -264,7 +264,7 @@ trx_rollback_all_without_sess(void) mutex_exit(&(dict_sys->mutex)); } fprintf(stderr, "Innobase: Rolling back of trx no %lu completed\n", fprintf(stderr, "InnoDB: Rolling back of trx no %lu completed\n", ut_dulint_get_low(trx->id)); mem_heap_free(heap); Loading
innobase/trx/trx0sys.c +1 −1 Original line number Diff line number Diff line Loading @@ -198,7 +198,7 @@ trx_sys_init_at_db_start(void) if (UT_LIST_GET_LEN(trx_sys->trx_list) > 0) { fprintf(stderr, "Innobase: %lu uncommitted transaction(s) which must be rolled back\n", "InnoDB: %lu uncommitted transaction(s) which must be rolled back\n", UT_LIST_GET_LEN(trx_sys->trx_list)); } Loading