~thomir-deactivatedaccount/drizzle/drizzle-fix-bug653747

« back to all changes in this revision

Viewing changes to plugin/innobase/dict/dict0boot.c

  • Committer: Brian Aker
  • Date: 2010-10-10 02:07:52 UTC
  • mfrom: (1827.2.3 staging)
  • Revision ID: brian@tangent.org-20101010020752-ktv73isay5dxtvp3
Merge in switch on table_share_instance inheritance.

Show diffs side-by-side

added added

removed removed

Lines of Context:
274
274
        and (TYPE & DICT_TF_FORMAT_MASK) are nonzero and TYPE = table->flags */
275
275
        dict_mem_table_add_col(table, heap, "TYPE", DATA_INT, 0, 4);
276
276
        dict_mem_table_add_col(table, heap, "MIX_ID", DATA_BINARY, 0, 0);
277
 
        /* MIX_LEN may contain additional table flags when
278
 
        ROW_FORMAT!=REDUNDANT.  Currently, these flags include
279
 
        DICT_TF2_TEMPORARY. */
280
277
        dict_mem_table_add_col(table, heap, "MIX_LEN", DATA_INT, 0, 4);
281
278
        dict_mem_table_add_col(table, heap, "CLUSTER_NAME", DATA_BINARY, 0, 0);
282
279
        dict_mem_table_add_col(table, heap, "SPACE", DATA_INT, 0, 4);