~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Brian Aker
  • Date: 2009-11-30 19:13:19 UTC
  • mfrom: (1225.1.39 figure)
  • Revision ID: brian@gaz-20091130191319-zyt51fidacic3brf
Merge Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
  IGNORE_EXCEPT_NON_UNIQUE
212
212
};
213
213
 
214
 
enum enum_schema_table_state
215
 
{
216
 
  NOT_PROCESSED= 0,
217
 
  PROCESSED_BY_CREATE_SORT_INDEX,
218
 
  PROCESSED_BY_JOIN_EXEC
219
 
};
220
 
 
221
 
 
222
214
enum tmp_table_type
223
215
{
224
216
  NO_TMP_TABLE,