Fix for the bug #2235: mysqldump --compatible doesn't work correctly.

This commit is contained in:
unknown 2003-12-30 13:30:21 +04:00
parent 17e54cf407
commit a4be3840a3

View file

@ -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++)
{