~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/data_dictionary.h

  • Committer: Brian Aker
  • Date: 2010-12-18 10:14:05 UTC
  • mfrom: (2008.1.3 clean)
  • Revision ID: brian@tangent.org-20101218101405-qjbse29shi9coklg
Merge of user identifier work

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
    btr_pcur_t pcur;
145
145
    const rec_t* rec;
146
146
    mem_heap_t* heap;
147
 
    dulint last_id;
 
147
    index_id_t last_id;
148
148
    mtr_t mtr;
149
149
  };
150
150