1
0
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:
Sergei Golubchik
2014-08-19 21:06:20 +02:00
parent 932100c813
commit 278f7fdd7e
4 changed files with 9 additions and 8 deletions

View File

@ -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++;
}
/*