#At file:///home/marko/innobase/dev/mysql2a/5.1-innodb/ based on revid:marko.makela@strippedgl71yve3vssz
3654 Marko Mäkelä 2010-11-03
Remove a compiler warning that was unmasked by the Bug #57947 fix.
modified:
storage/innodb_plugin/dict/dict0crea.c
=== modified file 'storage/innodb_plugin/dict/dict0crea.c'
--- a/storage/innodb_plugin/dict/dict0crea.c revid:marko.makela@strippedsz
+++ b/storage/innodb_plugin/dict/dict0crea.c revid:marko.makela@stripped
@@ -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:
Attachment: [text/bzr-bundle] bzr/marko.makela@oracle.com-20101103091138-nou3sbavucd4bdpx.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-innodb branch (marko.makela:3654) Bug#57947 | marko.makela | 3 Nov |