• unknown's avatar
    BUG#26625: crash in range optimizer (out of mem) · 425304f5
    unknown authored
    - Define Sql_alloc::operator new() as thow() so that C++ compiler
      handles NULL return values
    (there is no testcase as there is no portable way to set limit on the 
    amount of memory that a process can allocate)
    
    
    sql/sql_list.h:
      BUG#26625: crash in range optimizer (out of mem) 
      - Define Sql_alloc::operator new() as thow() so that C++ compiler
        handles NULL return values
    425304f5
sql_list.h 13.6 KB