• Michael Widenius's avatar
    Remove mem_alloc_error() · 062a3176
    Michael Widenius authored
    As thd->alloc() and new automatically calls my_error(ER_OUTOFMEORY)
    there is no reason to call mem_alloc_error()
    
    Other things:
    - Fixed bug in mysql_unpack_partition() where lex.part_info was
      changed even if it would be a null pointer
    062a3176
sql_partition.cc 291 KB