~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error_t.h

  • Committer: Stewart Smith
  • Date: 2011-02-10 01:03:48 UTC
  • mto: (2154.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2155.
  • Revision ID: stewart@flamingspork.com-20110210010348-5l0zh0akjahvx3vi
fix Session::tx_isolation to be getTxIsolation to follow coding style, but look weird

Show diffs side-by-side

added added

removed removed

Lines of Context:
255
255
  ER_CANT_CREATE_THREAD,
256
256
  ER_WRONG_VALUE_COUNT_ON_ROW,
257
257
  ER_CANT_REOPEN_TABLE,
258
 
  ER_INVALID_USE_OF_NULL,
259
 
  ER_REGEXP_ERROR,
 
258
  ER_UNUSED1138,
 
259
  ER_UNUSED1139,
260
260
  ER_MIX_OF_GROUP_FUNC_AND_FIELDS,
261
 
  ER_NONEXISTING_GRANT,
262
 
  ER_TABLEACCESS_DENIED_ERROR,
263
 
  ER_COLUMNACCESS_DENIED_ERROR,
264
 
  ER_ILLEGAL_GRANT_FOR_TABLE,
265
 
  ER_GRANT_WRONG_HOST_OR_USER,
 
261
  ER_UNUSED1141,
 
262
  ER_UNUSED1142,
 
263
  ER_UNUSED1143,
 
264
  ER_UNUSED1144,
 
265
  ER_UNUSED1145,
266
266
  ER_TABLE_UNKNOWN,
267
267
  ER_UNUSED1147,
268
268
  ER_UNUSED1148,