~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/dict0load.h

  • Committer: Brian Aker
  • Date: 2010-05-23 03:22:06 UTC
  • mfrom: (1556.1.4 new-tmp)
  • Revision ID: brian@gaz-20100523032206-xr8l7a7jv34p3e9g
Merge of tmp files cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
dict_print(void);
108
108
/*============*/
109
109
 
 
110
typedef void (*dict_print_callback)(void *ptr, const char *);
 
111
UNIV_INTERN void dict_print_with_callback(dict_print_callback, void *);
 
112
 
 
113
 
110
114
 
111
115
#ifndef UNIV_NONINL
112
116
#include "dict0load.ic"