Merge lp:~hrvojem/percona-server/rn-5.6.16-64.2-tokudb-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: 569
Proposed branch: lp:~hrvojem/percona-server/rn-5.6.16-64.2-tokudb-5.6
Merge into: lp:percona-server/5.6
Diff against target: 112 lines (+39/-14)
5 files modified
doc/source/conf.py (+1/-1)
doc/source/release-notes/Percona-Server-5.6.16-64.2-tokudb.rst (+16/-0)
doc/source/release-notes/release-notes_index.rst (+1/-0)
doc/source/tokudb/tokudb_installation.rst (+15/-13)
doc/source/tokudb/tokudb_intro.rst (+6/-0)
To merge this branch: bzr merge lp:~hrvojem/percona-server/rn-5.6.16-64.2-tokudb-5.6
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+212891@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

Not sure if line 31 is a "new feature" for this release?

review: Needs Fixing
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

- 71 and 73 contradict, thus 73 needs changing, also please describe when the automatic installation won't happen.

review: Needs Fixing
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/conf.py'
--- doc/source/conf.py 2014-03-25 12:04:34 +0000
+++ doc/source/conf.py 2014-03-27 07:05:29 +0000
@@ -54,7 +54,7 @@
54# The short X.Y version.54# The short X.Y version.
55version = '5.6'55version = '5.6'
56# The full version, including alpha/beta/rc tags.56# The full version, including alpha/beta/rc tags.
57release = '5.6.16-64.2'57release = '5.6.16-64.2-tokudb'
5858
59# The language for content autogenerated by Sphinx. Refer to documentation59# The language for content autogenerated by Sphinx. Refer to documentation
60# for a list of supported languages.60# for a list of supported languages.
6161
=== added file 'doc/source/release-notes/Percona-Server-5.6.16-64.2-tokudb.rst'
--- doc/source/release-notes/Percona-Server-5.6.16-64.2-tokudb.rst 1970-01-01 00:00:00 +0000
+++ doc/source/release-notes/Percona-Server-5.6.16-64.2-tokudb.rst 2014-03-27 07:05:29 +0000
@@ -0,0 +1,16 @@
1.. rn:: 5.6.16-64.2-tokudb
2
3========================================================
4 |Percona Server| 5.6.16-64.2-tokudb with TokuDB engine
5========================================================
6
7Percona is glad to announce the first **BETA** release of |Percona Server| 5.6.16-64.2-tokudb with TokuDB engine on March 27th, 2014. Downloads are available `here <http://www.percona.com/downloads/TESTING/Percona-5.6-TokuDB/545/>`_ and from the :ref:`Percona Software Repositories <tokudb_installation>`.
8
9Based on |Percona Server| :rn:`5.6.16-64.2` including all the features and bug fixes in it, and on TokuDB 7.1.5-rc.4, |Percona Server| 5.6.16-64.2-tokudb is the first **BETA** release in the |Percona Server| 5.6 with TokuDB engine series. All of |Percona|'s software is open-source and free, all the details of the release can be found in the `5.6.16-64.2 milestone at Launchpad <https://launchpad.net/percona-server/+milestone/5.6.16-64.2>`_.
10
11More information on how to :ref:`install <tokudb_installation>` and :ref:`use <using_tokudb>` TokuDB can be found in the documentation. This feature is currently considered BETA quality.
12
13New Features
14============
15
16 Installer will now automatically install TokuDB engine on new installations.
017
=== modified file 'doc/source/release-notes/release-notes_index.rst'
--- doc/source/release-notes/release-notes_index.rst 2014-03-25 12:04:34 +0000
+++ doc/source/release-notes/release-notes_index.rst 2014-03-27 07:05:29 +0000
@@ -6,6 +6,7 @@
6 :maxdepth: 16 :maxdepth: 1
7 :glob:7 :glob:
88
9 Percona-Server-5.6.16-64.2-tokudb
9 Percona-Server-5.6.16-64.210 Percona-Server-5.6.16-64.2
10 Percona-Server-5.6.16-64.111 Percona-Server-5.6.16-64.1
11 Percona-Server-5.6.16-64.012 Percona-Server-5.6.16-64.0
1213
=== modified file 'doc/source/tokudb/tokudb_installation.rst'
--- doc/source/tokudb/tokudb_installation.rst 2014-03-03 18:32:52 +0000
+++ doc/source/tokudb/tokudb_installation.rst 2014-03-27 07:05:29 +0000
@@ -6,9 +6,9 @@
66
7.. warning:: 7.. warning::
88
9 This feature is considered **ALPHA** quality and it isn't recommended for production use.9 This feature is considered **BETA** quality and it isn't recommended for production use.
1010
11|Percona Server| has added support for TokuDB storage engine in the :rn:`5.6.16-64.0-tokudb` release. 11|Percona Server| has added support for TokuDB storage engine in the :rn:`5.6.16-64.0-tokudb` release.
1212
13`TokuDB <http://www.tokutek.com/products/tokudb-for-mysql/>`_ is a scalable, ACID and MVCC compliant storage engine that provides indexing-based query improvements, offers online schema modifications, and reduces slave lag for both hard disk drives and flash memory. This storage engine is specifically designed for high performance on write-intensive workloads which is achieved with Fractal Tree indexing.13`TokuDB <http://www.tokutek.com/products/tokudb-for-mysql/>`_ is a scalable, ACID and MVCC compliant storage engine that provides indexing-based query improvements, offers online schema modifications, and reduces slave lag for both hard disk drives and flash memory. This storage engine is specifically designed for high performance on write-intensive workloads which is achieved with Fractal Tree indexing.
1414
@@ -51,20 +51,22 @@
51Upgrading from other |Percona Server| 5.5 and 5.6 releases should work without problems (you should read :ref:`changed_in_56` before upgrading from |Percona Server| 5.5 to |Percona Server| 5.6 with TokuDB engine). 51Upgrading from other |Percona Server| 5.5 and 5.6 releases should work without problems (you should read :ref:`changed_in_56` before upgrading from |Percona Server| 5.5 to |Percona Server| 5.6 with TokuDB engine).
5252
5353
54Enabling the TokuDB support54Manually enabling the TokuDB support
55===========================55====================================
5656
57This plugin requires manual installation because it isn't installed by default.57After |Percona Server| :rn:`5.6.16-64.2-tokudb` release, TokuDB engine will be automatically enabled during new installations.
58
59This plugin will require manual installation if there is a root password already set up during the new installation or upgrade.
5860
59.. code-block:: mysql61.. code-block:: mysql
6062
61 mysql> INSTALL PLUGIN tokudb SONAME 'ha_tokudb.so';63 INSTALL PLUGIN tokudb SONAME 'ha_tokudb.so';
62 mysql> INSTALL PLUGIN tokudb_file_map SONAME 'ha_tokudb.so';64 INSTALL PLUGIN tokudb_file_map SONAME 'ha_tokudb.so';
63 mysql> INSTALL PLUGIN tokudb_fractal_tree_info SONAME 'ha_tokudb.so';65 INSTALL PLUGIN tokudb_fractal_tree_info SONAME 'ha_tokudb.so';
64 mysql> INSTALL PLUGIN tokudb_fractal_tree_block_map SONAME 'ha_tokudb.so';66 INSTALL PLUGIN tokudb_fractal_tree_block_map SONAME 'ha_tokudb.so';
65 mysql> INSTALL PLUGIN tokudb_trx SONAME 'ha_tokudb.so';67 INSTALL PLUGIN tokudb_trx SONAME 'ha_tokudb.so';
66 mysql> INSTALL PLUGIN tokudb_locks SONAME 'ha_tokudb.so';68 INSTALL PLUGIN tokudb_locks SONAME 'ha_tokudb.so';
67 mysql> INSTALL PLUGIN tokudb_lock_waits SONAME 'ha_tokudb.so';69 INSTALL PLUGIN tokudb_lock_waits SONAME 'ha_tokudb.so';
6870
69After the engine has been installed it should be present in the engines list. To check if the engine has been correctly installed and active: 71After the engine has been installed it should be present in the engines list. To check if the engine has been correctly installed and active:
7072
7173
=== modified file 'doc/source/tokudb/tokudb_intro.rst'
--- doc/source/tokudb/tokudb_intro.rst 2014-03-03 18:32:52 +0000
+++ doc/source/tokudb/tokudb_intro.rst 2014-03-27 07:05:29 +0000
@@ -4,6 +4,12 @@
4 TokuDB Introduction4 TokuDB Introduction
5=====================5=====================
66
7.. warning::
8
9 This feature is considered **BETA** quality and it isn't recommended for production use.
10
11|Percona Server| has added support for TokuDB storage engine in the :rn:`5.6.16-64.0-tokudb` release. TokuDB engine is only available in special |Percona Server| with TokuDB storage engine releases.
12
7TokuDB is a scalable, ACID and MVCC compliant storage engine that provides indexing-based query improvements, offers online schema modifications, and reduces slave lag for both hard disk drives and flash memory. This storage engine is specifically designed for high performance on write-intensive workloads which is achieved with Fractal Tree indexing.13TokuDB is a scalable, ACID and MVCC compliant storage engine that provides indexing-based query improvements, offers online schema modifications, and reduces slave lag for both hard disk drives and flash memory. This storage engine is specifically designed for high performance on write-intensive workloads which is achieved with Fractal Tree indexing.
814
9Available TokuDB features:15Available TokuDB features:

Subscribers

People subscribed via source and target branches