Merge lp:~hrvojem/percona-server/rn-5.1.72-14.10-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: 487
Proposed branch: lp:~hrvojem/percona-server/rn-5.1.72-14.10-5.6
Merge into: lp:percona-server/5.6
Diff against target: 73 lines (+13/-17)
3 files modified
doc/source/flexibility/log_warnings_suppress.rst (+1/-1)
doc/source/management/udf_percona_toolkit.rst (+11/-15)
doc/source/release-notes/Percona-Server-5.6.13-61.0.rst (+1/-1)
To merge this branch: bzr merge lp:~hrvojem/percona-server/rn-5.1.72-14.10-5.6
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+192518@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/flexibility/log_warnings_suppress.rst'
2--- doc/source/flexibility/log_warnings_suppress.rst 2013-07-05 07:28:34 +0000
3+++ doc/source/flexibility/log_warnings_suppress.rst 2013-10-24 14:41:44 +0000
4@@ -4,7 +4,7 @@
5 Suppress Warning Messages
6 ===========================
7
8-This feature is intended to provide a general mechanism (using ``log_warnings_silence``) to disable certain warning messages to the log file. Currently, it is only implemented for disabling message #1592 warnings.
9+This feature is intended to provide a general mechanism (using ``log_warnings_silence``) to disable certain warning messages to the log file. Currently, it is only implemented for disabling message #1592 warnings. This feature does not influence warnings delivered to a client.
10
11
12 Version Specific Information
13
14=== modified file 'doc/source/management/udf_percona_toolkit.rst'
15--- doc/source/management/udf_percona_toolkit.rst 2013-06-06 03:44:00 +0000
16+++ doc/source/management/udf_percona_toolkit.rst 2013-10-24 14:41:44 +0000
17@@ -6,17 +6,17 @@
18
19 Three *Percona Toolkit* UDFs that provide faster checksums are provided:
20
21- * ``fnv_udf``
22-
23- * ``fnv1a_udf``
24-
25- * ``murmur_udf``
26+ * ``libfnv1a_udf``
27+
28+ * ``libfnv_udf``
29+
30+ * ``libmurmur_udf``
31
32 Version Specific Information
33 ============================
34
35 * :rn:`5.6.11-60.3`:
36- Began distributing ``fnv_udf``, ``fnv1a_udf``, and ``murmur_udf``.
37+ Began distributing ``libfnv1a_udf``, ``libfnv_udf``, and ``libmurmur_udf``.
38
39 Other Information
40 =================
41@@ -27,15 +27,11 @@
42 Installation
43 ============
44
45-Use of the Percona Software Repositories simplifies the installation of *Percona Toolkit*. Once the repository has been set up on your system, *Percona Toolkit* can be installed by executing: ::
46-
47- $ yum install percona-toolkit
48-
49-This will place the *Percona Toolkit* UDFs onto your system. However, they will not yet be installed into the |MySQL| server. To install one of the UDF``s into the server, execute one of the following commands, depending on which UDF you want to install: ::
50-
51- $ mysql -e "CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME ``fnv_udf.so``"
52- $ mysql -e "CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME ``fnv1a_udf.so``"
53- $ mysql -e "CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME ``murmur_udf.so``"
54+These UDFs are part of the |Percona Server| packages. To install one of the UDFs into the server, execute one of the following commands, depending on which UDF you want to install: ::
55+
56+ $ mysql -e "CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME ``libfnv1a_udf.so``"
57+ $ mysql -e "CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME ``libfnv_udf.so``"
58+ $ mysql -e "CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME ``libmurmur_udf.so``"
59
60 Executing each of these commands will install its respective UDF into the server.
61
62
63=== modified file 'doc/source/release-notes/Percona-Server-5.6.13-61.0.rst'
64--- doc/source/release-notes/Percona-Server-5.6.13-61.0.rst 2013-10-24 09:04:33 +0000
65+++ doc/source/release-notes/Percona-Server-5.6.13-61.0.rst 2013-10-24 14:41:44 +0000
66@@ -24,7 +24,7 @@
67 Bugs Fixed
68 ==========
69
70- Due to an incompatible upstream change that went in unnoticed, the page cleaner thread would attempt to replay any file operations it encountered. In most cases this were a no-op, but there were race conditions for certain DDL operations that would have resulted in server crash. Bug fixed :bug:`1217002`.
71+ Due to an incompatible upstream change that went in unnoticed, the log tracker thread would attempt to replay any file operations it encountered. In most cases this were a no-op, but there were race conditions for certain DDL operations that would have resulted in server crash. Bug fixed :bug:`1217002`.
72
73 ``apt-get upgrade`` of |Percona Server| would fail in post-installation step if server failed to start. Bug fixed :bug:`1002500`.
74

Subscribers

People subscribed via source and target branches