~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

Viewing changes to plugin/haildb/config_table_function.cc

  • Committer: Brian Aker
  • Date: 2010-10-10 02:07:52 UTC
  • mfrom: (1827.2.3 staging)
  • Revision ID: brian@tangent.org-20101010020752-ktv73isay5dxtvp3
Merge in switch on table_share_instance inheritance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include "config.h"
20
20
#include "drizzled/plugin/table_function.h"
21
21
 
22
 
#include <haildb.h>
 
22
#if defined(HAVE_HAILDB_H)
 
23
# include <haildb.h>
 
24
#else
 
25
# include <embedded_innodb-1.0/innodb.h>
 
26
#endif /* HAVE_HAILDB_H */
23
27
 
24
28
#include "config_table_function.h"
25
29