mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
sql_base.cc:
Small fix after merge of fix for bug#16510 sql/sql_base.cc: Small fix after merge of fix for bug#16510
This commit is contained in:
parent
4a525b3f92
commit
042d5c1a18
1 changed files with 0 additions and 1 deletions
|
@ -2390,7 +2390,6 @@ int setup_wild(THD *thd, TABLE_LIST *tables, List<Item> &fields,
|
|||
if (item->type() == Item::FIELD_ITEM &&
|
||||
((Item_field*) item)->field_name &&
|
||||
((Item_field*) item)->field_name[0] == '*' &&
|
||||
((Item_field*) item)->field_name[1] == 0 &&
|
||||
!((Item_field*) item)->field)
|
||||
{
|
||||
uint elem= fields.elements;
|
||||
|
|
Loading…
Add table
Reference in a new issue