Merge lp:~hrvojem/percona-server/bug1133569-5.6 into lp:percona-server/5.6

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Laurynas Biveinis
Approved revision: no longer in the source branch.
Merged at revision: 448
Proposed branch: lp:~hrvojem/percona-server/bug1133569-5.6
Merge into: lp:percona-server/5.6
Diff against target: 42 lines (+1/-16)
3 files modified
doc/source/changed_in_56.rst (+1/-0)
doc/source/compatibility.rst (+0/-15)
doc/source/index.rst (+0/-1)
To merge this branch: bzr merge lp:~hrvojem/percona-server/bug1133569-5.6
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+188627@code.launchpad.net
To post a comment you must log in.
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
=== modified file 'doc/source/changed_in_56.rst'
--- doc/source/changed_in_56.rst 2013-10-01 14:16:48 +0000
+++ doc/source/changed_in_56.rst 2013-10-01 15:25:36 +0000
@@ -42,6 +42,7 @@
42 * `fast_index_creation <http://www.percona.com/doc/percona-server/5.5/management/innodb_fast_index_creation.html>`_ (replaced by |MySQL| 5.6's `ALGORITHM= option <http://dev.mysql.com/doc/refman/5.6/en/alter-table.html>`_). 42 * `fast_index_creation <http://www.percona.com/doc/percona-server/5.5/management/innodb_fast_index_creation.html>`_ (replaced by |MySQL| 5.6's `ALGORITHM= option <http://dev.mysql.com/doc/refman/5.6/en/alter-table.html>`_).
43 * :ref:`Fast InnoDB Checksum <ps55:innodb_fast_checksum_page>` has been deprecated after |Percona Server| 5.5.28-29.2 because the :variable:`innodb_checksum_algorithm` variable in |MySQL| 5.6 makes it redundant. If this feature was enabled, turning it off before the upgrade requires table(s) to be dump and imported, since it will fail to start on data files created when :variable:`innodb_fast_checksums` was enabled. 43 * :ref:`Fast InnoDB Checksum <ps55:innodb_fast_checksum_page>` has been deprecated after |Percona Server| 5.5.28-29.2 because the :variable:`innodb_checksum_algorithm` variable in |MySQL| 5.6 makes it redundant. If this feature was enabled, turning it off before the upgrade requires table(s) to be dump and imported, since it will fail to start on data files created when :variable:`innodb_fast_checksums` was enabled.
44 * :ref:`Handle BLOB End of Line <ps55:mysql_remove_eol_carret>` feature has been replaced by |MySQL| 5.6 `binary-mode <http://dev.mysql.com/doc/refman/5.6/en/mysql-command-options.html#option_mysql_binary-mode>`_ configuration option.44 * :ref:`Handle BLOB End of Line <ps55:mysql_remove_eol_carret>` feature has been replaced by |MySQL| 5.6 `binary-mode <http://dev.mysql.com/doc/refman/5.6/en/mysql-command-options.html#option_mysql_binary-mode>`_ configuration option.
45 * |Percona Server| 5.5 implemented ``utf8_general50_ci`` and ``ucs2_general50_ci`` collations as a fix for the upstream bug: :mysqlbug:`27877`. These are now being replaced by |MySQL| 5.6 ``utf8_general_mysql500_ci`` and ``ucs2_general_mysql500_ci`` collations.
4546
46Features ported from |Percona Server| 5.5 to |Percona Server| 5.647Features ported from |Percona Server| 5.5 to |Percona Server| 5.6
47==================================================================48==================================================================
4849
=== removed file 'doc/source/compatibility.rst'
--- doc/source/compatibility.rst 2013-05-27 13:59:13 +0000
+++ doc/source/compatibility.rst 1970-01-01 00:00:00 +0000
@@ -1,15 +0,0 @@
1.. _compatibility:
2
3==============================================================
4Options that make XtraDB tablespaces not compatible with MySQL
5==============================================================
6
7Page sizes other than 16KiB
8===========================
9
10This 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.
11
12Relocation of the doublewrite buffer
13====================================
14
15Variable :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.
160
=== modified file 'doc/source/index.rst'
--- doc/source/index.rst 2013-10-01 14:16:48 +0000
+++ doc/source/index.rst 2013-10-01 15:25:36 +0000
@@ -152,7 +152,6 @@
152 index_info_schema_tables152 index_info_schema_tables
153 faq153 faq
154 copyright154 copyright
155 compatibility
156 release-notes/release-notes_index155 release-notes/release-notes_index
157 glossary156 glossary
158157

Subscribers

People subscribed via source and target branches