~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_delete.cc

merge with latest from the trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
 
202
202
    if (usable_index == MAX_KEY)
203
203
    {
204
 
      table->sort.io_cache= (IO_CACHE *) malloc(sizeof(IO_CACHE));
 
204
      table->sort.io_cache= new IO_CACHE;
205
205
      memset(table->sort.io_cache, 0, sizeof(IO_CACHE));
206
206
 
207
207