summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2005-01-21 23:36:00 +0200
committerunknown <heikki@hundin.mysql.fi>2005-01-21 23:36:00 +0200
commit531065373a85334a87f839ce20ccb9c8bd346e08 (patch)
tree1e846ad7021263d2eaaecbfcdd4cdcb3a66ab962
parentb5269973ab0f25866970caa369f7ae483a3590a7 (diff)
downloadmariadb-git-531065373a85334a87f839ce20ccb9c8bd346e08.tar.gz
fil0fil.c:
Add a missing newline to an error print innobase/fil/fil0fil.c: Add a missing newline to an error print
-rw-r--r--innobase/fil/fil0fil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/fil/fil0fil.c b/innobase/fil/fil0fil.c
index 2a2ce73bd7f..c4eddecd5cc 100644
--- a/innobase/fil/fil0fil.c
+++ b/innobase/fil/fil0fil.c
@@ -519,7 +519,7 @@ fil_node_open_file(
if (size_bytes < FIL_IBD_FILE_INITIAL_SIZE * UNIV_PAGE_SIZE) {
fprintf(stderr,
"InnoDB: Error: the size of single-table tablespace file %s\n"
-"InnoDB: is only %lu %lu, should be at least %lu!", node->name,
+"InnoDB: is only %lu %lu, should be at least %lu!\n", node->name,
(ulong) size_high,
(ulong) size_low, (ulong) (4 * UNIV_PAGE_SIZE));