~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/slave.cc

Moved decimal.h to strings. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include "mysql_priv.h"
28
28
 
29
 
#include <myisam.h>
 
29
#include <storage/myisam/myisam.h>
30
30
#include "slave.h"
31
31
#include "rpl_mi.h"
32
32
#include "rpl_rli.h"