mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
cleanup: get rid of (Item_splocal*)item downcast
This commit is contained in:
@ -3189,7 +3189,7 @@ mysql_execute_command(THD *thd)
|
||||
/* Count SP local vars in the top-level SELECT list */
|
||||
while ((item= it++))
|
||||
{
|
||||
if (item->is_splocal())
|
||||
if (item->get_item_splocal())
|
||||
splocal_refs++;
|
||||
}
|
||||
/*
|
||||
|
Reference in New Issue
Block a user