~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2009-01-15 04:00:23 UTC
  • Revision ID: brian@tangent.org-20090115040023-v9n0b57f5fg18d0l
More myisam plugin conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3327
3327
   (char**) &global_system_variables.min_examined_row_limit,
3328
3328
   (char**) &max_system_variables.min_examined_row_limit, 0, GET_ULL,
3329
3329
   REQUIRED_ARG, 0, 0, ULONG_MAX, 0, 1L, 0},
3330
 
  {"myisam_data_pointer_size", OPT_MYISAM_DATA_POINTER_SIZE,
3331
 
   N_("Default pointer size to be used for MyISAM tables."),
3332
 
   (char**) &myisam_data_pointer_size,
3333
 
   (char**) &myisam_data_pointer_size, 0, GET_ULONG, REQUIRED_ARG,
3334
 
   6, 2, 7, 0, 1, 0},
3335
3330
  {"myisam_stats_method", OPT_MYISAM_STATS_METHOD,
3336
3331
   N_("Specifies how MyISAM index statistics collection code should threat "
3337
3332
      "NULLs. Possible values of name are 'nulls_unequal' "