~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2008-07-05 17:07:46 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: monty@inaugust.com-20080705170746-8aq11u9fuwtfwy85
Removed my_alarm. Made my_lock only do the non-alarm version. Moved my_lock to MyISAM where it belongs.

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"
19
18
 
20
19
/*************************************************************************
21
20
Creates a table create graph. */
111
110
        dict_table_t*   table,  /* in: table */
112
111
        trx_t*          trx);   /* in: transaction */
113
112
 
 
113
 
114
114
/* Table create node structure */
115
115
 
116
116
struct tab_node_struct{