~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

A few changes to make the patch smaller/easier.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#include "dict0load.h"
11
11
#ifndef UNIV_HOTBACKUP
12
12
#if defined(BUILD_DRIZZLE)
13
 
# include "config.h"
 
13
# include <config.h>
14
14
#else
15
15
# include "mysql_version.h"
16
16
#endif /* DRIZZLE */