~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error_t.h

  • Committer: Brian Aker
  • Date: 2011-01-12 22:54:12 UTC
  • mto: This revision was merged to the branch mainline in revision 2079.
  • Revision ID: brian@tangent.org-20110112225412-u76lu18yz6furi4s
Fix interface for create table such that it issues error and returns state
like the rest of the API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
837
837
  ER_INVALID_UUID_TIME,
838
838
  ER_CORRUPT_TABLE_DEFINITION_ENUM,
839
839
  ER_CORRUPT_TABLE_DEFINITION_UNKNOWN_COLLATION,
 
840
  ER_CORRUPT_TABLE_DEFINITION_UNKNOWN,
840
841
  ER_INVALID_CAST_TO_SIGNED,
841
842
  ER_INVALID_CAST_TO_UNSIGNED,
842
843
  ER_SQL_KEYWORD,