~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
 
217
217
enum tmp_table_type
218
218
{
219
 
  NO_TMP_TABLE,
 
219
  STANDARD_TABLE,
220
220
  TEMP_TABLE,
221
221
  INTERNAL_TMP_TABLE,
222
222
  SYSTEM_TMP_TABLE