~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Stewart Smith
  • Date: 2008-07-09 01:40:54 UTC
  • mfrom: (105 drizzle)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080709014054-xfgfzirbhqzrzkkj
mergeĀ fromĀ mainline

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{