~jaypipes/drizzle/bugs

« back to all changes in this revision

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

Merge Monty

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"