~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/mi_extra.cc

Extracted the LOAD command into its own class and implementation files.
Removed the corresponding case label from the switch statement.

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
 
346
353
/*
347
354
    Start/Stop Inserting Duplicates Into a Table, WL#1648.
348
355
 */