Small adjustment after merging fix for bug#23651 "Server crashes when

trigger which uses stored function invoked from different connections"
into 5.1.
parent d8aad85f
...@@ -4852,7 +4852,7 @@ Item_func_sp::cleanup() ...@@ -4852,7 +4852,7 @@ Item_func_sp::cleanup()
result_field= NULL; result_field= NULL;
} }
m_sp= NULL; m_sp= NULL;
dummy_table->s= NULL; dummy_table->alias= NULL;
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