~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/include/dict0crea.h

InnoDB compiles clean. Need to send this patch upstream. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#include "que0types.h"
16
16
#include "row0types.h"
17
17
#include "mtr0mtr.h"
 
18
#include "pars0pars.h"
18
19
 
19
20
/*************************************************************************
20
21
Creates a table create graph. */
110
111
        dict_table_t*   table,  /* in: table */
111
112
        trx_t*          trx);   /* in: transaction */
112
113
 
113
 
 
114
114
/* Table create node structure */
115
115
 
116
116
struct tab_node_struct{