~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Brian Aker
  • Date: 2011-01-03 18:49:27 UTC
  • mfrom: (2041.3.12 session-fix)
  • Revision ID: brian@tangent.org-20110103184927-2oso3g5g7g1gwb5m
Refactor drop schema so that it can be used for removing tables under
catalogs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1068
1068
  ER_INVALID_BOOLEAN_VALUE,
1069
1069
  ER_ASSERT,
1070
1070
  ER_ASSERT_NULL,
 
1071
  ER_TABLE_DROP,
1071
1072
  ER_INVALID_CAST_TO_BOOLEAN,
1072
1073
  
1073
1074
  // Leave ER_INVALID_BOOLEAN_VALUE as LAST, and force people to use tags