[MDEV-6872] innodb.innodb fails on PPC64 Created: 2014-10-15  Updated: 2014-10-15  Resolved: 2014-10-15

Status: Closed
Project: MariaDB Server
Component/s: Platform Power, Storage Engine - InnoDB
Affects Version/s: 5.5.40
Fix Version/s: 5.5.41

Type: Bug Priority: Major
Reporter: Sergey Vojtovich Assignee: Sergey Vojtovich
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-6478 MariaDB on Power8 Closed

 Description   

See buildbot.

--- /home/buildbot/maria-slave/power8-vlp01-debug/build/mysql-test/suite/innodb/r/innodb.result	2014-10-14 07:17:25.984388000 -0400
+++ /home/buildbot/maria-slave/power8-vlp01-debug/build/mysql-test/suite/innodb/r/innodb.reject	2014-10-14 07:58:15.376957401 -0400
@@ -1687,7 +1687,7 @@
 drop table t1;
 SELECT variable_value FROM information_schema.global_status WHERE LOWER(variable_name) = 'innodb_buffer_pool_pages_total';
 variable_value
-ok
+515
 SELECT variable_value FROM information_schema.global_status WHERE LOWER(variable_name) = 'innodb_page_size';
 variable_value
 16384



 Comments   
Comment by Sergey Vojtovich [ 2014-10-15 ]

revno: 4325
revision-id: svoj@mariadb.org-20141015081134-c39hdk8rvbcwomat
parent: psergey@askmonty.org-20141014111106-38kbu22to1f1j4nv
committer: Sergey Vojtovich <svoj@mariadb.org>
branch nick: 5.5-test
timestamp: Wed 2014-10-15 12:11:34 +0400
message:
  MDEV-6872 - innodb.innodb fails on PPC64
 
  innodb_buffer_pool_pages_total depends on page size. On Power8 it is 65k
  compared to 4k on Intel. As we round allocations on page size we may get
  slightly more memory for buffer pool.

Generated at Thu Feb 08 07:15:13 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.