~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error_t.h

Merge in Stewart

Show diffs side-by-side

added added

removed removed

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