~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-22 04:24:42 UTC
  • mto: This revision was merged to the branch mainline in revision 1561.
  • Revision ID: brian@gaz-20100522042442-gvf93td6ggclyzvl
First pass on a table function to see the contents of Innodb's
data_dictionary.

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"