diff options
author | unknown <sergefp@mysql.com> | 2004-06-01 18:14:07 +0400 |
---|---|---|
committer | unknown <sergefp@mysql.com> | 2004-06-01 18:14:07 +0400 |
commit | bdcf7debed6ce090693282897480ebfc3476e6bd (patch) | |
tree | 46786b3d032459fda5b97fd6bc46c3bdd30a8485 | |
parent | 4d3dce7fc168fc36932fbca5ad206a12f0a93c9f (diff) | |
parent | 389e8bec492a5cf1a8cd8bb54f8d14518aaa925a (diff) | |
download | mariadb-git-bdcf7debed6ce090693282897480ebfc3476e6bd.tar.gz |
Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/dbdata/psergey/mysql-4.1-ps-merge
-rw-r--r-- | innobase/fil/fil0fil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/fil/fil0fil.c b/innobase/fil/fil0fil.c index ab3125c4b65..3b033655856 100644 --- a/innobase/fil/fil0fil.c +++ b/innobase/fil/fil0fil.c @@ -2572,7 +2572,7 @@ fil_load_single_table_tablespace( fprintf(stderr, "InnoDB: Error: could not open single-table tablespace file\n" -"InnoDB: %s!", filepath); +"InnoDB: %s!\n", filepath); ut_free(filepath); @@ -2587,7 +2587,7 @@ fil_load_single_table_tablespace( fprintf(stderr, "InnoDB: Error: could not measure the size of single-table tablespace file\n" -"InnoDB: %s!", filepath); +"InnoDB: %s!\n", filepath); os_file_close(file); ut_free(filepath); |