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

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 599
Proposed branch: lp:~hrvojem/percona-server/bug1247096-5.5
Merge into: lp:percona-server/5.5
Diff against target: 354 lines (+264/-14)
5 files modified
doc/source/compatibility.rst (+8/-0)
doc/source/conf.py (+4/-2)
doc/source/index.rst (+5/-4)
doc/source/ps-versions-comparison.rst (+240/-0)
doc/source/scalability/innodb_extra_rseg.rst (+7/-8)
To merge this branch: bzr merge lp:~hrvojem/percona-server/bug1247096-5.5
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+194496@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

    - 10: s/will not be/is not
    - Is ps-versions-comparison.rst identical to the current 5.6
      version? Does it have the same bzr file-id?
    - Should bug 1247094 be unlinked from the MP?
    - innodb_extra_rseg.rst now mentions the variable removal twice.
      Probably we should keep only the "warning" one, i.e. the one
      introduced by the MP and remove the other one?

review: Needs Fixing
Revision history for this message
Hrvoje Matijakovic (hrvojem) wrote :

> - 10: s/will not be/is not
Fixed.
> - Is ps-versions-comparison.rst identical to the current 5.6
> version? Does it have the same bzr file-id?
No but it will be once merge the 5.6 branch. Yes:
/percona-server/bug1247096$ bzr file-id 5.5/doc/source/ps-versions-comparison.rst
psversionscomparison-20130729211244-b6tjk419cuwpv69w-1
/percona-server/bug1247096$ bzr file-id 5.6/doc/source/ps-versions-comparison.rst
psversionscomparison-20130729211244-b6tjk419cuwpv69w-1

> - Should bug 1247094 be unlinked from the MP?
Done.
> - innodb_extra_rseg.rst now mentions the variable removal twice.
> Probably we should keep only the "warning" one, i.e. the one
> introduced by the MP and remove the other one?
Fixed.

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/source/compatibility.rst'
2--- doc/source/compatibility.rst 2013-05-27 13:46:13 +0000
3+++ doc/source/compatibility.rst 2013-11-29 07:27:29 +0000
4@@ -16,12 +16,20 @@
5 3) Install stock MySQL (or at least disable fast checksums).
6 4) Restore the InnoDB tables (or convert back from MyISAM).
7
8+.. note::
9+
10+ This feature has been deprecated after |Percona Server| :rn:`5.5.28-29.2` and it is not available in |Percona Server| 5.6, because the `innodb_checksum_algorithm <http://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html#sysvar_innodb_checksum_algorithm>`_ feature in |MySQL| 5.6 makes it redundant.
11+
12 Page sizes other than 16KiB
13 ===========================
14
15 This is controlled by variable :variable:`innodb_page_size`. Changing the page size for an existing database is not supported. Table will need to be dumped/imported again if compatibility with |MySQL| is required.
16
17+.. note:: This feature has been deprecated in the |Percona Server| :rn:`5.5.30-30.2`. It has been replaced by the `upstream <http://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html#sysvar_innodb_page_size>`_ version released in |MySQL| 5.6.4.
18+
19 Relocation of the doublewrite buffer
20 ====================================
21
22 Variable :variable:`innodb_doublewrite_file` provides an option to put the buffer on a dedicated disk in order to parallelize I/O activity on the buffer and on the tablespace. Only in case of crash recovery this variable cannot be changed, in all other cases it can be turned on/off without breaking the compatibility.
23+
24+.. note:: This feature has not been ported to |Percona Server| 5.6.
25
26=== modified file 'doc/source/conf.py'
27--- doc/source/conf.py 2013-10-24 15:28:39 +0000
28+++ doc/source/conf.py 2013-11-29 07:27:29 +0000
29@@ -265,6 +265,8 @@
30 # Example configuration for intersphinx: refer to the Python standard library.
31 intersphinx_mapping = {
32 'ps51' : ('http://www.percona.com/doc/percona-server/5.1/', None),
33- 'xtrabackup' : ('http://www.percona.com/doc/percona-xtrabackup/2.1/', None),
34- 'ptoolkit' : ('http://www.percona.com/doc/percona-toolkit/2.1/', None)
35+ 'ps55' : ('http://www.percona.com/doc/percona-server/5.5/', None),
36+ 'ps56' : ('http://www.percona.com/doc/percona-server/5.6/', None),
37+ 'xb21' : ('http://www.percona.com/doc/percona-xtrabackup/2.1/', None),
38+ 'ptoolkit' : ('http://www.percona.com/doc/percona-toolkit/2.2/', None)
39 }
40
41=== modified file 'doc/source/index.rst'
42--- doc/source/index.rst 2013-10-24 14:12:14 +0000
43+++ doc/source/index.rst 2013-11-29 07:27:29 +0000
44@@ -34,8 +34,9 @@
45 :maxdepth: 1
46 :glob:
47
48+ percona_xtradb
49+ ps-versions-comparison
50 feature_comparison
51- percona_xtradb
52
53 Installation
54 ============
55@@ -59,7 +60,6 @@
56 scalability/innodb_insert_buffer
57 scalability/innodb_io_55
58 scalability/innodb_adaptive_hash_index_partitions
59- scalability/innodb_extra_rseg
60
61 Performance Improvements
62 ========================
63@@ -162,6 +162,7 @@
64 :glob:
65
66 management/innodb_buffer_pool_shm
67+ scalability/innodb_extra_rseg
68
69 Reference
70 =========
71@@ -170,10 +171,10 @@
72 :maxdepth: 1
73 :glob:
74
75+ upstream-bug-fixes
76+ ps-variables
77 development
78 trademark-policy
79- upstream-bug-fixes
80- ps-variables
81 index_info_schema_tables
82 faq
83 copyright
84
85=== added file 'doc/source/ps-versions-comparison.rst'
86--- doc/source/ps-versions-comparison.rst 1970-01-01 00:00:00 +0000
87+++ doc/source/ps-versions-comparison.rst 2013-11-29 07:27:29 +0000
88@@ -0,0 +1,240 @@
89+.. _ps_versions_comparison:
90+
91+=======================================================
92+List of features available in |Percona Server| releases
93+=======================================================
94+
95+.. list-table::
96+ :header-rows: 1
97+
98+ * - |Percona Server| 5.1
99+ - |Percona Server| 5.5
100+ - |Percona Server| 5.6
101+ * - :ref:`Improved Buffer Pool Scalability <ps51:innodb_split_buf_pool_mutex>`
102+ - :ref:`Improved Buffer Pool Scalability <ps55:innodb_split_buf_pool_mutex>`
103+ - :ref:`Improved Buffer Pool Scalability <ps56:innodb_split_buf_pool_mutex>`
104+ * - :ref:`Configurable Insert Buffer <ps51:innodb_insert_buffer>`
105+ - :ref:`Configurable Insert Buffer <ps55:innodb_insert_buffer>`
106+ - Feature not implemented
107+ * - :ref:`Improved InnoDB I/O Scalability <ps51:innodb_io_page>`
108+ - :ref:`Improved InnoDB I/O Scalability <ps55:innodb_io_55_page>`
109+ - :ref:`Improved InnoDB I/O Scalability <ps56:innodb_io_page>`
110+ * - :ref:`More Concurrent Transactions Available <ps51:innodb_expand_undo_slots>`
111+ - :ref:`More Concurrent Transactions Available <ps55:innodb_extra_rseg>`
112+ - Replaced by the upstream implementation [#n-1]_
113+ * - Feature not implemented
114+ - :ref:`innodb_adaptive_hash_index_partitions_page`
115+ - :ref:`Multiple Adaptive Hash Search Partitions <ps56:innodb_adaptive_hash_index_partitions_page>`
116+ * - :ref:`Dedicated Purge Thread <ps51:innodb_purge_thread>`
117+ - Replaced by the upstream implementation [#n-2]_
118+ - Replaced by the upstream implementation [#n-2]_
119+ * - :ref:`Drop table performance <ps51:innodb_lazy_drop_table_page>`
120+ - :ref:`Drop table performance <ps55:innodb_lazy_drop_table_page>`
121+ - Replaced by the upstream fix [#n-3]_
122+ * - Feature not implemented
123+ - :ref:`Atomic write support for Fusion-io devices <ps55:atomic_fio>`
124+ - :ref:`Atomic write support for Fusion-io devices <ps56:atomic_fio>`
125+ * - :ref:`Configuration of the Doublewrite Buffer <ps51:innodb_doublewrite_path>`
126+ - :ref:`Configuration of the Doublewrite Buffer <ps55:innodb_doublewrite_path>`
127+ - Feature not implemented
128+ * - :ref:`Query Cache Enhancements <ps51:query_cache_enhance>`
129+ - :ref:`Query Cache Enhancements <ps55:query_cache_enhance>`
130+ - :ref:`Query Cache Enhancements <ps56:query_cache_enhance>`
131+ * - :ref:`Fast InnoDB Checksum <ps51:innodb_fast_checksum_page>` [#n-4]_
132+ - :ref:`Fast InnoDB Checksum <ps55:innodb_fast_checksum_page>` [#n-4]_
133+ - Replaced by the upstream implementation [#n-4]_
134+ * - :ref:`Reduced Buffer Pool Mutex Contention <ps51:innodb_opt_lru_count>`
135+ - :ref:`Reduced Buffer Pool Mutex Contention <ps55:innodb_opt_lru_count>`
136+ - :ref:`Reduced Buffer Pool Mutex Contention <ps56:innodb_opt_lru_count>`
137+ * - :ref:`InnoDB timer-based Concurrency Throttling <ps51:innodb_thread_concurrency_timer_based_page>`
138+ - :ref:`InnoDB timer-based Concurrency Throttling <ps55:innodb_thread_concurrency_timer_based_page>`
139+ - Replaced by the upstream implementation [#n-5]_
140+ * - :ref:`HandlerSocket <ps51:handlersocket_page>`
141+ - :ref:`HandlerSocket <ps55:handlersocket_page>`
142+ - Feature not implemented [#n-6]_
143+ * - Feature not implemented
144+ - :ref:`Improved NUMA support <ps55:innodb_numa_support>`
145+ - :ref:`Improved NUMA support <ps56:innodb_numa_support>`
146+ * - Feature not implemented
147+ - :ref:`Thread Pool <ps55:threadpool>`
148+ - :ref:`Thread Pool <ps56:threadpool>`
149+ * - Feature not implemented
150+ - :ref:`Binary Log Group Commit <ps55:binary_group_commit>`
151+ - Replaced by the upstream implementation [#n-7]_
152+ * - :ref:`Support of Multiple Page Sizes <ps51:innodb_files_extend>` [#n-8]_
153+ - :ref:`Support of Multiple Page Sizes <ps55:innodb_files_extend>` [#n-8]_
154+ - Replaced by the upstream implementation [#n-8]_
155+ * - :ref:`Suppress Warning Messages <ps51:log_warnings_suppress_page>`
156+ - :ref:`Suppress Warning Messages <ps55:log_warning_suppress>`
157+ - :ref:`Suppress Warning Messages <ps56:log_warning_suppress>`
158+ * - :ref:`Handle BLOB End of Line <ps51:mysql_remove_eol_carret>`
159+ - :ref:`Handle BLOB End of Line <ps55:mysql_remove_eol_carret>`
160+ - Replaced by the upstream implementation [#n-9]_
161+ * - :ref:`Ability to change database for mysqlbinlog <ps51:mysqlbinlog_change_db>`
162+ - Feature not implemented
163+ - Feature not implemented
164+ * - :ref:`Replication Stop Recovery <ps51:replication_skip_single_statement>`
165+ - Feature not implemented
166+ - Feature not implemented
167+ * - :ref:`Fixed Size for the Read Ahead Area <ps51:buff_read_ahead_area>`
168+ - :ref:`Fixed Size for the Read Ahead Area <ps55:buff_read_ahead_area>`
169+ - :ref:`Fixed Size for the Read Ahead Area <ps56:buff_read_ahead_area>`
170+ * - :ref:`Fast Shutdown <ps51:innodb_fast_shutdown>`
171+ - Feature not implemented
172+ - Feature not implemented
173+ * - Feature not implemented
174+ - :ref:`Improved MEMORY Storage Engine <ps55:improved_memory_engine>`
175+ - :ref:`Improved MEMORY Storage Engine <ps56:improved_memory_engine>`
176+ * - Feature not implemented
177+ - :ref:`Restricting the number of binlog files <ps55:maximum_binlog_files>`
178+ - :ref:`Restricting the number of binlog files <ps56:maximum_binlog_files>`
179+ * - :ref:`Ignoring missing tables in mysqldump <ps51:mysqldump_ignore_create_error>`
180+ - :ref:`Ignoring missing tables in mysqldump <ps55:mysqldump_ignore_create_error>`
181+ - :ref:`Ignoring missing tables in mysqldump <ps56:mysqldump_ignore_create_error>`
182+ * - :ref:`Too Many Connections Warning <ps51:log_connection_error>`
183+ - :ref:`Too Many Connections Warning <ps55:log_connection_error>`
184+ - :ref:`Too Many Connections Warning <ps56:log_connection_error>`
185+ * - :ref:`Error Code Compatibility <ps51:error_pad>`
186+ - :ref:`Error Code Compatibility <ps55:error_pad>`
187+ - :ref:`Error Code Compatibility <ps56:error_pad>`
188+ * - :ref:`Handle Corrupted Tables <ps51:innodb_corrupt_table_action_page>`
189+ - :ref:`Handle Corrupted Tables <ps55:innodb_corrupt_table_action_page>`
190+ - :ref:`Handle Corrupted Tables <ps56:innodb_corrupt_table_action_page>`
191+ * - :ref:`Crash-Resistant Replication <ps51:innodb_recovery_update_relay_log_page>`
192+ - :ref:`Crash-Resistant Replication <ps55:innodb_recovery_update_relay_log_page>`
193+ - Replaced by the upstream implementation [#n-10]_
194+ * - :ref:`Lock-Free SHOW SLAVE STATUS <ps51:show_slave_status_nolock>`
195+ - :ref:`Lock-Free SHOW SLAVE STATUS <ps55:show_slave_status_nolock>`
196+ - :ref:`Lock-Free SHOW SLAVE STATUS <ps56:show_slave_status_nolock>`
197+ * - :ref:`Fast InnoDB Recovery Process <ps51:innodb_recovery_patches>`
198+ - :ref:`Fast InnoDB Recovery Stats <ps55:innodb_recovery_patches>`
199+ - Feature not implemented
200+ * - :ref:`InnoDB Data Dictionary Size Limit <ps51:innodb_dict_size_limit_page>`
201+ - :ref:`InnoDB Data Dictionary Size Limit <ps55:innodb_dict_size_limit_page>`
202+ - Replaced by the upstream implementation [#n-11]_
203+ * - :ref:`Expand Table Import <ps51:innodb_expand_import_page>`
204+ - :ref:`Expand Table Import <ps55:innodb_expand_import_page>`
205+ - Replaced by the upstream implementation [#n-12]_
206+ * - :ref:`Dump/Restore of the Buffer Pool <ps51:innodb_lru_dump_restore>`
207+ - :ref:`Dump/Restore of the Buffer Pool <ps55:innodb_lru_dump_restore>`
208+ - Replaced by the upstream implementation [#n-13]_
209+ * - :ref:`Fast Index Creation <ps51:innodb_fast_index_creation>`
210+ - :ref:`Fast Index Creation <ps55:innodb_fast_index_creation>`
211+ - Replaced by the upstream implementation [#n-14]_
212+ * - :ref:`Expanded Fast Index Creation <ps51:expanded_innodb_fast_index_creation>`
213+ - :ref:`Expanded Fast Index Creation <ps55:expanded_innodb_fast_index_creation>`
214+ - :ref:`Expanded Fast Index Creation <ps56:expanded_innodb_fast_index_creation>`
215+ * - :ref:`Prevent Caching to FlashCache <ps51:sql_no_fcache>`
216+ - :ref:`Prevent Caching to FlashCache <ps55:sql_no_fcache>`
217+ - Feature not implemented
218+ * - :ref:`Percona Toolkit UDFs <ps51:udf_percona_toolkit>`
219+ - :ref:`Percona Toolkit UDFs <ps55:udf_percona_toolkit>`
220+ - :ref:`Percona Toolkit UDFs <ps56:udf_percona_toolkit>`
221+ * - :ref:`Support for Fake Changes <ps51:innodb_fake_changes_page>`
222+ - :ref:`Support for Fake Changes <ps55:innodb_fake_changes_page>`
223+ - :ref:`Support for Fake Changes <ps56:innodb_fake_changes_page>`
224+ * - :ref:`Kill Idle Transactions <ps51:innodb_kill_idle_trx>`
225+ - :ref:`Kill Idle Transactions <ps55:innodb_kill_idle_trx>`
226+ - :ref:`Kill Idle Transactions <ps56:innodb_kill_idle_trx>`
227+ * - :ref:`XtraDB changed page tracking <ps51:changed_page_tracking>`
228+ - :ref:`XtraDB changed page tracking <ps55:changed_page_tracking>`
229+ - :ref:`XtraDB changed page tracking <ps56:changed_page_tracking>`
230+ * - Feature not implemented
231+ - :ref:`Enforcing Storage Engine <ps55:enforce_engine>`
232+ - :ref:`Enforcing Storage Engine <ps56:enforce_engine>`
233+ * - Feature not implemented
234+ - :ref:`Utility user <ps55:psaas_utility_user>`
235+ - :ref:`Utility user <ps56:psaas_utility_user>`
236+ * - Feature not implemented
237+ - :ref:`Extending the secure-file-priv server option <ps55:secure_file_priv_extended>`
238+ - :ref:`Extending the secure-file-priv server option <ps56:secure_file_priv_extended>`
239+ * - Feature not implemented
240+ - :ref:`Expanded Program Option Modifiers <ps55:expanded_option_modifiers>`
241+ - :ref:`Expanded Program Option Modifiers <ps56:expanded_option_modifiers>`
242+ * - Feature not implemented
243+ - :ref:`PAM Authentication Plugin <ps55:pam_plugin>`
244+ - :ref:`PAM Authentication Plugin <ps56:pam_plugin>`
245+ * - Feature not implemented
246+ - Feature not implemented
247+ - :ref:`Log Archiving for XtraDB <ps56:log_archiving>`
248+ * - :ref:`InnoDB Statistics <ps51:innodb_stats>`
249+ - :ref:`InnoDB Statistics <ps55:innodb_stats>`
250+ - Replaced by the upstream implementation [#n-15]_
251+ * - :ref:`User Statistics <ps51:user_stats>`
252+ - :ref:`User Statistics <ps55:user_stats>`
253+ - :ref:`User Statistics <ps56:user_stats>`
254+ * - :ref:`Slow Query Log <ps51:slow_extended>`
255+ - :ref:`Slow Query Log <ps55:slow_extended_55>`
256+ - :ref:`Slow Query Log <ps56:slow_extended>`
257+ * - :ref:`Count InnoDB Deadlocks <ps51:innodb_deadlock_count>`
258+ - :ref:`Count InnoDB Deadlocks <ps55:innodb_deadlocks_page>`
259+ - :ref:`Count InnoDB Deadlocks <ps56:innodb_deadlocks_page>`
260+ * - :ref:`Log All Client Commands (syslog) <ps51:mysql_syslog>`
261+ - :ref:`Log All Client Commands (syslog) <ps55:mysql_syslog>`
262+ - :ref:`Log All Client Commands (syslog) <ps56:mysql_syslog>`
263+ * - :ref:`Response Time Distribution <ps51:response_time_distribution>`
264+ - :ref:`Response Time Distribution <ps55:response_time_distribution>`
265+ - Feature not implemented
266+ * - :ref:`Show Storage Engines <ps51:show_engines>`
267+ - :ref:`Show Storage Engines <ps55:show_engines>`
268+ - :ref:`Show Storage Engines <ps56:show_engines>`
269+ * - :ref:`Show Lock Names <ps51:innodb_show_lock_names>`
270+ - :ref:`Show Lock Names <ps55:innodb_show_lock_names>`
271+ - :ref:`Show Lock Names <ps56:innodb_show_lock_names>`
272+ * - :ref:`Process List <ps51:process_list>`
273+ - :ref:`Process List <ps55:process_list>`
274+ - :ref:`Process List <ps56:process_list>`
275+ * - `Misc. INFORMATION_SCHEMA Tables <http://www.percona.com/doc/percona-server/5.1/diagnostics/misc_info_schema_tables.html>`_
276+ - :ref:`Misc. INFORMATION_SCHEMA Tables <ps55:misc_info_schema_tables>`
277+ - :ref:`Misc. INFORMATION_SCHEMA Tables <ps56:misc_info_schema_tables>`
278+ * - Feature not implemented
279+ - :ref:`Extended Show Engine InnoDB Status <ps55:innodb_show_status>`
280+ - :ref:`Extended Show Engine InnoDB Status <ps56:innodb_show_status>`
281+ * - Feature not implemented
282+ - :ref:`Thread Based Profiling <ps55:thread_based_profiling>`
283+ - :ref:`Thread Based Profiling <ps56:thread_based_profiling>`
284+ * - Feature not implemented
285+ - Feature not implemented
286+ - :ref:`XtraDB Performance Improvements for I/O-Bound Highly-Concurrent Workloads <ps56:xtradb_performance_improvements_for_io-bound_highly-concurrent_workloads>`
287+ * - Feature not implemented
288+ - Feature not implemented
289+ - :ref:`Page cleaner thread tuning <ps56:page_cleaner_tuning>`
290+ * - Feature not implemented
291+ - Feature not implemented
292+ - :ref:`Statement Timeout <ps56:statement_timeout>`
293+ * - Feature not implemented
294+ - :ref:`Extended SELECT INTO OUTFILE/DUMPFILE <ps55:extended_select_into_outfile>`
295+ - :ref:`Extended SELECT INTO OUTFILE/DUMPFILE <ps56:extended_select_into_outfile>`
296+ * - Feature not implemented
297+ - Feature not implemented
298+ - :ref:`Per-query variable statement <ps56:per_query_variable_statement>`
299+
300+
301+Other Reading
302+=============
303+
304+* :ref:`changed_in_56`
305+* :ref:`upgrading_guide`
306+* :ref:`Percona Sever In-Place Upgrading Guide: From 5.5 to 5.6 <ps56:upgrading_guide>`
307+* `Upgrading from MySQL 5.1 to 5.5 <http://dev.mysql.com/doc/refman/5.5/en/upgrading-from-previous-series.html>`_
308+* `What Is New in MySQL 5.5 <http://dev.mysql.com/doc/refman/5.5/en/mysql-nutshell.html>`_
309+* `What Is New in MySQL 5.6 <http://dev.mysql.com/doc/refman/5.6/en/mysql-nutshell.html>`_
310+
311+Footnotes
312+=========
313+
314+.. [#n-1] Feature has been deprecated after |Percona Server| 5.5.11-20.2. It has replaced by the upstream implementation of `innodb_undo_logs <https://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html#sysvar_innodb_undo_logs>`_ in |MySQL| 5.6.3.
315+.. [#n-2] Feature has not been ported from |Percona Server| 5.1 version. It has been replaced by the upstream `Improved Purge Scheduling <https://dev.mysql.com/doc/refman/5.6/en/innodb-performance.html#innodb-improved-purge-scheduling>`_ implementation.
316+.. [#n-3] Feature has been has been removed and its controlling variable ``innodb_lazy_drop_table`` has been deprecated from |Percona Server| 5.5.30-30.2. Feature has been removed because the upstream ``DROP TABLE`` implementation has been improved when bugs :mysqlbug:`56332` and :mysqlbug:`51325` were fixed.
317+.. [#n-4] Feature has been deprecated after |Percona Server| 5.1.66-14.2 and |Percona Server| 5.5.28-29.2. It has been replaced by the upstream `innodb_checksum_algorithm <http://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html#sysvar_innodb_checksum_algorithm>`_ implementation released in |MySQL| 5.6.3.
318+.. [#n-5] Feature has been replaced by the upstream implementation `innodb-performance-thread_concurrency <https://dev.mysql.com/doc/refman/5.6/en/innodb-performance.html#innodb-performance-thread_concurrency>`_ in |MySQL| 5.6
319+.. [#n-6] Feature will be implemented in one of the future |Percona Server| 5.6 releases.
320+.. [#n-7] `Binary Log Group Commit <http://mysqlmusings.blogspot.se/2012/06/binary-log-group-commit-in-mysql-56.html>`_ feature has been replaced with the |MySQL| 5.6 implementation.
321+.. [#n-8] Feature has been deprecated in the |Percona Server| 5.1.68-14.6 and |Percona Server| 5.5.30-30.2. It has been replaced by the upstream `innodb_page_size <http://dev.mysql.com/doc/refman/5.6/en/innodb-parameters.html#sysvar_innodb_page_size>`_ version released in |MySQL| 5.6.4.
322+.. [#n-9] Feature has been replaced by the |MySQL| 5.6 `binary-mode <http://dev.mysql.com/doc/refman/5.6/en/mysql-command-options.html#option_mysql_binary-mode>`_ configuration option.
323+.. [#n-10] Feature has been replaced by the |MySQL| 5.6 `relay-log-recovery <http://dev.mysql.com/doc/refman/5.6/en/replication-options-slave.html#option_mysqld_relay-log-recovery>`_ implementation.
324+.. [#n-11] Feature has been replaced by the |MySQL| 5.6 `table_definition_cache <https://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_table_definition_cache>`_ implementation.
325+.. [#n-12] Feature has been replaced by the |MySQL| 5.6 `Improved Tablespace Management <https://dev.mysql.com/doc/refman/5.6/en/innodb-performance.html#innodb-tablespace-management>`_ implementation.
326+.. [#n-13] Feature has been replaced by the |MySQL| 5.6 `preloading the InnoDB buffer pool at startup <https://dev.mysql.com/doc/refman/5.6/en/innodb-performance.html#innodb-preload-buffer-pool>`_ implementation.
327+.. [#n-14] Feature has been replaced by the 5.6' `ALGORITHM= option <http://dev.mysql.com/doc/refman/5.6/en/alter-table.html>`_ implementation.
328+.. [#n-15] Feature has been replaced by the |MySQL| 5.6 `Persistent Optimizer Statistics for InnoDB Tables <https://dev.mysql.com/doc/refman/5.6/en/innodb-performance.html#innodb-persistent-stats>`_ implementation.
329
330=== modified file 'doc/source/scalability/innodb_extra_rseg.rst'
331--- doc/source/scalability/innodb_extra_rseg.rst 2013-05-27 13:46:13 +0000
332+++ doc/source/scalability/innodb_extra_rseg.rst 2013-11-29 07:27:29 +0000
333@@ -4,14 +4,13 @@
334 Multiple Rollback Segments
335 ============================
336
337-In Percona Server 5.1, an improvement was provided for write-intensive
338-workloads that allowed multiple rollback segments to be used. It has
339-been removed from |Percona Server| 5.5.11-20.2 because an equivalent
340-variable, ``innodb_rollback_segment``, has been implemented in |MySQL|
341-5.5, and so the MySQL 5.5 implementation is available in Percona
342-Server 5.5.
343-
344-Percona Server, in addition to the upstream multiple rollback segment implementation, provides the additonal Information Schema table: INFORMATION_SCHEMA.INNODB_RSEG.
345+.. warning::
346+
347+ This feature has been removed in |Percona Server| :rn:`5.5.11-20.2` because an equivalent variable, `innodb_rollback_segments <http://dev.mysql.com/doc/refman/5.5/en/innodb-parameters.html#sysvar_innodb_rollback_segments>`_, has been implemented in the upstream version.
348+
349+In |Percona Server| 5.1, an improvement was provided for write-intensive workloads that allowed multiple rollback segments to be used.
350+
351+|Percona Server|, in addition to the upstream multiple rollback segment implementation, provides the additional Information Schema table: :table:`INNODB_RSEG`.
352
353 ``INFORMATION_SCHEMA`` Tables
354 =============================

Subscribers

People subscribed via source and target branches