~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log_event.h

  • Committer: Brian Aker
  • Date: 2008-11-13 02:56:15 UTC
  • mfrom: (575.4.10 devel)
  • Revision ID: brian@tangent.org-20081113025615-snhsi52yb2ivmx6f
Merging Monty's code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#define DRIZZLED_LOG_EVENT_H
34
34
 
35
35
 
 
36
#include <mysys/my_bitmap.h>
 
37
#include <drizzled/replication/constants.h>
 
38
#include <drizzled/replication/record.h>
 
39
#include <drizzled/replication/reporting.h>
36
40
#include <string>
37
 
#include <mysys/my_bitmap.h>
38
 
#include "rpl_constants.h"
39
 
#include "rpl_record.h"
40
 
#include "rpl_reporting.h"
41
41
 
42
42
#include <drizzled/sql_string.h>       /* append_query_string() needs String declaration */
43
43