• unknown's avatar
    Small adjustment after merging fix for bug#23651 "Server crashes when · ea7921f6
    unknown authored
    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.
    ea7921f6
item_func.cc 125 KB