1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

mysqldump.c, mysqldump.test, mysqldump.result:

Bug #31077: post-commit fix.


client/mysqldump.c:
  Bug #31077: post-commit fix.
mysql-test/t/mysqldump.test:
  Bug #31077: post-commit fix.
mysql-test/r/mysqldump.result:
  Bug #31077: post-commit fix.
This commit is contained in:
unknown
2007-10-03 02:50:38 +05:00
parent 02bb72c735
commit 853e4da88f
3 changed files with 21 additions and 6 deletions

View File

@ -634,7 +634,7 @@ static void write_footer(FILE *sql_file)
time_str);
}
else
fprintf(sql_file, "-- Dump completed");
fprintf(sql_file, "-- Dump completed\n");
}
check_io(sql_file);
}