Bug #48636 | I_S.global_status.innodb_buffer_pool_pages_total returns different values | ||
---|---|---|---|
Submitted: | 9 Nov 2009 11:55 | Modified: | 24 Jun 2010 8:47 |
Reporter: | Alexander Nozdrin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 5.5.0 (mysql-trunk) | OS: | Linux |
Assigned to: | Vasil Dimov | CPU Architecture: | Any |
[9 Nov 2009 11:55]
Alexander Nozdrin
[9 Nov 2009 11:57]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/89781 2926 Alexander Nozdrin 2009-11-09 Fix innodb.test due to Bug#48636.
[11 Nov 2009 6:52]
Bugs System
Pushed into 6.0.14-alpha (revid:alik@sun.com-20091110093407-rw5g8dys2baqkt67) (version source revid:alik@sun.com-20091109152008-xg8oj70lass1kd79) (merge vers: 6.0.14-alpha) (pib:13)
[11 Nov 2009 7:00]
Bugs System
Pushed into 5.5.0-beta (revid:alik@sun.com-20091109115615-nuohp02h8mdrz8m2) (version source revid:alik@sun.com-20091109115615-nuohp02h8mdrz8m2) (merge vers: 5.5.0-beta) (pib:13)
[24 Jun 2010 8:47]
Vasil Dimov
This has been fixed first by alik@ in late 2009 and then, when innodb.test was imported from SVN was fixed in this changeset: ------------------------------------------------------------ revno: 3008.2.82 revision-id: vasil.dimov@oracle.com-20100512091350-idbzw2ihdqlgkfch parent: vasil.dimov@oracle.com-20100512075638-dw3iwsimxuvmfr5o committer: Vasil Dimov <vasil.dimov@oracle.com> branch nick: mysql-trunk-innodb timestamp: Wed 2010-05-12 12:13:50 +0300 message: Fix the failing innodb.innodb test. Support returning 512 and 511 pages for the buffer pool size, this is undeterministic and probably depends on alignment issues. The default buffer pool size is 8M (512) pages, which is set in include/default_mysqld.cnf. So the previous "replace_result 8192 8191" had no effect.