~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2010-12-08 22:35:56 UTC
  • mfrom: (1819.9.158 update-innobase)
  • Revision ID: brian@tangent.org-20101208223556-37mi4omqg7lkjzf3
Merge in Stewart's changes, 1.3 changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
627
627
{
628
628
        dict_index_t*   index;
629
629
        dict_table_t*   sys_indexes;
630
 
        dict_table_t*   table;
631
630
        dtuple_t*       search_tuple;
632
631
        ulint           zip_size;
633
632
        btr_pcur_t      pcur;
636
635
        ut_ad(mutex_own(&(dict_sys->mutex)));
637
636
 
638
637
        index = node->index;
639
 
        table = node->table;
640
638
 
641
639
        sys_indexes = dict_sys->sys_indexes;
642
640