Merge lp:~hrvojem/percona-server/adaptive_hash into lp:percona-server/5.5

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 211
Proposed branch: lp:~hrvojem/percona-server/adaptive_hash
Merge into: lp:percona-server/5.5
Diff against target: 66 lines (+6/-6)
4 files modified
doc/source/conf.py (+1/-1)
doc/source/index.rst (+1/-1)
doc/source/release-notes/Percona-Server-5.5.8-20.0.rst (+1/-1)
doc/source/scalability/innodb_adaptive_hash_index_partitions.rst (+3/-3)
To merge this branch: bzr merge lp:~hrvojem/percona-server/adaptive_hash
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+91396@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Hroje,

A better way to do file renames with Bazaar is "bzr mv" instead of bzr rm/add. This way the changes are easier to review (you only see file content changes + rename), and you preserve the file history, because bzr knows what you actually want to do.

review: Needs Fixing
Revision history for this message
Alexey Kopytov (akopytov) wrote :

OK to merge.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/source/conf.py'
--- doc/source/conf.py 2012-01-27 08:36:38 +0000
+++ doc/source/conf.py 2012-02-03 10:28:20 +0000
@@ -45,7 +45,7 @@
4545
46# General information about the project.46# General information about the project.
47project = u'Percona Server'47project = u'Percona Server'
48copyright = u'2011, Percona Inc'48copyright = u'2012, Percona Inc'
4949
50# The version info for the project you're documenting, acts as replacement for50# The version info for the project you're documenting, acts as replacement for
51# |version| and |release|, also used in various other places throughout the51# |version| and |release|, also used in various other places throughout the
5252
=== modified file 'doc/source/index.rst'
--- doc/source/index.rst 2012-01-30 16:36:39 +0000
+++ doc/source/index.rst 2012-02-03 10:28:20 +0000
@@ -60,7 +60,7 @@
60 scalability/innodb_split_buf_pool_mutex60 scalability/innodb_split_buf_pool_mutex
61 scalability/innodb_io_5561 scalability/innodb_io_55
62 scalability/innodb_expand_undo_slots62 scalability/innodb_expand_undo_slots
63 scalability/innodb_adaptive_hash_partitions63 scalability/innodb_adaptive_hash_index_partitions
6464
65Performance Improvements65Performance Improvements
66========================66========================
6767
=== modified file 'doc/source/release-notes/Percona-Server-5.5.8-20.0.rst'
--- doc/source/release-notes/Percona-Server-5.5.8-20.0.rst 2011-10-07 23:38:41 +0000
+++ doc/source/release-notes/Percona-Server-5.5.8-20.0.rst 2012-02-03 10:28:20 +0000
@@ -11,7 +11,7 @@
11New Features11New Features
12============12============
1313
14 * |InnoDB| adaptive hash function searches can now be spread across multiple partitions (see :ref:`innodb_adaptive_hash_partitions_page`). Bug fixed: :bug:`688866`. (*Yasufumi Kinoshita*)14 * |InnoDB| adaptive hash function searches can now be spread across multiple partitions (see :ref:`innodb_adaptive_hash_index_partitions_page`). Bug fixed: :bug:`688866`. (*Yasufumi Kinoshita*)
1515
16 * Information from ``SHOW INNODB STATUS`` was made available in new status variables in |InnoDB| Show Status. Bug fixed: :bug:`698797`.16 * Information from ``SHOW INNODB STATUS`` was made available in new status variables in |InnoDB| Show Status. Bug fixed: :bug:`698797`.
1717
1818
=== renamed file 'doc/source/scalability/innodb_adaptive_hash_partitions.rst' => 'doc/source/scalability/innodb_adaptive_hash_index_partitions.rst'
--- doc/source/scalability/innodb_adaptive_hash_partitions.rst 2011-10-07 23:38:41 +0000
+++ doc/source/scalability/innodb_adaptive_hash_index_partitions.rst 2012-02-03 10:28:20 +0000
@@ -1,4 +1,4 @@
1.. _innodb_adaptive_hash_partitions_page:1.. _innodb_adaptive_hash_index_partitions_page:
22
3==========================================3==========================================
4 Multiple Adaptive Hash Search Partitions4 Multiple Adaptive Hash Search Partitions
@@ -6,7 +6,7 @@
66
7The |InnoDB| adaptive hash index can have contention issues on multi-core systems when you run a mix of read and write queries that need to scan secondary indexes. This feature splits the adaptive hash index across several partitions to avoid such problems.7The |InnoDB| adaptive hash index can have contention issues on multi-core systems when you run a mix of read and write queries that need to scan secondary indexes. This feature splits the adaptive hash index across several partitions to avoid such problems.
88
9The number of adaptive hash partitions specified by the variable ``innodb_adaptive_hash_partitions`` are created, and hash indexes are assigned to each one based on ``index_id``. This should help to solve contention problems in the adaptive hash search process when they occur.9The number of adaptive hash partitions specified by the variable ``innodb_adaptive_hash_index_partitions`` are created, and hash indexes are assigned to each one based on ``index_id``. This should help to solve contention problems in the adaptive hash search process when they occur.
1010
1111
12Version Specific Information12Version Specific Information
@@ -17,7 +17,7 @@
17System Variables17System Variables
18----------------18----------------
1919
20.. variable:: innodb_adaptive_hash_partitions20.. variable:: innodb_adaptive_hash_index_partitions
2121
22 :version 5.5.8-20.0: Introduced22 :version 5.5.8-20.0: Introduced
23 :cli: Yes23 :cli: Yes

Subscribers

People subscribed via source and target branches