~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Brian Aker
  • Date: 2010-12-24 16:11:53 UTC
  • mfrom: (2023.2.3 bool)
  • Revision ID: brian@tangent.org-20101224161153-aq2tqgalzur623c9
Merge in BOOLEAN

Show diffs side-by-side

added added

removed removed

Lines of Context:
509
509
  ADD_ERROR_MESSAGE(ER_INVALID_UUID_VALUE, N_("Received an invalid UUID value"));
510
510
  ADD_ERROR_MESSAGE(ER_INVALID_UUID_TIME, N_("The UUID was not created with a valid time"));
511
511
 
 
512
  // For BOOL type
 
513
  ADD_ERROR_MESSAGE(ER_INVALID_BOOLEAN_VALUE, N_("Received an invalid BOOLEAN value '%s'."));
 
514
 
512
515
  // Some old error values use the same strings as some new error values.
513
516
  ADD_ERROR_MESSAGE(EE_FILENOTFOUND, find(ER_FILE_NOT_FOUND));
514
517
  ADD_ERROR_MESSAGE(EE_CANTCREATEFILE, find(ER_CANT_CREATE_FILE));