~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlebinlog.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:
35
35
#include <mysys/my_sys.h>
36
36
#include <mystrings/m_string.h>
37
37
#include <libdrizzle/drizzle.h>
38
 
#include <errmsg.h>
 
38
#include <libdrizzle/errmsg.h>
39
39
#include <mysys/my_getopt.h>
40
40
/* That one is necessary for defines of OPTION_NO_FOREIGN_KEY_CHECKS etc */
41
41
#include "mysql_priv.h"