~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Brian Aker
  • Date: 2010-03-02 22:39:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1319.
  • Revision ID: brian@gaz-20100302223909-qbwpuonvw68igvfw
Small name change (AKA... I hate reading the NO_**@##@$# logic).

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