~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error_t.h

  • Committer: Lee Bieber
  • Date: 2011-02-01 00:45:23 UTC
  • mfrom: (2131.2.4 build)
  • Revision ID: kalebral@gmail.com-20110201004523-4li8i1mvawn0ebz4
Merge Patrick - 710942: dbqp not recovering from certain tests with non-started servers
Merge Patrick - 709861: dbqp not running on mac osx
Merge Andrew - 702582: SHOW INNODB STATUS should error
Merge Monty - Remove a leftover warning from a previous attempt at fixing the OSX issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
864
864
  ER_INVALID_TIME_VALUE,
865
865
  ER_INVALID_DATE_VALUE,
866
866
  ER_TRANSACTIONAL_DDL_NOT_SUPPORTED,
867
 
 
 
867
  ER_USE_DATA_DICTIONARY,
868
868
  // Leave ER_INVALID_BOOLEAN_VALUE as LAST, and force people to use tags
869
869
  // instead of numbers in error messages in test.
870
 
  ER_ERROR_LAST=   ER_TRANSACTIONAL_DDL_NOT_SUPPORTED
 
870
  ER_ERROR_LAST=   ER_USE_DATA_DICTIONARY
871
871
};
872
872
 
873
873