~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: pawel
  • Date: 2010-03-29 20:16:08 UTC
  • mto: This revision was merged to the branch mainline in revision 1428.
  • Revision ID: pawel@paw-20100329201608-ndqnc736k47uvy3s
changed function-like defines into functions in some files

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
 
 
26
24
namespace drizzled
27
25
{
28
26
 
216
214
  IGNORE_EXCEPT_NON_UNIQUE
217
215
};
218
216
 
 
217
enum tmp_table_type
 
218
{
 
219
  STANDARD_TABLE,
 
220
  TEMP_TABLE,
 
221
  INTERNAL_TMP_TABLE,
 
222
  SYSTEM_TMP_TABLE
 
223
};
 
224
 
219
225
/*
220
226
  Values in this enum are used to indicate how a tables TIMESTAMP field
221
227
  should be treated. It can be set to the current timestamp on insert or