~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log_event.cc

Merged from Jay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
16
 
17
 
#ifdef MYSQL_CLIENT
18
 
 
19
 
#include "mysql_priv.h"
20
 
 
21
 
#else
 
17
#ifndef MYSQL_CLIENT
22
18
 
23
19
#ifdef USE_PRAGMA_IMPLEMENTATION
24
20
#pragma implementation                          // gcc: Class implementation
34
30
#include <mysys/my_dir.h>
35
31
#include <drizzled/drizzled_error_messages.h>
36
32
 
37
 
#endif /* MYSQL_CLIENT */
 
33
#endif /* !MYSQL_CLIENT */
38
34
 
39
35
#include <mysys/base64.h>
40
36
#include <mysys/my_bitmap.h>