Commit 6b0e7f3e authored by anozdrin/alik@alik's avatar anozdrin/alik@alik

Automerge fix.

parent ee15c11b
...@@ -562,7 +562,7 @@ bool mysql_create_view(THD *thd, TABLE_LIST *views, ...@@ -562,7 +562,7 @@ bool mysql_create_view(THD *thd, TABLE_LIST *views,
LEX_STRING *name; LEX_STRING *name;
int i; int i;
for (i= 0; name= names++; i++) for (i= 0; (name= names++); i++)
{ {
buff.append(i ? ", " : "("); buff.append(i ? ", " : "(");
append_identifier(thd, &buff, name->str, name->length); append_identifier(thd, &buff, name->str, name->length);
......
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