~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlebinlog.cc

Moved sql_common.h and my_time.h to libdrizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
#define MYSQL_CLIENT
32
32
#undef MYSQL_SERVER
33
 
#include <my_time.h>
 
33
#include <libdrizzle/my_time.h>
34
34
#include <my_global.h>
35
35
#include <mysys/my_sys.h>
36
36
#include <mystrings/m_string.h>
40
40
/* That one is necessary for defines of OPTION_NO_FOREIGN_KEY_CHECKS etc */
41
41
#include "mysql_priv.h"
42
42
#include "log_event.h"
43
 
#include "sql_common.h"
 
43
#include <libdrizzle/sql_common.h>
44
44
 
45
45
 
46
46
enum options_drizzlebinlog