• Monty's avatar
    Stage 2 of MDEV-6152: · 1bae0d9e
    Monty authored
    - Added mem_root to all calls to new Item
    - Added private method operator new(size_t size) to Item to ensure that
      we always use a mem_root when creating an item.
    
    This saves use once call to current_thd per Item creation
    1bae0d9e
sql_admin.cc 44 KB