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
1=== modified file 'doc/source/changed_in_56.rst'
2--- doc/source/changed_in_56.rst 2013-10-01 14:16:48 +0000
3+++ doc/source/changed_in_56.rst 2013-10-01 15:25:36 +0000
4@@ -42,6 +42,7 @@
5 * `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>`_).
6 * :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.
7 * :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.
8+ * |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.
9
10 Features ported from |Percona Server| 5.5 to |Percona Server| 5.6
11 ==================================================================
12
13=== removed file 'doc/source/compatibility.rst'
14--- doc/source/compatibility.rst 2013-05-27 13:59:13 +0000
15+++ doc/source/compatibility.rst 1970-01-01 00:00:00 +0000
16@@ -1,15 +0,0 @@
17-.. _compatibility:
18-
19-==============================================================
20-Options that make XtraDB tablespaces not compatible with MySQL
21-==============================================================
22-
23-Page sizes other than 16KiB
24-===========================
25-
26-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.
27-
28-Relocation of the doublewrite buffer
29-====================================
30-
31-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.
32
33=== modified file 'doc/source/index.rst'
34--- doc/source/index.rst 2013-10-01 14:16:48 +0000
35+++ doc/source/index.rst 2013-10-01 15:25:36 +0000
36@@ -152,7 +152,6 @@
37 index_info_schema_tables
38 faq
39 copyright
40- compatibility
41 release-notes/release-notes_index
42 glossary
43

Subscribers

People subscribed via source and target branches