~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/fut/fut0fut.c

  • Committer: Monty Taylor
  • Date: 2010-10-15 17:18:02 UTC
  • mto: (1859.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1860.
  • Revision ID: mordred@inaugust.com-20101015171802-qhk6zyfhrkvprr1n
Added support for registering regular sys_var instances via module::Context.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**********************************************************************
2
 
File-based utilities
3
 
 
4
 
(c) 1995 Innobase Oy
5
 
 
6
 
Created 12/13/1995 Heikki Tuuri
7
 
***********************************************************************/
8
 
 
9
 
#include "fut0fut.h"
10
 
 
11
 
#ifdef UNIV_NONINL
12
 
#include "fut0fut.ic"
13
 
#endif
14