~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/haildb/haildb_engine.cc

  • Committer: Stewart Smith
  • Date: 2010-09-23 04:55:10 UTC
  • mto: (1804.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1806.
  • Revision ID: stewart@flamingspork.com-20100923045510-r8gvde514g7w8e0t
rename Embedded InnoDB plugin and source files to HailDB

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 
89
89
#include "drizzled/global_charset_info.h"
90
90
 
91
 
#include "libinnodb_version_func.h"
92
 
#include "libinnodb_datadict_dump_func.h"
 
91
#include "haildb_version_func.h"
 
92
#include "haildb_datadict_dump_func.h"
93
93
#include "config_table_function.h"
94
94
#include "status_table_function.h"
95
95
 
99
99
# include <embedded_innodb-1.0/innodb.h>
100
100
#endif /* HAVE_HAILDB_H */
101
101
 
102
 
#include "embedded_innodb_engine.h"
 
102
#include "haildb_engine.h"
103
103
 
104
104
#include <drizzled/field.h>
105
105
#include "drizzled/field/timestamp.h" // needed for UPDATE NOW()