ha_innodb.cc:

  Fix compilation error in the fix of Bug #12263
parent 34e9cdd5
...@@ -2153,7 +2153,7 @@ innobase_close_connection( ...@@ -2153,7 +2153,7 @@ innobase_close_connection(
" InnoDB: Warning: MySQL is closing a connection" " InnoDB: Warning: MySQL is closing a connection"
"InnoDB: that has an active InnoDB transaction. We roll back that\n" "InnoDB: that has an active InnoDB transaction. We roll back that\n"
"InnoDB: transaction. %lu row modifications to roll back.\n", "InnoDB: transaction. %lu row modifications to roll back.\n",
(ulong)ut_dulint_get_low(trx->undo_no)); (ulong)trx->undo_no.low);
} }
innobase_rollback_trx(trx); innobase_rollback_trx(trx);
......
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