~eday/drizzle/eday-dev

« back to all changes in this revision

Viewing changes to plugin/innobase/dict/dict0load.c

  • Committer: Eric Day
  • Date: 2010-01-07 20:02:38 UTC
  • mfrom: (971.3.291 staging)
  • Revision ID: eday@oddments.org-20100107200238-uqw8v6kv9pl7nny5
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
Created 4/24/1996 Heikki Tuuri
25
25
*******************************************************/
26
26
 
27
 
#include "dict0load.h"
28
27
#if defined(BUILD_DRIZZLE)
29
 
# include "drizzled/global.h"
 
28
# include "config.h"
30
29
#else
31
30
# include "mysql_version.h"
32
31
#endif /* BUILD_DRIZZLE */
 
32
#include "dict0load.h"
33
33
 
34
34
#ifdef UNIV_NONINL
35
35
#include "dict0load.ic"