~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2009-05-06 06:59:53 UTC
  • mfrom: (1003.1.20 merge)
  • Revision ID: brian@gaz-20090506065953-4mrfmaty42e0ixpq
Merge handler cleanup (and ALTER TABLE cleanup) We go from 1 and 2 half
thought out systems... to just 1.

This should all be changed when we finish the StorageEngine rewrite

Show diffs side-by-side

added added

removed removed

Lines of Context:
2213
2213
      "DEFAULT, BACKUP, FORCE or QUICK."),
2214
2214
   (char**) &myisam_recover_options_str, (char**) &myisam_recover_options_str, 0,
2215
2215
   GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},
2216
 
  {"old-alter-table", OPT_OLD_ALTER_TABLE,
2217
 
   N_("Use old, non-optimized alter table."),
2218
 
   (char**) &global_system_variables.old_alter_table,
2219
 
   (char**) &max_system_variables.old_alter_table, 0, GET_BOOL, NO_ARG,
2220
 
   0, 0, 0, 0, 0, 0},
2221
2216
  {"pid-file", OPT_PID_FILE,
2222
2217
   N_("Pid file used by safe_mysqld."),
2223
2218
   (char**) &pidfile_name_ptr, (char**) &pidfile_name_ptr, 0, GET_STR,