~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlebinlog.cc

  • Committer: Monty Taylor
  • Date: 2008-09-15 00:46:33 UTC
  • mfrom: (383.1.55 client-split)
  • Revision ID: monty@inaugust.com-20080915004633-fmjw27fi41cxs35w
Merged from client-split.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include <drizzled/global.h>
38
38
#include <mysys/my_sys.h>
39
39
#include <mystrings/m_string.h>
40
 
#include <libdrizzle/drizzle.h>
 
40
#include <libdrizzle/libdrizzle.h>
41
41
#include <libdrizzle/errmsg.h>
42
42
#include <mysys/my_getopt.h>
43
43
/* That one is necessary for defines of OPTION_NO_FOREIGN_KEY_CHECKS etc */
1973
1973
  the server
1974
1974
*/
1975
1975
 
 
1976
#define max_allowed_packet 1024L*1024L*1024L
1976
1977
#include <drizzled/log_event.cc>
1977
1978