Commit 9aa44bb4 authored by Michael Widenius's avatar Michael Widenius

Fixed wrong alias usage

parent 1dfb1e7c
...@@ -5802,7 +5802,7 @@ Item_func_sp::cleanup() ...@@ -5802,7 +5802,7 @@ Item_func_sp::cleanup()
sp_result_field= NULL; sp_result_field= NULL;
} }
m_sp= NULL; m_sp= NULL;
dummy_table->alias= NULL; dummy_table->alias.free();
Item_func::cleanup(); Item_func::cleanup();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment