mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Fix for the bug #2235: mysqldump --compatible doesn't work correctly.
This commit is contained in:
parent
17e54cf407
commit
a4be3840a3
1 changed files with 1 additions and 1 deletions
|
@ -830,7 +830,7 @@ static uint getTableStructure(char *table, char* db)
|
|||
char *end;
|
||||
uint i;
|
||||
|
||||
sprintf(buff, "/*!41000 SET @@sql_mode=\"");
|
||||
sprintf(buff, "/*!40100 SET @@sql_mode=\"");
|
||||
end= strend(buff);
|
||||
for (i= 0; opt_compatible_mode; opt_compatible_mode>>= 1, i++)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue