~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Brian Aker
  • Date: 2010-03-27 04:12:14 UTC
  • mfrom: (1395.1.18 build)
  • Revision ID: brian@gaz-20100327041214-2pm5eay51312xjvq
Merge (fixes known issues in ALTER TABLE not resetting correctly DFE).

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLED_ENUM_H
22
22
#define DRIZZLED_ENUM_H
23
23
 
 
24
#include "drizzled/message/table.pb.h"
 
25
 
24
26
namespace drizzled
25
27
{
26
28
 
214
216
  IGNORE_EXCEPT_NON_UNIQUE
215
217
};
216
218
 
217
 
enum tmp_table_type
218
 
{
219
 
  STANDARD_TABLE,
220
 
  TEMP_TABLE,
221
 
  INTERNAL_TMP_TABLE,
222
 
  SYSTEM_TMP_TABLE
223
 
};
224
 
 
225
219
/*
226
220
  Values in this enum are used to indicate how a tables TIMESTAMP field
227
221
  should be treated. It can be set to the current timestamp on insert or