~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlebinlog.cc

  • Committer: Brian Aker
  • Date: 2008-07-30 17:24:10 UTC
  • mfrom: (236.1.6 codestyle)
  • Revision ID: brian@tangent.org-20080730172410-t4r8o7lx7r9m95x7
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#define MYSQL_CLIENT
32
32
#undef MYSQL_SERVER
33
33
#include <libdrizzle/my_time.h>
34
 
#include <my_global.h>
 
34
#include <drizzled/global.h>
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"