~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/errname.h

  • Committer: Stewart Smith
  • Date: 2009-06-16 03:02:59 UTC
  • mto: This revision was merged to the branch mainline in revision 1065.
  • Revision ID: stewart@flamingspork.com-20090616030259-tn2thqrajk6cappd
ER_NISAMCHK is unused, mark it as so. Thanks to Paul DuBois for researching this for MySQL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
static st_error global_error_names[]=
32
32
{
33
33
  { "ER_UNUSED", 1000 },
34
 
  { "ER_NISAMCHK", 1001 },
 
34
  { "ER_UNUSED", 1001 },
35
35
  { "ER_NO", 1002 },
36
36
  { "ER_YES", 1003 },
37
37
  { "ER_CANT_CREATE_FILE", 1004 },