mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
changes based on partial revie of task 577 (SCRUM)
This commit is contained in:
@ -1845,10 +1845,8 @@ find_item_in_list(Item *find, List<Item> &items, uint *counter,
|
||||
table_name= ((Item_ident*) find)->table_name;
|
||||
}
|
||||
|
||||
uint i= 0;
|
||||
while ((item=li++))
|
||||
for (uint i= 0; (item=li++); i++)
|
||||
{
|
||||
i++;
|
||||
if (field_name && item->type() == Item::FIELD_ITEM)
|
||||
{
|
||||
if (!my_strcasecmp(system_charset_info,
|
||||
|
Reference in New Issue
Block a user