mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Name resolution context added (BUG#6443)
This commit is contained in:
@@ -24,7 +24,7 @@ bool mysql_do(THD *thd, List<Item> &values)
|
||||
List_iterator<Item> li(values);
|
||||
Item *value;
|
||||
DBUG_ENTER("mysql_do");
|
||||
if (setup_fields(thd, 0, 0, values, 0, 0, 0))
|
||||
if (setup_fields(thd, 0, values, 0, 0, 0))
|
||||
DBUG_RETURN(TRUE);
|
||||
while ((value = li++))
|
||||
value->val_int();
|
||||
|
||||
Reference in New Issue
Block a user