Commit 9d69ac3d authored by heikki's avatar heikki

Merge r1048 from branches/5.0:

trx_rollback_for_mysql(): Do not set trx->sess back to NULL.
This bug was introduced in r1046.
parent 14695b0c
......@@ -147,10 +147,6 @@ trx_rollback_for_mysql(
err = trx_general_rollback_for_mysql(trx, FALSE, NULL);
if (trx->sess == trx_dummy_sess) {
trx->sess = NULL;
}
trx->op_info = "";
return(err);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment