Merge lp:~hrvojem/percona-server/bug1337231-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: 624
Proposed branch: lp:~hrvojem/percona-server/bug1337231-5.6
Merge into: lp:percona-server/5.6
Diff against target: 435 lines (+167/-123)
5 files modified
doc/source/management/changed_page_tracking.rst (+11/-1)
doc/source/percona-theme/layout.html (+39/-23)
doc/source/percona-theme/static/percona.com.css (+108/-90)
doc/source/tokudb/tokudb_installation.rst (+2/-0)
doc/source/tokudb/tokudb_intro.rst (+7/-9)
To merge this branch: bzr merge lp:~hrvojem/percona-server/bug1337231-5.6
Reviewer Review Type Date Requested Status
Laurynas Biveinis (community) Approve
Review via email: mp+226465@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote :

I assume the theme update is intentional?

review: Needs Fixing
Revision history for this message
Laurynas Biveinis (laurynas-biveinis) :
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/management/changed_page_tracking.rst'
--- doc/source/management/changed_page_tracking.rst 2013-06-03 10:01:08 +0000
+++ doc/source/management/changed_page_tracking.rst 2014-07-11 16:30:36 +0000
@@ -13,8 +13,12 @@
1313
14Sequence number can be used to easily check if all the required bitmap files are present. Start LSN number will be used in |XtraBackup| and ``INFORMATION_SCHEMA`` queries to determine which files have to be opened and read for the required LSN interval data. The bitmap file is rotated on each server restart and whenever the current file size reaches the predefined maximum. This maximum is controlled by a new :variable:`innodb_max_bitmap_file_size` variable.14Sequence number can be used to easily check if all the required bitmap files are present. Start LSN number will be used in |XtraBackup| and ``INFORMATION_SCHEMA`` queries to determine which files have to be opened and read for the required LSN interval data. The bitmap file is rotated on each server restart and whenever the current file size reaches the predefined maximum. This maximum is controlled by a new :variable:`innodb_max_bitmap_file_size` variable.
1515
16Old bitmap files may be safely removed after a corresponding incremental backup is taken. For that there are server :ref:`changed_page_tracking_statements`. Removing the bitmap files from the filesystem directly is safe too, as long as care is taken not to delete data for not-yet-backuped LSN range.
17
16This feature will be used for implementing faster incremental backups that use this information to avoid full data scans in |Percona XtraBackup|.18This feature will be used for implementing faster incremental backups that use this information to avoid full data scans in |Percona XtraBackup|.
1719
20.. _changed_page_tracking_statements:
21
18User statements for handling the XtraDB changed page bitmaps22User statements for handling the XtraDB changed page bitmaps
19============================================================23============================================================
2024
@@ -45,7 +49,7 @@
4549
46The ``start_lsn`` and the ``end_lsn`` columns denote between which two checkpoints this page was changed at least once. They are also equal to checkpoint LSNs.50The ``start_lsn`` and the ``end_lsn`` columns denote between which two checkpoints this page was changed at least once. They are also equal to checkpoint LSNs.
4751
48Number of records in this table can be limited by using the variable :variable:`innodb_changed_pages_limit`.52Number of records in this table can be limited by using the variable :variable:`innodb_max_changed_pages`.
4953
50System Variables54System Variables
51================55================
@@ -61,6 +65,8 @@
61 :default: 100000065 :default: 1000000
62 :range: 1 - 0 (unlimited)66 :range: 1 - 0 (unlimited)
6367
68This variable is used to limit the result row count for the queries from :table:`INNODB_CHANGED_PAGES` table.
69
64.. variable:: innodb_track_changed_pages70.. variable:: innodb_track_changed_pages
6571
66 :version 5.6.11-60.3: Variable introduced72 :version 5.6.11-60.3: Variable introduced
@@ -72,6 +78,8 @@
72 :default: 0 - False78 :default: 0 - False
73 :range: 0-179 :range: 0-1
7480
81This variable is used to enable/disable :ref:`changed_page_tracking` feature.
82
75.. variable:: innodb_max_bitmap_file_size83.. variable:: innodb_max_bitmap_file_size
7684
77 :version 5.6.11-60.3: Variable introduced85 :version 5.6.11-60.3: Variable introduced
@@ -82,3 +90,5 @@
82 :vartype: Numeric 90 :vartype: Numeric
83 :default: 104857600 (100 MB)91 :default: 104857600 (100 MB)
84 :range: 4096 (4KB) - 18446744073709551615 (16EB)92 :range: 4096 (4KB) - 18446744073709551615 (16EB)
93
94This variable is used to control maximum bitmap size after which the file will be rotated.
8595
=== modified file 'doc/source/percona-theme/layout.html'
--- doc/source/percona-theme/layout.html 2013-05-06 15:43:51 +0000
+++ doc/source/percona-theme/layout.html 2014-07-11 16:30:36 +0000
@@ -76,7 +76,14 @@
76 </div>76 </div>
77 </div>77 </div>
7878
79 79 <div class="side-column-block">
80 <div class="a-btn-container">
81 <a title="Download PDF Manual for Percona Server 5.6" onclick="_gaq.push(['b._trackEvent', 'Percona Server', 'Download', 'Download Manual Percona Server 5.6 ']);" href="http://form.percona.com/Percona-Server-56-Series-Manual.html" class="a-btn-green">
82 <span class="a-btn-text-green">Download Manual</span>
83 <span class="a-btn-fixed-slide-text-green">PDF for version 5.6</span>
84 <span class="a-btn-icon-right-green"><span></span></span>
85 </a>
86 </div></div>
80 87
81 <div class="percona_com_ad" style="width:220px;"><script type="text/javascript" src="http://www.percona.com/ads.php?size=220x120"></script></div>88 <div class="percona_com_ad" style="width:220px;"><script type="text/javascript" src="http://www.percona.com/ads.php?size=220x120"></script></div>
82 89
@@ -151,6 +158,7 @@
151<html xmlns="http://www.w3.org/1999/xhtml">158<html xmlns="http://www.w3.org/1999/xhtml">
152 <head>159 <head>
153 <meta http-equiv="Content-Type" content="text/html; charset={{ encoding }}" />160 <meta http-equiv="Content-Type" content="text/html; charset={{ encoding }}" />
161 <link rel="shortcut icon" href="_static/percona_favicon.ico"/>
154 {{ metatags }}162 {{ metatags }}
155 {%- block htmltitle %}163 {%- block htmltitle %}
156 <title>{{ title|striptags|e }}{{ titlesuffix }}</title>164 <title>{{ title|striptags|e }}{{ titlesuffix }}</title>
@@ -167,9 +175,6 @@
167175
168<script src="{{ pathto('_static/percona.com.js', 1)}}" type="text/javascript"></script> 176<script src="{{ pathto('_static/percona.com.js', 1)}}" type="text/javascript"></script>
169177
170 {%- if favicon %}
171 <link rel="shortcut icon" href="{{ pathto('_static/' + favicon, 1) }}"/>
172 {%- endif %}
173 {%- endif %}178 {%- endif %}
174{%- block linktags %}179{%- block linktags %}
175 {%- if hasdoc('about') %}180 {%- if hasdoc('about') %}
@@ -207,10 +212,10 @@
207 <div class="logo"><a href="http://www.percona.com/" onfocus="this.blur()"><img src="http://s3.percona.com/ui-logo.png" alt="Percona Performance Consulting Experts" width="220" height="55" /></a></div>212 <div class="logo"><a href="http://www.percona.com/" onfocus="this.blur()"><img src="http://s3.percona.com/ui-logo.png" alt="Percona Performance Consulting Experts" width="220" height="55" /></a></div>
208 <div class="right">213 <div class="right">
209 <div class="searchlink"><a onmouseover="SEARCH.Open()"><img id="searchlink-anchor" src="http://s2.percona.com/ui-search.png" alt="" /></a></div>214 <div class="searchlink"><a onmouseover="SEARCH.Open()"><img id="searchlink-anchor" src="http://s2.percona.com/ui-search.png" alt="" /></a></div>
210 <span class="inv"><![CDATA[<noindex>]]></span>215 <span class="inv"><![CDATA[<noindex>]]></span>
211 <div class="navicontainer"><div class="navi">216 <div class="navicontainer"><div class="navi">
212 <span id="navilink-span-menu-914"><a id="navilink-a-menu-914" href="/about-percona">About</a></span><span id="navilink-span-menu-915"><a id="navilink-a-menu-915" href="/products">Products</a></span><span id="navilink-span-menu-1125"><a id="navilink-a-menu-1125" title="" href="/software">Software</a></span><span id="navilink-span-menu-918"><a id="navilink-a-menu-918" href="/resources">Resources</a></span><span id="navilink-span-menu-919"><a id="navilink-a-menu-919" title="" href="/news-and-events">News/Events</a></span><span id="navilink-span-menu-1129"><a id="navilink-a-menu-1129" href="/percona-community">Community</a></span><span id="navilink-span-menu-920"><a id="navilink-a-menu-920" title="" href="/contact">Contact</a></span><span id="navilink-span-menu-1060"><a id="navilink-a-menu-1060" title="" href="/live">Percona Live</a></span> </div></div>217 <span id="navilink-span-menu-914"><a href="http://www.percona.com/about-percona" id="navilink-a-menu-914">About</a></span><span id="navilink-span-menu-915"><a href="http://www.percona.com/products" id="navilink-a-menu-915">Products</a></span><span id="navilink-span-menu-1125"><a href="http://www.percona.com/software" title="" id="navilink-a-menu-1125">Software</a></span><span id="navilink-span-menu-918"><a href="http://www.percona.com/resources" id="navilink-a-menu-918">Resources</a></span><span id="navilink-span-menu-919"><a href="http://www.percona.com/news-and-events" title="Get all of the latest Percona news, events and press releases on the MySQL community. Update yourself with the latest MySQL and MariaDB developments today." id="navilink-a-menu-919">News/Events</a></span><span id="navilink-span-menu-1129"><a href="http://www.percona.com/percona-community" id="navilink-a-menu-1129">Community</a></span><span id="navilink-span-menu-920"><a href="http://www.percona.com/contact" title="" id="navilink-a-menu-920">Contact</a></span><span id="navilink-span-menu-1060"><a href="http://www.percona.com/live" title="" id="navilink-a-menu-1060">Percona Live</a></span> </div></div>
213 <span class="inv"><![CDATA[</noindex>]]></span>218 <span class="inv"><![CDATA[</noindex>]]></span>
214 </div>219 </div>
215 </div></div><!-- /.header /#header -->220 </div></div><!-- /.header /#header -->
216221
@@ -295,11 +300,14 @@
295300
296{%- block footer %}301{%- block footer %}
297302
303
298 <div class="file-bugs">304 <div class="file-bugs">
299 This documentation is developed in Launchpad as part of the <a href="https://code.launchpad.net/percona-server">Percona Server source code</a>.<br/>305 This documentation is developed in Launchpad as part of the <a rel="nofollow" href="https://code.launchpad.net/percona-server">Percona Server source code</a>.<br/>
300 If you spotted innacuracies, errors, don't understood it or you think something is missing or should be improved, please <a href="https://bugs.launchpad.net/percona-server/+filebug?field.tags=doc&amp;field.comment=[In:Percona Server Documentation]&amp;?field.tags=doc&amp;field.title=[DOC] ">file a bug</a>.306 If you spotted innacuracies, errors, don't understood it or you think something is missing or should be improved, please <a rel="nofollow" href="https://bugs.launchpad.net/percona-server/+filebug?field.tags=doc&amp;field.comment=[In:Percona Server Documentation]&amp;?field.tags=doc&amp;field.title=[DOC] ">file a bug</a>.
301 307
302 </div>308 </div>
309
310
303311
304 <div id="footer">312 <div id="footer">
305313
@@ -309,25 +317,25 @@
309317
310 <div class="text">318 <div class="text">
311 <span class="inv"><!--[CDATA[<noindex-->]]&gt;</span>319 <span class="inv"><!--[CDATA[<noindex-->]]&gt;</span>
312 Call us: 1-888-316-9775 • <a href="/contact">Contact Us</a><br>320 Call us: 1-888-316-9775 • <a href="http://www.percona.com/contact">Contact Us</a><br>
313 MySQL and InnoDB are trademarks of Oracle Corp.<br>321 MySQL and InnoDB are trademarks of Oracle Corp.<br>
314 Proudly running <a href="/software/percona-server/">Percona Server<span id="recentServerVersion"></span></a><br>322 Proudly running <a href="http://www.percona.com/software/percona-server/">Percona Server<span id="recentServerVersion"></span></a><br>
315 Copyright &copy; 2006-2013 Percona<br>323 Copyright &copy; 2013 Percona<br>
316 <a href="/about-us/policies/">Copyright, Trademark, and Privacy Policy</a> • <a href="/sitemap/">Sitemap</a>324 <a href="http://www.percona.com/about-us/policies/">Copyright, Trademark, and Privacy Policy</a> • <a href="http://www.percona.com/site_map/">Sitemap</a>
317 <span class="inv"><!--[CDATA[</noindex-->]]&gt;</span>325 <span class="inv"><!--[CDATA[</noindex-->]]&gt;</span>
318 </div>326 </div>
319 </div>327 </div>
320328
321 </div>329 </div>
322{%- endblock %}330{%- endblock %}
323<span class="inv"><!--[CDATA[<noindex-->]]&gt;</span>331<span class="inv"><![CDATA[<noindex>]]></span>
324<div id="submenus"> 332<div id="submenus">
325<div id="navi-dropdown-menu-914" class="navi-dropdown" style="position: absolute; left: 401.133px; top: 96px; display: none;"><div class="navi-dropdown-header-l"><!-- //--></div><div class="navi-dropdown-content"><div class="item"><a href="/about-us/our-mission">Mission</a></div><div class="item"><a href="/about-us/our-team">Team</a></div><div class="item"><a href="/about-us/customers">Customers</a></div><div class="item"><a href="/about-us/careers">Careers</a></div></div><div class="navi-dropdown-footer"><!-- //--></div></div><div id="navi-dropdown-menu-915" class="navi-dropdown" style="display: none;"><div class="navi-dropdown-header-l"><!-- //--></div><div class="navi-dropdown-content"><div class="item"><a href="/mysql-support">MySQL Support</a></div><div class="item"><a href="/mysql-consulting">MySQL Consulting</a></div><div class="item"><a href="/training">MySQL Training</a></div><div class="item"><a href="/development">MySQL Server Development</a></div></div><div class="navi-dropdown-footer"><!-- //--></div></div><div id="navi-dropdown-menu-1125" class="navi-dropdown" style="position: absolute; left: 532.933px; top: 96px; display: none;"><div class="navi-dropdown-header-l"><!-- //--></div><div class="navi-dropdown-content"><div class="item"><a href="/software">Percona Software for MySQL</a></div><div class="item"><a href="/software/percona-server">Percona Server with XtraDB</a></div><div class="item"><a href="/software/percona-xtradb-cluster">Percona XtraDB Cluster</a></div><div class="item"><a href="/software/percona-toolkit">Percona Toolkit</a></div><div class="item"><a href="/software/percona-monitoring-plugins">Percona Monitoring Plugins</a></div><div class="item"><a href="/software/mysql-innodb-data-recovery-tools">Data Recovery Toolkit</a></div><div class="item"><a href="/software/percona-xtrabackup">Percona XtraBackup</a></div><div class="item"><a href="/software/percona-xtradb">Percona XtraDB</a></div><div class="item"><a href="/downloads">Downloads</a></div><div class="item"><a href="/software/repositories">Repositories</a></div><div class="item"><a href="/software/documentation">Documentation</a></div></div><div class="navi-dropdown-footer"><!-- //--></div></div><div id="navi-dropdown-menu-918" class="navi-dropdown" style="display: none;"><div class="navi-dropdown-header-l"><!-- //--></div><div class="navi-dropdown-content"><div class="item"><a href="/webinars">Webinars</a></div><div class="item"><a href="https://tools.percona.com/wizard">MySQL Configuration Wizard</a></div><div class="item"><a href="https://tools.percona.com/query-advisor">MySQL Query Advisor</a></div><div class="item"><a href="/about-us/blogs">Blogs</a></div><div class="item"><a href="/about-us/presentations">Technical Presentations</a></div><div class="item"><a href="/about-us/books">Books by Percona Authors</a></div><div class="item"><a href="/about-us/mysql-white-papers">White Papers</a></div><div class="item"><a href="/about-us/mysql-case-studies">Case Studies</a></div><div class="item"><a href="http://percona.tv/">Videos</a></div></div><div class="navi-dropdown-footer"><!-- //--></div></div><div id="navi-dropdown-menu-919" class="navi-dropdown" style="display: none;"><div class="navi-dropdown-header-l"><!-- //--></div><div class="navi-dropdown-content"><div class="item"><a href="/percona-news">In The News</a></div><div class="item"><a href="/about-us/pressreleases">Press Releases</a></div><div class="item"><a href="/live-2">Percona Live Conferences</a></div><div class="item"><a href="/mysql-events">MySQL Events</a></div></div><div class="navi-dropdown-footer"><!-- //--></div></div><div id="navi-dropdown-menu-1129" class="navi-dropdown" style="display: none;"><div class="navi-dropdown-header-l"><!-- //--></div><div class="navi-dropdown-content"><div class="item"><a href="http://forum.percona.com/">Forums</a></div><div class="item"><a href="http://groups.google.com/group/percona-discussion">Google Discussion Group</a></div><div class="item"><a href="https://launchpad.net/percona-server">Launchpad</a></div><div class="item"><a href="http://www.mysqlperformanceblog.com/">MySQL Performance Blog</a></div><div class="item"><a href="http://twitter.com/percona">Twitter</a></div></div><div class="navi-dropdown-footer"><!-- //--></div></div><div id="navi-dropdown-menu-920" class="navi-dropdown" style="display: none;"><div class="navi-dropdown-header-l"><!-- //--></div><div class="navi-dropdown-content"><div class="item"><a href="/contact/24x7-emergency">24x7 Emergency</a></div><div class="item"><a href="/contact/sales">Sales &amp; General Inquiries</a></div><div class="item"><a href="/contact/billing">Billing Inquiries</a></div><div class="item"><a href="https://customers.percona.com/">Customer Portal Login</a></div><div class="item"><a href="/contact/phone-directory">Phone Directory</a></div><div class="item"><a href="/subscribe">Subscribe to Newsletter</a></div></div><div class="navi-dropdown-footer"><!-- //--></div></div><div id="navi-dropdown-menu-1060" class="navi-dropdown" style="display: none;"><div class="navi-dropdown-header-l"><!-- //--></div><div class="navi-dropdown-content"><div class="item"><a href="http://www.percona.com/live/mysql-conference-2013/">MySQL Conference &amp; Expo 2013</a></div><div class="item"><a href="http://www.percona.com/live/london-2012/">London 2012</a></div><div class="item"><a href="http://www.percona.com/live/nyc-2012/">New York 2012</a></div><div class="item"><a href="http://www.percona.com/live/mysql-conference-2012/">MySQL Conference &amp; Expo 2012</a></div><div class="item"><a href="/live">Previous Percona Live Events</a></div></div><div class="navi-dropdown-footer"><!-- //--></div></div> <div class="search-dropdown" id="search-dropdown" style="display: none;">333<div class="navi-dropdown" id="navi-dropdown-menu-914"><div class="navi-dropdown-header-l"><!-- //--></div><div class="navi-dropdown-content"><div class="item"><a href="/about-us/our-mission">Mission</a></div><div class="item"><a href="/about-us/our-team">Team</a></div><div class="item"><a href="/about-us/customers">Customers</a></div><div class="item"><a href="/about-us/partners">Partners</a></div><div class="item"><a href="/about-us/careers">Careers</a></div></div><div class="navi-dropdown-footer"><!-- //--></div></div><div class="navi-dropdown" id="navi-dropdown-menu-915"><div class="navi-dropdown-header-l"><!-- //--></div><div class="navi-dropdown-content"><div class="item"><a href="/products/mysql-support">MySQL Support</a></div><div class="item"><a href="/products/mysql-consulting">MySQL Consulting</a></div><div class="item"><a href="/products/mysql-remote-dba">MySQL Remote DBA</a></div><div class="item"><a href="/products/mysql-training">MySQL Training</a></div><div class="item"><a href="/products/mysql-development">MySQL Server Development</a></div><div class="item"><a href="/mysql-5.6-solutions-from-percona">MySQL 5.6 Solutions</a></div></div><div class="navi-dropdown-footer"><!-- //--></div></div><div class="navi-dropdown" id="navi-dropdown-menu-1125"><div class="navi-dropdown-header-l"><!-- //--></div><div class="navi-dropdown-content"><div class="item"><a href="/software">Percona Software for MySQL</a></div><div class="item"><a href="/software/percona-server">Percona Server</a></div><div class="item"><a href="/software/percona-xtradb-cluster">Percona XtraDB Cluster</a></div><div class="item"><a href="/software/percona-toolkit">Percona Toolkit for MySQL</a></div><div class="item"><a href="/software/percona-monitoring-plugins">Percona Monitoring Plugins</a></div><div class="item"><a href="/software/mysql-innodb-data-recovery-tools">Data Recovery Toolkit</a></div><div class="item"><a href="/software/percona-xtrabackup">Percona XtraBackup</a></div><div class="item"><a href="/software/percona-xtradb">Percona XtraDB</a></div><div class="item"><a href="/software/repositories">Repositories</a></div><div class="item"><a href="/software/documentation">Documentation</a></div><div class="item"><a href="/downloads">Download Percona Software</a></div></div><div class="navi-dropdown-footer"><!-- //--></div></div><div class="navi-dropdown" id="navi-dropdown-menu-918"><div class="navi-dropdown-header-l"><!-- //--></div><div class="navi-dropdown-content"><div class="item"><a href="/resources/mysql-webinars">Webinars</a></div><div class="item"><a href="/resources/percona-tools-for-mysql">Percona Tools for MySQL</a></div><div class="item"><a href="https://tools.percona.com/wizard">Configuration Wizard for MySQL</a></div><div class="item"><a href="https://tools.percona.com/query-advisor">Query Advisor for MySQL</a></div><div class="item"><a href="/resources/presentations">Technical Presentations</a></div><div class="item"><a href="/resources/mysql-white-papers">White Papers</a></div><div class="item"><a href="/resources/mysql-case-studies">Case Studies</a></div><div class="item"><a href="/resources/books">Books by Percona Authors</a></div><div class="item"><a href="/resources/mysql-blogs">Blogs</a></div><div class="item"><a href="/resources/mysql-videos">Videos</a></div><div class="item"><a href="/resources/mysql-ebooks">eBooks</a></div></div><div class="navi-dropdown-footer"><!-- //--></div></div><div class="navi-dropdown" id="navi-dropdown-menu-919"><div class="navi-dropdown-header-l"><!-- //--></div><div class="navi-dropdown-content"><div class="item"><a href="/news-and-events/percona-in-the-news">In The News</a></div><div class="item"><a href="/news-and-events/pressreleases">Press Releases</a></div><div class="item"><a href="/news-and-events/awards">Awards</a></div><div class="item"><a href="/news-and-events/mysql-events">MySQL Events</a></div><div class="item"><a href="/news-and-events/percona-university">Percona University</a></div><div class="item"><a href="/live/conferences">Percona Live Conferences</a></div></div><div class="navi-dropdown-footer"><!-- //--></div></div><div class="navi-dropdown" id="navi-dropdown-menu-1129"><div class="navi-dropdown-header-l"><!-- //--></div><div class="navi-dropdown-content"><div class="item"><a href="http://www.percona.com/forums">Forums</a></div><div class="item"><a href="http://www.mysqlperformanceblog.com/">MySQL Performance Blog</a></div><div class="item"><a rel="nofollow" href="http://groups.google.com/group/percona-discussion">Google Discussion Group</a></div><div class="item"><a rel="nofollow" href="http://twitter.com/percona">Twitter</a></div><div class="item"><a rel="nofollow" href="https://www.facebook.com/Percona">Facebook</a></div><div class="item"><a rel="nofollow" href="http://www.linkedin.com/groups?gid=2299033&amp;trk=hb_side_g">Linkedin</a></div><div class="item"><a rel="nofollow" href="https://launchpad.net/percona-project">Launchpad</a></div></div><div class="navi-dropdown-footer"><!-- //--></div></div><div class="navi-dropdown" id="navi-dropdown-menu-920"><div class="navi-dropdown-header-l"><!-- //--></div><div class="navi-dropdown-content"><div class="item"><a href="/contact/24x7-emergency">24x7 Emergency</a></div><div class="item"><a href="/contact/sales">Sales &amp; General Inquiries</a></div><div class="item"><a href="/contact/billing">Billing Inquiries</a></div><div class="item"><a href="https://customers.percona.com/">Customer Portal Login</a></div><div class="item"><a href="/contact/phone-directory">Phone Directory</a></div><div class="item"><a href="/subscribe">Subscribe to Newsletter</a></div></div><div class="navi-dropdown-footer"><!-- //--></div></div><div class="navi-dropdown" id="navi-dropdown-menu-1060"><div class="navi-dropdown-header-l"><!-- //--></div><div class="navi-dropdown-content"><div class="item"><a href="http://www.percona.com/live/mysql-conference-2014/">MySQL Conference &amp; Expo 2014</a></div><div class="item"><a href="http://www.percona.com/live/london-2013/">London 2013</a></div><div class="item"><a href="http://www.percona.com/live/mysql-conference-2013/">MySQL Conference &amp; Expo 2013</a></div><div class="item"><a href="http://www.percona.com/live/london-2012/">London 2012</a></div><div class="item"><a href="http://www.percona.com/live/nyc-2012/">New York 2012</a></div><div class="item"><a href="http://www.percona.com/live/mysql-conference-2012/">MySQL Conference &amp; Expo 2012</a></div><div class="item"><a href="/live">Previous Percona Live Events</a></div></div><div class="navi-dropdown-footer"><!-- //--></div></div> <div id="search-dropdown" class="search-dropdown">
326 <div class="search-dropdown-header"><!-- //--></div>334 <div class="search-dropdown-header"><!-- //--></div>
327 <div class="search-dropdown-content">335 <div class="search-dropdown-content">
328 <div class="search-info">Search Percona.com:</div>336 <div class="search-info">Search Percona.com:</div>
329 <form id="search-form" action="http://search.percona.com/search/" method="get">337 <form method="get" action="http://www.percona.com/search" id="search-form">
330 <div class="form"><input type="text" maxlength="100" name="q" id="search-input"></div>338 <div class="form"><input type="text" id="search-input" name="s" maxlength="100" /></div>
331 </form>339 </form>
332 </div>340 </div>
333 <div class="search-dropdown-footer"><!-- //--></div>341 <div class="search-dropdown-footer"><!-- //--></div>
@@ -335,11 +343,18 @@
335</div>343</div>
336<div id="stats">344<div id="stats">
337<!-- GA //-->345<!-- GA //-->
338 <script src="http://www.percona.com/static/js/urchin.js" type="text/javascript"></script>
339 <script type="text/javascript">346 <script type="text/javascript">
340 _uacct = "UA-343802-3";347 var _gaq = _gaq || [];
341 urchinTracker();348 _gaq.push(['b._setAccount', 'UA-343802-3']);
342 </script>349 _gaq.push(['b._setDomainName', 'percona.com']);
350 _gaq.push(['b._trackPageview']);
351 (function() {
352 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
353 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
354 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
355 })();
356</script>
357
343<!-- /GA //-->358<!-- /GA //-->
344<!-- NAVI //-->359<!-- NAVI //-->
345<script type="text/javascript">//<![CDATA[360<script type="text/javascript">//<![CDATA[
@@ -347,7 +362,8 @@
347for(var i = 0, c = navi.length; i < c; i++) {362for(var i = 0, c = navi.length; i < c; i++) {
348 window.jQuery('#navilink-a-' + navi[i].id).bind('mouseover',{id: navi[i].id, direction:navi[i].direction}, function(e) { NAVI.Open(e.data.id, e.data.direction); } );363 window.jQuery('#navilink-a-' + navi[i].id).bind('mouseover',{id: navi[i].id, direction:navi[i].direction}, function(e) { NAVI.Open(e.data.id, e.data.direction); } );
349}364}
350window.jQuery('#search-form').bind('submit', function() { window.location.href = jQuery('#search-form').attr('action') + jQuery('#search-input').val(); return false; });365window.jQuery('#search-form').bind('submit', function() { window.location.href = jQuery('#search-form').attr('action') + '?s=' + jQuery('#search-input').val(); return false; });
366
351367
352//]]></script>368//]]></script>
353<!-- /NAVI //-->369<!-- /NAVI //-->
354370
=== modified file 'doc/source/percona-theme/static/percona.com.css'
--- doc/source/percona-theme/static/percona.com.css 2013-05-06 15:43:51 +0000
+++ doc/source/percona-theme/static/percona.com.css 2014-07-11 16:30:36 +0000
@@ -1690,96 +1690,114 @@
1690/***1690/***
1691 * side style buttons1691 * side style buttons
1692*/1692*/
1693.a-btn-container {1693.a-btn-green, .a-btn-green-big {
1694 overflow:hidden;1694 background: #0a4200; /* Old browsers */
1695 border-radius:4px;1695 background: -moz-linear-gradient(top, #099b00 0%, #0a4200 100%); /* FF3.6+ */
1696}1696 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#099b00), color-stop(100%,#0a4200)); /* Chrome,Safari4+ */
1697.a-btn, .a-btn-new {1697 background: -webkit-linear-gradient(top, #099b00 0%,#0a4200 100%); /* Chrome10+,Safari5.1+ */
1698 width: 218px;1698 background: -o-linear-gradient(top, #099b00 0%,#0a4200 100%); /* Opera 11.10+ */
1699 height: 48px;1699 background: -ms-linear-gradient(top, #099b00 0%,#0a4200 100%); /* IE10+ */
1700 background: #fdcd34;1700 background: linear-gradient(to bottom, #099b00 0%,#0a4200 100%); /* W3C */
1701 background:-webkit-gradient(linear,left top,left bottom,color-stop(##fdcd34,0),color-stop(##d42c14,1));1701 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099b00', endColorstr='#0a4200',GradientType=0 ); /* IE6-9 */
1702 background:-webkit-linear-gradient(top, #fdcd34 0%, #d42c14 100%);1702 border: none;
1703 background:-moz-linear-gradient(top, #fdcd34 0%, #d42c14 100%);1703 border-radius: 4px 4px 4px 4px;
1704 background:-o-linear-gradient(top, #fdcd34 0%, #d42c14 100%);1704 display: inline-block;
1705 background:linear-gradient(top, #fdcd34 0%, #d42c14 100%);1705 height: 65px;
1706 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdcd34', endColorstr='#d42c14',GradientType=0 );1706 margin-bottom: 10px;
1707 1707 overflow: hidden;
1708 padding:0px;1708 padding: 0;
1709 1709 position: relative;
1710 display:inline-block;1710 text-decoration: none !important;
1711 position:relative;1711 transition: all 0.3s linear 0s;
1712 -webkit-border-radius:4px;1712 width: 100%;
1713 -moz-border-radius:4px;1713 background-color:#0a4200;
1714 border-radius:4px;1714}
1715 1715.a-btn-orange, .a-btn-new {
1716 overflow:hidden;1716 background: #bf3200; /* Old browsers */
1717 -webkit-transition:all 0.3s linear;1717 background: -moz-linear-gradient(top, #f17800 0%, #bf3200 100%); /* FF3.6+ */
1718 -moz-transition:all 0.3s linear;1718 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f17800), color-stop(100%,#bf3200)); /* Chrome,Safari4+ */
1719 -o-transition:all 0.3s linear;1719 background: -webkit-linear-gradient(top, #f17800 0%,#bf3200 100%); /* Chrome10+,Safari5.1+ */
1720 transition:all 0.3s linear;1720 background: -o-linear-gradient(top, #f17800 0%,#bf3200 100%); /* Opera 11.10+ */
1721 text-decoration: none !important;1721 background: -ms-linear-gradient(top, #f17800 0%,#bf3200 100%); /* IE10+ */
1722 border: 1px solid #f08900;1722 background: linear-gradient(to bottom, #f17800 0%,#bf3200 100%); /* W3C */
1723 margin-bottom: 10px;1723 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17800', endColorstr='#bf3200',GradientType=0 ); /* IE6-9 */
1724}1724 border: none;
17251725 border-radius: 4px 4px 4px 4px;
1726.a-btn-text{1726 display: inline-block;
1727 padding-left:10px;1727 height: 31px;
1728 padding-top:5px;1728 margin-bottom: 10px;
1729 display:block;1729 overflow: hidden;
1730 font-size:13px;1730 padding: 0;
1731 white-space:nowrap;1731 position: relative;
1732 color: #ffffff;1732 text-decoration: none !important;
1733 -webkit-transition:all 0.3s linear;1733 transition: all 0.3s linear 0s;
1734 -moz-transition:all 0.3s linear;1734 width: 100%;
1735 -o-transition:all 0.3s linear;1735}
1736 transition:all 0.3s linear;1736.a-btn-new {
1737 1737 width: 224px !important;
1738}1738}
17391739.a-btn-text-green {
1740.a-btn-slide-text, .a-btn-fixed-slide-text {1740 color: #FFFFFF;
1741 padding-left: 10px;1741 display: block;
1742 left:0px;1742 font-size: 13px;
1743 width:auto;1743 padding-left: 15px;
1744 right:52px;1744 padding-top: 16px;
1745 height:0px;1745 transition: all 0.3s linear 0s;
1746 1746 white-space: nowrap;
1747 color:#000000;1747}
1748 font-size:12px;1748.a-btn-text-orange, .a-btn-text {
1749 white-space:nowrap;1749 color: #FFFFFF;
1750 font-family:Georgia, serif;1750 display: block;
1751 font-style:italic;1751 font-size: 12px;
1752 text-indent:15px;1752 padding-left: 25px;
1753 overflow:hidden;1753 padding-top: 8px;
1754 1754 transition: all 0.3s linear 0s;
1755 1755 white-space: nowrap;
1756}1756}
1757.a-btn-fixed-slide-text{1757.a-btn-fixed-slide-text-green {
1758 height: 30px;1758 color: #fbdc32;
1759}1759 font-family: Arial, Helvetica, sans-serif;
17601760 font-size: 12px;
1761.a-btn-icon-right{1761 font-style: italic;
1762 position:absolute;1762 left: 0;
1763 right:0px;1763 overflow: hidden;
1764 top:0px;1764 padding-left: 14px;
1765 height:100%;1765 right: 52px;
1766 width:52px;1766 text-indent: 15px;
1767}1767 white-space: nowrap;
17681768 width: auto;
1769.a-btn-icon-right span{1769 line-height:20px;
1770 width:38px;1770}
1771 height:38px;1771.a-btn-icon-right-green {
1772 1772 height: 100%;
1773 position:absolute;1773 position: absolute;
1774 left:50%;1774 right: 0;
1775 top:50%;1775 top: 0;
1776 margin:-20px 0px 0px -20px;1776 width: 52px;
1777 background:transparent url('button-download-icon.png') no-repeat 50% 55%;1777}
1778 -webkit-transition:all 0.3s linear;1778.a-btn-icon-left-green, .a-btn-icon-left-orange {
1779 -moz-transition:all 0.3s linear;1779 height: 100%;
1780 -o-transition:all 0.3s linear;1780 position: absolute;
1781 transition:all 0.3s linear;1781 left: 0;
1782 1782 top: 0;
1783 width: 52px;
1784}
1785.a-btn-icon-right-green span, .a-btn-icon-left-green span, .a-btn-icon-left-orange span {
1786 height: 38px;
1787 left: 50%;
1788 margin: -19px 0 0 -22px;
1789 position: absolute;
1790 top: 50%;
1791 transition: all 0.3s linear 0s;
1792 width: 38px;
1793}
1794.a-btn-icon-right-green span {
1795 background: url("bullet-yellow.png") no-repeat scroll 50% 55% transparent;
1796 margin: -19px 0 0 -22px;
1797}
1798.a-btn-icon-left-green span {
1799 background: url("bullet-yellow-green.png") no-repeat scroll 50% 55% transparent;
1800 margin: -20px 0 0 -17px;
1783}1801}
17841802
17851803
17861804
=== modified file 'doc/source/tokudb/tokudb_installation.rst'
--- doc/source/tokudb/tokudb_installation.rst 2014-06-27 10:15:23 +0000
+++ doc/source/tokudb/tokudb_installation.rst 2014-07-11 16:30:36 +0000
@@ -128,6 +128,8 @@
128128
129 * :rn:`5.6.17-66.0`129 * :rn:`5.6.17-66.0`
130 TokuDB storage engine available as a separate |Percona Server| package.130 TokuDB storage engine available as a separate |Percona Server| package.
131 * :rn:`5.6.19-67.0`
132 TokuDB storage engine is considered GA quality.
131133
132134
133Other Reading135Other Reading
134136
=== modified file 'doc/source/tokudb/tokudb_intro.rst'
--- doc/source/tokudb/tokudb_intro.rst 2014-06-27 10:15:23 +0000
+++ doc/source/tokudb/tokudb_intro.rst 2014-07-11 16:30:36 +0000
@@ -11,15 +11,13 @@
11Available TokuDB features:11Available TokuDB features:
1212
13 * :ref:`tokudb_compression`13 * :ref:`tokudb_compression`
14
15Currently available ALPHA features [#n-1]_:
16
17 * `Multiple Clustering Indexes <http://www.tokutek.com/2009/05/introducing_multiple_clustering_indexes/>`_14 * `Multiple Clustering Indexes <http://www.tokutek.com/2009/05/introducing_multiple_clustering_indexes/>`_
15 * `Hot Table Optimization <http://www.tokutek.com/2012/06/hot-table-optimization-with-mysql/>`_
16 * `Prelocking index and range scans <https://github.com/Tokutek/tokudb-engine/wiki/Patch-for-prelocking-index-and-range-scans>`_
17
18
19These features were available only in older alpha, :rn:`5.6.16-64.0-tokudb` and :rn:`5.6.16-64.2-tokudb`, Percona Server with TokuDB releases:
20
18 * `Fast Updates with NOAR <http://www.tokutek.com/2013/02/fast-updates-with-tokudb/>`_21 * `Fast Updates with NOAR <http://www.tokutek.com/2013/02/fast-updates-with-tokudb/>`_
19 * `Hot Table Optimization <http://www.tokutek.com/2012/06/hot-table-optimization-with-mysql/>`_
20 * `TokuDB AUTOINCREMENT implementation <http://www.tokutek.com/2009/07/autoincrement_semantics/>`_22 * `TokuDB AUTOINCREMENT implementation <http://www.tokutek.com/2009/07/autoincrement_semantics/>`_
21 * `Prelocking index and range scans <https://github.com/Tokutek/mysql56/wiki/Patch-for-prelocking-index-and-range-scans>`_23
22
23.. rubric:: Footnotes
24
25.. [#n-1] These features are available only in ALPHA Percona Server with TokuDB builds. They might change or even disappear in a future release.

Subscribers

People subscribed via source and target branches