~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
*******************************************************/
9
9
 
10
10
#include "dict0load.h"
11
 
#ifndef UNIV_HOTBACKUP
12
 
#include "drizzle_version.h"
13
 
#endif /* !UNIV_HOTBACKUP */
14
11
 
15
12
#ifdef UNIV_NONINL
16
13
#include "dict0load.ic"