~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2010-10-20 20:41:00 UTC
  • mfrom: (1863 staging)
  • mto: This revision was merged to the branch mainline in revision 1871.
  • Revision ID: barry.leslie@primebase.com-20101020204100-oyj6p5cfssjw3p62
Merged with trunk.

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_TF_BITS)));
 
62
        ut_a(!(flags & (~0 << DICT_TF2_BITS)));
63
63
 
64
64
        heap = mem_heap_create(DICT_HEAP_SIZE);
65
65