From 10e5ee5196408cda111a29c124216660b91e8121 Mon Sep 17 00:00:00 2001 From: "heikki@hundin.mysql.fi" <> Date: Mon, 8 Aug 2005 21:43:08 +0300 Subject: ha_innodb.cc: Add a forgotten newline to a print --- sql/ha_innodb.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc index 8dd45c03350..d5d79b51f60 100644 --- a/sql/ha_innodb.cc +++ b/sql/ha_innodb.cc @@ -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); -- cgit v1.2.1