~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Monty Taylor
  • Date: 2008-07-30 06:09:57 UTC
  • mto: (236.1.4 codestyle)
  • mto: This revision was merged to the branch mainline in revision 239.
  • Revision ID: monty@inaugust.com-20080730060957-h55tmcl13no9jamy
MovedĀ errmsg.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
#endif
39
39
 
40
40
#include <mysys/thr_alarm.h>
41
 
#include <errmsg.h>
 
41
#include <libdrizzle/errmsg.h>
42
42
 
43
43
#define mysqld_charset &my_charset_latin1
44
44