Commit 807a9c8d authored by unknown's avatar unknown

ha_innodb.cc:

  Add a forgotten newline to a print


sql/ha_innodb.cc:
  Add a forgotten newline to a print
parent c4187de6
......@@ -2150,7 +2150,7 @@ innobase_close_connection(
ut_print_timestamp(stderr);
fprintf(stderr,
" InnoDB: Warning: MySQL is closing a connection"
" InnoDB: Warning: MySQL is closing a connection\n"
"InnoDB: that has an active InnoDB transaction. We roll back that\n"
"InnoDB: transaction. %lu row modifications to roll back.\n",
(ulong)trx->undo_no.low);
......
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