~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to sql/sql_list.h

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
452
452
  struct ilink **prev,*next;
453
453
  static void *operator new(size_t size)
454
454
  {
455
 
    return (void*)my_malloc((uint)size, MYF(MY_WME | MY_FAE));
 
455
    return (void*)my_malloc((uint)size, MYF(MY_WME | MY_FAE | ME_FATALERROR));
456
456
  }
457
457
  static void operator delete(void* ptr_arg, size_t size)
458
458
  {