Commit 1bdc18b9 authored by unknown's avatar unknown
Browse files

ha_innodb.cc:

  Fix compilation error in the fix of Bug #12263


sql/ha_innodb.cc:
  Fix compilation error in the fix of Bug #12263
parent 20e72a55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2153,7 +2153,7 @@ innobase_close_connection(
"  InnoDB: Warning: MySQL is closing a connection"
"InnoDB: that has an active InnoDB transaction. We roll back that\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);