summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheikki@hundin.mysql.fi <>2005-08-08 21:43:08 +0300
committerheikki@hundin.mysql.fi <>2005-08-08 21:43:08 +0300
commit10e5ee5196408cda111a29c124216660b91e8121 (patch)
treef732a7ba4ab6ea80e2a25c28cc118829e33aa17c
parenta17fa23332aad456d7d5844dcfdd97843ba3f902 (diff)
downloadmariadb-git-10e5ee5196408cda111a29c124216660b91e8121.tar.gz
ha_innodb.cc:
Add a forgotten newline to a print
-rw-r--r--sql/ha_innodb.cc2
1 files changed, 1 insertions, 1 deletions
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);