~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/enum.h

  • Committer: Brian Aker
  • Date: 2010-12-30 00:43:20 UTC
  • mto: (2040.1.2 clean) (2041.2.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2041.
  • Revision ID: brian@tangent.org-20101230004320-o1uyop3f11e2xqrj
Create a user available assert() function.

Show diffs side-by-side

added added

removed removed

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