~posulliv/drizzle/memcached_applier

« back to all changes in this revision

Viewing changes to drizzled/unireg.h

  • Committer: Brian Aker
  • Date: 2008-08-03 22:27:54 UTC
  • mfrom: (236.1.66 codestyle)
  • Revision ID: brian@tangent.org-20080803222754-yhkw8plul06oqvhe
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#define PLUGINDIR       "lib/plugin"
40
40
#endif
41
41
 
42
 
#define ER(X) errmesg[(X) - ER_ERROR_FIRST]
 
42
#define ER(X) drizzled_error_messages[(X) - ER_ERROR_FIRST]
43
43
#define ER_SAFE(X) (((X) >= ER_ERROR_FIRST && (X) <= ER_ERROR_LAST) ? ER(X) : "Invalid error code")
44
44
 
45
45