~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_class.cc

Removed server_id from common_includes.
Split xid stuff into its own files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
**
26
26
*****************************************************************************/
27
27
#include <drizzled/server_includes.h>
28
 
#include "rpl_rli.h"
29
 
#include "rpl_record.h"
30
 
#include "log_event.h"
 
28
#include <drizzled/rpl_rli.h>
 
29
#include <drizzled/rpl_record.h>
 
30
#include <drizzled/log_event.h>
31
31
#include <sys/stat.h>
32
32
#include <mysys/thr_alarm.h>
33
33
#include <mysys/mysys_err.h>