Small adjustment after merging fix for bug#23651 "Server crashes when
trigger which uses stored function invoked from different connections" into 5.1. sql/item_func.cc: After merge fix. Starting from 5.1 TABLE_SHARE for dummy TABLE object is also allocated in Item_func_sp constructor, so we use TABLE::alias instead of TABLE::s to check that dummy TABLE was not initialized yet or requires re-initialization.
Showing
Please register or sign in to comment