Commit 807a9c8d authored by unknown's avatar unknown
Browse files

ha_innodb.cc:

  Add a forgotten newline to a print


sql/ha_innodb.cc:
  Add a forgotten newline to a print
parent c4187de6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);