~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge Stewart - Update innobase plugin to be based on innodb 1.1.4 from MySQL 5.5.8 

Show diffs side-by-side

added added

removed removed

Lines of Context:
828
828
        appropriate field in the SYS_INDEXES record: this mini-transaction
829
829
        marks the B-tree totally truncated */
830
830
 
831
 
        btr_page_get(space, zip_size, root_page_no, RW_X_LATCH, mtr);
 
831
        btr_block_get(space, zip_size, root_page_no, RW_X_LATCH, mtr);
832
832
 
833
833
        btr_free_root(space, zip_size, root_page_no, mtr);
834
834
create: