~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/session.h

  • Committer: Stewart Smith
  • Date: 2009-06-18 00:58:40 UTC
  • mto: (1089.11.1 basic-discovery)
  • mto: This revision was merged to the branch mainline in revision 1072.
  • Revision ID: stewart@flamingspork.com-20090618005840-g1qxarokklraek7z
Remove keep_files_on_create

Only applicable to MyISAM, and should be down in the engine layer as an error if files trying to create already exist.

Also, if you're wanting to re-create the FRM/DFE, then just replace the data files!
Or at least have it as a CREATE TABLE option, and not some server variable that changes behaviour of
such things.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
  bool optimizer_prune_level;
145
145
  bool log_warnings;
146
146
  bool engine_condition_pushdown;
147
 
  bool keep_files_on_create;
148
147
 
149
148
  uint32_t optimizer_search_depth;
150
149
  /*