Commit 12ed25e7 authored by unknown's avatar unknown

Automerge fix.


sql/sql_view.cc:
  Manually merged.
parent e50678f1
......@@ -562,7 +562,7 @@ bool mysql_create_view(THD *thd, TABLE_LIST *views,
LEX_STRING *name;
int i;
for (i= 0; name= names++; i++)
for (i= 0; (name= names++); i++)
{
buff.append(i ? ", " : "(");
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