~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Brian Aker
  • Date: 2010-12-24 05:50:22 UTC
  • mto: (2035.1.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2030.
  • Revision ID: brian@tangent.org-20101224055022-kcdt5djgx3o2z4sx
Merge in BOOL type. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
501
501
  ADD_ERROR_MESSAGE(ER_INVALID_UUID_VALUE, N_("Received an invalid UUID value"));
502
502
  ADD_ERROR_MESSAGE(ER_INVALID_UUID_TIME, N_("The UUID was not created with a valid time"));
503
503
 
 
504
  // For BOOL type
 
505
  ADD_ERROR_MESSAGE(ER_INVALID_BOOL_VALUE, N_("Received an invalid bool value '%s'."));
 
506
 
504
507
  // Some old error values use the same strings as some new error values.
505
508
  ADD_ERROR_MESSAGE(EE_FILENOTFOUND, find(ER_FILE_NOT_FOUND));
506
509
  ADD_ERROR_MESSAGE(EE_CANTCREATEFILE, find(ER_CANT_CREATE_FILE));