summaryrefslogtreecommitdiff
path: root/storage/innobase
diff options
context:
space:
mode:
authorkevin.lewis@oracle.com <>2013-10-29 11:39:04 -0500
committerkevin.lewis@oracle.com <>2013-10-29 11:39:04 -0500
commit5253ec162cff9c3eb580795bb5b7da48342f9b66 (patch)
tree0bce4b5518e0dcd9b58ed7c5abba60b706354cfd /storage/innobase
parente8077731bd5c1cd699fdc959268bd2871ed8da9a (diff)
downloadmariadb-git-5253ec162cff9c3eb580795bb5b7da48342f9b66.tar.gz
Testcase i_innodb.innodb-alter-restart.test fails on some Windows platforms
possibly since it was introduced in the patch for Bug#16720368 around 2013-04-30. This fix is simply to adjust the mtr.add_suppression() lines in the testcase and to add a missing "\n" in the error message. Approved by Marko in RB 3746
Diffstat (limited to 'storage/innobase')
-rw-r--r--storage/innobase/fil/fil0fil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/fil/fil0fil.c b/storage/innobase/fil/fil0fil.c
index be7d43c132d..9dfc3bb1d21 100644
--- a/storage/innobase/fil/fil0fil.c
+++ b/storage/innobase/fil/fil0fil.c
@@ -3531,7 +3531,7 @@ fil_load_single_table_tablespace(
if (check_msg) {
fprintf(stderr,
- "InnoDB: Error: %s in file %s",
+ "InnoDB: Error: %s in file %s\n",
check_msg, filepath);
goto func_exit;
}