~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/unireg.h

  • Committer: Monty Taylor
  • Date: 2008-10-22 23:45:01 UTC
  • Revision ID: monty@inaugust.com-20081022234501-hwybvprata8ba98l
Moved handler_error_messages array out of header file. Moved associated
functions to live with it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#ifndef _unireg_h
24
24
 
25
 
#include <drizzled/gettext.h>
26
 
 
27
25
#ifndef NO_ALARM_LOOP
28
26
#define NO_ALARM_LOOP           /* lib5 and popen can't use alarm */
29
27
#endif