diff options
author | heikki@hundin.mysql.fi <> | 2005-08-08 21:43:08 +0300 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2005-08-08 21:43:08 +0300 |
commit | 10e5ee5196408cda111a29c124216660b91e8121 (patch) | |
tree | f732a7ba4ab6ea80e2a25c28cc118829e33aa17c | |
parent | a17fa23332aad456d7d5844dcfdd97843ba3f902 (diff) | |
download | mariadb-git-10e5ee5196408cda111a29c124216660b91e8121.tar.gz |
ha_innodb.cc:
Add a forgotten newline to a print
-rw-r--r-- | sql/ha_innodb.cc | 2 |
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); |