diff options
author | Vasil Dimov <vasil.dimov@oracle.com> | 2010-11-10 10:52:45 +0200 |
---|---|---|
committer | Vasil Dimov <vasil.dimov@oracle.com> | 2010-11-10 10:52:45 +0200 |
commit | 5bd300084b21b3934e4d579c14e6bc8e3b21978a (patch) | |
tree | 2fa24a8597e1d79b660ddfc2203fded8b205f94c /storage/innobase/dict | |
parent | 99cd1a616fbff508b7f877ef6f023f04ae511b78 (diff) | |
parent | 533492bd6ae733c7e7543b2dc1b642c4d3e320b5 (diff) | |
download | mariadb-git-5bd300084b21b3934e4d579c14e6bc8e3b21978a.tar.gz |
Merge mysql-5.5-innodb from bk-internal into my local repo
Diffstat (limited to 'storage/innobase/dict')
-rw-r--r-- | storage/innobase/dict/dict0crea.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/dict/dict0crea.c b/storage/innobase/dict/dict0crea.c index 1a332ea9329..d0344e72703 100644 --- a/storage/innobase/dict/dict0crea.c +++ b/storage/innobase/dict/dict0crea.c @@ -828,7 +828,7 @@ dict_truncate_index_tree( appropriate field in the SYS_INDEXES record: this mini-transaction marks the B-tree totally truncated */ - btr_page_get(space, zip_size, root_page_no, RW_X_LATCH, mtr); + btr_block_get(space, zip_size, root_page_no, RW_X_LATCH, mtr); btr_free_root(space, zip_size, root_page_no, mtr); create: |