mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
fixed bug with missing '\' in string constant in client/mysqldump.cc
client/mysqldump.c: fixed bug with missing '\' in string constant
This commit is contained in:
parent
4ee94d21f3
commit
a1630f0e57
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ static void write_footer(FILE *sql_file)
|
|||
fprintf(sql_file,"</mysqldump>");
|
||||
else
|
||||
{
|
||||
fprintf(md_result_file,"\n
|
||||
fprintf(md_result_file,"\n\
|
||||
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;\n\
|
||||
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;\n\
|
||||
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue