~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error.h

  • Committer: Lee Bieber
  • Date: 2011-02-16 03:50:59 UTC
  • mfrom: (2168.2.35 unused-macros)
  • mto: This revision was merged to the branch mainline in revision 2173.
  • Revision ID: kalebral@gmail.com-20110216035059-jbdc213btd73zis5
Merge Stewart - remove unused macros

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
/* Max width of screen (for error messages) */
37
37
#define SC_MAXWIDTH 256
38
38
#define ERRMSGSIZE      (SC_MAXWIDTH)   /* Max length of a error message */
39
 
#define NRERRBUFFS      (2)     /* Buffers for parameters */
40
39
#define MY_FILE_ERROR   ((size_t) -1)
41
40
#define ME_FATALERROR   1024    /* Fatal statement error */
42
41