~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/table_xt.h

  • Committer: Brian Aker
  • Date: 2010-05-03 20:01:36 UTC
  • mfrom: (1516.1.2 staging)
  • Revision ID: brian@gaz-20100503200136-8cbqn0m5hztqb9h8
Merge Paul's latest PBXT (includes version 1.1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
        XTDiskValue2                    tf_tab_unused_2;                                                /* Unused, set to zero */
192
192
        XTDiskValue4                    tf_rec_size_4;                                                  /* The maximum size of records in the table. */
193
193
        XTDiskValue1                    tf_rec_fixed_1;                                                 /* Set to 1 if this table contains fixed length records. */
194
 
        XTDiskValue1                    tf_reserved_1;
 
194
        XTDiskValue1                    tf_reserved_1;                                                  /* - */
195
195
        XTDiskValue8                    tf_min_auto_inc_8;                                              /* This is the minimum auto-increment value. */
196
196
        xtWord1                                 tf_reserved[64];                                                /* Reserved, set to 0. */
197
197
        char                                    tf_definition[XT_VAR_LENGTH];                   /* A cstring, currently it only contains the foreign key information. */