mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Fixed wrong alias usage
This commit is contained in:
parent
1dfb1e7c78
commit
9aa44bb4b3
1 changed files with 1 additions and 1 deletions
|
@ -5802,7 +5802,7 @@ Item_func_sp::cleanup()
|
|||
sp_result_field= NULL;
|
||||
}
|
||||
m_sp= NULL;
|
||||
dummy_table->alias= NULL;
|
||||
dummy_table->alias.free();
|
||||
Item_func::cleanup();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue