• Michael Widenius's avatar
    Handle failures from malloc · 87933d52
    Michael Widenius authored
    Most "new" failures fixed in the following files:
    - sql_select.cc
    - item.cc
    - item_func.cc
    - opt_subselect.cc
    
    Other things:
    - Allocate udf_handler strings in mem_root
      - Required changes in sql_string.h
    - Add mem_root as argument to some new [] calls
    - Mark udf_handler strings as thread specific
    - Removed some comment blocks with code
    87933d52
sql_select.h 77 KB