~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definitions.h

  • Committer: Brian Aker
  • Date: 2009-03-14 16:51:54 UTC
  • mfrom: (934.2.2 small-cleanups)
  • Revision ID: brian@tangent.org-20090314165154-qwuzmdlz35pyl6hq
Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
1044
1044
  TABLE_CATEGORY_INFORMATION
1045
1045
};
1046
1046
 
1047
 
/* Information for one open table */
1048
 
enum index_hint_type
1049
 
{
1050
 
  INDEX_HINT_IGNORE,
1051
 
  INDEX_HINT_USE,
1052
 
  INDEX_HINT_FORCE
1053
 
};
1054
 
 
1055
 
 
1056
1047
enum enum_enable_or_disable { LEAVE_AS_IS, ENABLE, DISABLE };
1057
1048
enum enum_delay_key_write { DELAY_KEY_WRITE_NONE, DELAY_KEY_WRITE_ON,
1058
1049
                            DELAY_KEY_WRITE_ALL };