~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error_t.h

  • Committer: Brian Aker
  • Date: 2011-01-24 21:11:46 UTC
  • mto: This revision was merged to the branch mainline in revision 2113.
  • Revision ID: brian@tangent.org-20110124211146-ptzxfdnypgj14box
Fixed case where parser error message might be null.

Show diffs side-by-side

added added

removed removed

Lines of Context:
858
858
  ER_INVALID_TIMESTAMP_VALUE,
859
859
  ER_TABLE_UNKNOWN,
860
860
 
 
861
  ER_PARSE_ERROR_UNKNOWN,
861
862
  ER_INVALID_CAST_TO_BOOLEAN,
862
863
  ER_TRANSACTIONAL_DDL_NOT_SUPPORTED,
863
864
  // Leave ER_INVALID_BOOLEAN_VALUE as LAST, and force people to use tags