From 0499a0e1eba7f826a6a22485fdf5b22d07b4c208 Mon Sep 17 00:00:00 2001 From: vdimov Date: Tue, 6 Apr 2010 18:05:54 +0000 Subject: [PATCH] branches/zip: Whitespace fixup --- trx/trx0trx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trx/trx0trx.c b/trx/trx0trx.c index e8c98e22918..6ef7e62e6ae 100644 --- a/trx/trx0trx.c +++ b/trx/trx0trx.c @@ -843,7 +843,7 @@ trx_commit_off_kernel( recovery i.e.: back ground rollback thread is still active then there is a chance that the rollback thread may see this trx as COMMITTED_IN_MEMORY and goes adhead to clean it - up calling trx_cleanup_at_db_startup(). This can happen + up calling trx_cleanup_at_db_startup(). This can happen in the case we are committing a trx here that is left in PREPARED state during the crash. Note that commit of the rollback of a PREPARED trx happens in the recovery thread