1
0
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:
bell@sanja.is.com.ua
2003-01-30 18:07:39 +02:00
parent 5ed5dac01b
commit 37d228e623
10 changed files with 149 additions and 116 deletions

View File

@ -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,