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

« back to all changes in this revision

Viewing changes to plugin/innobase/dict/dict0mem.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:
59
59
        mem_heap_t*     heap;
60
60
 
61
61
        ut_ad(name);
62
 
        ut_a(!(flags & (~0 << DICT_TF2_BITS)));
 
62
        ut_a(!(flags & (~0 << DICT_TF_BITS)));
63
63
 
64
64
        heap = mem_heap_create(DICT_HEAP_SIZE);
65
65