Commit bdcf7deb authored by unknown's avatar unknown

Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1

into mysql.com:/dbdata/psergey/mysql-4.1-ps-merge

parents 4d3dce7f 389e8bec
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment