~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.h

  • Committer: Brian Aker
  • Date: 2010-02-25 07:52:23 UTC
  • mto: (1273.13.101 build)
  • mto: This revision was merged to the branch mainline in revision 1309.
  • Revision ID: brian@gaz-20100225075223-125dkr0n8kpmobkj
Fix dropSchema().

Show diffs side-by-side

added added

removed removed

Lines of Context:
771
771
  ER_CORRUPT_TABLE_DEFINITION,
772
772
  ER_SCHEMA_DOES_NOT_EXIST,
773
773
  ER_ALTER_SCHEMA,
774
 
  ER_ERROR_LAST= ER_ALTER_SCHEMA
 
774
  ER_DROP_SCHEMA,
 
775
  ER_ERROR_LAST= ER_DROP_SCHEMA
775
776
};
776
777
 
777
778
enum drizzle_exit_codes {