~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Lee Bieber
  • Date: 2010-12-23 02:14:02 UTC
  • mfrom: (2021.1.2 build)
  • Revision ID: kalebral@gmail.com-20101223021402-o4zhdsv3x8s0q6pz
Merge Stewart - Update innobase plugin to be based on innodb 1.1.4 from MySQL 5.5.8 
Merge Marisa - fixed markup in 'administrative.rst', which was throwing an error in the build

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: