~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlebinlog.cc

MergedĀ inĀ remove-include-dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
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
 
#include "mysql_priv.h"
42
 
#include "log_event.h"
 
41
#include <drizzled/mysql_priv.h>
 
42
#include <drizzled/log_event.h>
43
43
#include <libdrizzle/sql_common.h>
44
44
 
45
45
 
1990
1990
  the server
1991
1991
*/
1992
1992
 
1993
 
#include "log_event.cc"
 
1993
#include <drizzled/log_event.cc>
1994
1994