~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.cc

  • Committer: Brian Aker
  • Date: 2010-12-16 02:16:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1999.
  • Revision ID: brian@tangent.org-20101216021637-owmmneuy57ddhcn3
uuid type code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
513
513
  add(EE_UNKNOWN_COLLATION, N_("Collation '%s' is not a compiled collation and is not specified in the %s file"));
514
514
  add(EE_FILE_NOT_CLOSED, N_("File '%s' (fileno: %d) was not closed"));
515
515
 
 
516
  // For UUID type
 
517
  add(ER_INVALID_UUID_VALUE, N_("Received an invalid UUID value"));
 
518
  add(ER_INVALID_UUID_TIME, N_("The UUID was not created with a valid time"));
 
519
 
516
520
  // Some old error values use the same strings as some new error values.
517
521
  add(EE_FILENOTFOUND, find(ER_FILE_NOT_FOUND));
518
522
  add(EE_CANTCREATEFILE, find(ER_CANT_CREATE_FILE));