~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_extra.cc

Merged trunk, fixed some leftover InnoDB ICP code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
343
343
} /* mi_extra */
344
344
 
345
345
 
346
 
void mi_set_index_cond_func(MI_INFO *info, index_cond_func_t func,
347
 
                            void *func_arg)
348
 
{
349
 
  info->index_cond_func= func;
350
 
  info->index_cond_func_arg= func_arg;
351
 
}
352
 
 
353
346
/*
354
347
    Start/Stop Inserting Duplicates Into a Table, WL#1648.
355
348
 */