1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Automerge fix.

sql/sql_view.cc:
  Manually merged.
This commit is contained in:
unknown
2006-11-07 16:25:57 +03:00
parent e50678f1ce
commit 12ed25e7e3

View File

@ -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);