1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fix after merge

This commit is contained in:
monty@hundin.mysql.fi
2001-12-17 23:24:51 +02:00
parent c298f03570
commit cb754eb5aa
10 changed files with 22 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ int mysql_do(THD *thd, List<Item> &values)
List_iterator<Item> li(values);
Item *value;
DBUG_ENTER("mysql_do");
if (setup_fields(thd,0, values, 0, 0))
if (setup_fields(thd,0, values, 0, 0, 0))
DBUG_RETURN(-1);
while ((value = li++))
value->val_int();