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
1=== modified file 'doc/source/management/changed_page_tracking.rst'
2--- doc/source/management/changed_page_tracking.rst 2013-06-03 10:01:08 +0000
3+++ doc/source/management/changed_page_tracking.rst 2014-07-11 16:30:36 +0000
4@@ -13,8 +13,12 @@
5
6 Sequence 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.
7
8+Old 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.
9+
10 This feature will be used for implementing faster incremental backups that use this information to avoid full data scans in |Percona XtraBackup|.
11
12+.. _changed_page_tracking_statements:
13+
14 User statements for handling the XtraDB changed page bitmaps
15 ============================================================
16
17@@ -45,7 +49,7 @@
18
19 The ``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.
20
21-Number of records in this table can be limited by using the variable :variable:`innodb_changed_pages_limit`.
22+Number of records in this table can be limited by using the variable :variable:`innodb_max_changed_pages`.
23
24 System Variables
25 ================
26@@ -61,6 +65,8 @@
27 :default: 1000000
28 :range: 1 - 0 (unlimited)
29
30+This variable is used to limit the result row count for the queries from :table:`INNODB_CHANGED_PAGES` table.
31+
32 .. variable:: innodb_track_changed_pages
33
34 :version 5.6.11-60.3: Variable introduced
35@@ -72,6 +78,8 @@
36 :default: 0 - False
37 :range: 0-1
38
39+This variable is used to enable/disable :ref:`changed_page_tracking` feature.
40+
41 .. variable:: innodb_max_bitmap_file_size
42
43 :version 5.6.11-60.3: Variable introduced
44@@ -82,3 +90,5 @@
45 :vartype: Numeric
46 :default: 104857600 (100 MB)
47 :range: 4096 (4KB) - 18446744073709551615 (16EB)
48+
49+This variable is used to control maximum bitmap size after which the file will be rotated.
50
51=== modified file 'doc/source/percona-theme/layout.html'
52--- doc/source/percona-theme/layout.html 2013-05-06 15:43:51 +0000
53+++ doc/source/percona-theme/layout.html 2014-07-11 16:30:36 +0000
54@@ -76,7 +76,14 @@
55 </div>
56 </div>
57
58-
59+ <div class="side-column-block">
60+ <div class="a-btn-container">
61+ <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">
62+ <span class="a-btn-text-green">Download Manual</span>
63+ <span class="a-btn-fixed-slide-text-green">PDF for version 5.6</span>
64+ <span class="a-btn-icon-right-green"><span></span></span>
65+ </a>
66+ </div></div>
67
68 <div class="percona_com_ad" style="width:220px;"><script type="text/javascript" src="http://www.percona.com/ads.php?size=220x120"></script></div>
69
70@@ -151,6 +158,7 @@
71 <html xmlns="http://www.w3.org/1999/xhtml">
72 <head>
73 <meta http-equiv="Content-Type" content="text/html; charset={{ encoding }}" />
74+ <link rel="shortcut icon" href="_static/percona_favicon.ico"/>
75 {{ metatags }}
76 {%- block htmltitle %}
77 <title>{{ title|striptags|e }}{{ titlesuffix }}</title>
78@@ -167,9 +175,6 @@
79
80 <script src="{{ pathto('_static/percona.com.js', 1)}}" type="text/javascript"></script>
81
82- {%- if favicon %}
83- <link rel="shortcut icon" href="{{ pathto('_static/' + favicon, 1) }}"/>
84- {%- endif %}
85 {%- endif %}
86 {%- block linktags %}
87 {%- if hasdoc('about') %}
88@@ -207,10 +212,10 @@
89 <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>
90 <div class="right">
91 <div class="searchlink"><a onmouseover="SEARCH.Open()"><img id="searchlink-anchor" src="http://s2.percona.com/ui-search.png" alt="" /></a></div>
92- <span class="inv"><![CDATA[<noindex>]]></span>
93- <div class="navicontainer"><div class="navi">
94- <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>
95- <span class="inv"><![CDATA[</noindex>]]></span>
96+ <span class="inv"><![CDATA[<noindex>]]></span>
97+ <div class="navicontainer"><div class="navi">
98+ <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>
99+ <span class="inv"><![CDATA[</noindex>]]></span>
100 </div>
101 </div></div><!-- /.header /#header -->
102
103@@ -295,11 +300,14 @@
104
105 {%- block footer %}
106
107+
108 <div class="file-bugs">
109- This documentation is developed in Launchpad as part of the <a href="https://code.launchpad.net/percona-server">Percona Server source code</a>.<br/>
110- 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>.
111+ 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/>
112+ 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>.
113
114 </div>
115+
116+
117
118 <div id="footer">
119
120@@ -309,25 +317,25 @@
121
122 <div class="text">
123 <span class="inv"><!--[CDATA[<noindex-->]]&gt;</span>
124- Call us: 1-888-316-9775 • <a href="/contact">Contact Us</a><br>
125+ Call us: 1-888-316-9775 • <a href="http://www.percona.com/contact">Contact Us</a><br>
126 MySQL and InnoDB are trademarks of Oracle Corp.<br>
127- Proudly running <a href="/software/percona-server/">Percona Server<span id="recentServerVersion"></span></a><br>
128- Copyright &copy; 2006-2013 Percona<br>
129- <a href="/about-us/policies/">Copyright, Trademark, and Privacy Policy</a> • <a href="/sitemap/">Sitemap</a>
130+ Proudly running <a href="http://www.percona.com/software/percona-server/">Percona Server<span id="recentServerVersion"></span></a><br>
131+ Copyright &copy; 2013 Percona<br>
132+ <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>
133 <span class="inv"><!--[CDATA[</noindex-->]]&gt;</span>
134 </div>
135 </div>
136
137 </div>
138 {%- endblock %}
139-<span class="inv"><!--[CDATA[<noindex-->]]&gt;</span>
140+<span class="inv"><![CDATA[<noindex>]]></span>
141 <div id="submenus">
142-<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;">
143+<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">
144 <div class="search-dropdown-header"><!-- //--></div>
145 <div class="search-dropdown-content">
146 <div class="search-info">Search Percona.com:</div>
147- <form id="search-form" action="http://search.percona.com/search/" method="get">
148- <div class="form"><input type="text" maxlength="100" name="q" id="search-input"></div>
149+ <form method="get" action="http://www.percona.com/search" id="search-form">
150+ <div class="form"><input type="text" id="search-input" name="s" maxlength="100" /></div>
151 </form>
152 </div>
153 <div class="search-dropdown-footer"><!-- //--></div>
154@@ -335,11 +343,18 @@
155 </div>
156 <div id="stats">
157 <!-- GA //-->
158- <script src="http://www.percona.com/static/js/urchin.js" type="text/javascript"></script>
159 <script type="text/javascript">
160- _uacct = "UA-343802-3";
161- urchinTracker();
162- </script>
163+ var _gaq = _gaq || [];
164+ _gaq.push(['b._setAccount', 'UA-343802-3']);
165+ _gaq.push(['b._setDomainName', 'percona.com']);
166+ _gaq.push(['b._trackPageview']);
167+ (function() {
168+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
169+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
170+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
171+ })();
172+</script>
173+
174 <!-- /GA //-->
175 <!-- NAVI //-->
176 <script type="text/javascript">//<![CDATA[
177@@ -347,7 +362,8 @@
178 for(var i = 0, c = navi.length; i < c; i++) {
179 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); } );
180 }
181-window.jQuery('#search-form').bind('submit', function() { window.location.href = jQuery('#search-form').attr('action') + jQuery('#search-input').val(); return false; });
182+window.jQuery('#search-form').bind('submit', function() { window.location.href = jQuery('#search-form').attr('action') + '?s=' + jQuery('#search-input').val(); return false; });
183+
184
185 //]]></script>
186 <!-- /NAVI //-->
187
188=== modified file 'doc/source/percona-theme/static/percona.com.css'
189--- doc/source/percona-theme/static/percona.com.css 2013-05-06 15:43:51 +0000
190+++ doc/source/percona-theme/static/percona.com.css 2014-07-11 16:30:36 +0000
191@@ -1690,96 +1690,114 @@
192 /***
193 * side style buttons
194 */
195-.a-btn-container {
196- overflow:hidden;
197- border-radius:4px;
198-}
199-.a-btn, .a-btn-new {
200- width: 218px;
201- height: 48px;
202- background: #fdcd34;
203- background:-webkit-gradient(linear,left top,left bottom,color-stop(##fdcd34,0),color-stop(##d42c14,1));
204- background:-webkit-linear-gradient(top, #fdcd34 0%, #d42c14 100%);
205- background:-moz-linear-gradient(top, #fdcd34 0%, #d42c14 100%);
206- background:-o-linear-gradient(top, #fdcd34 0%, #d42c14 100%);
207- background:linear-gradient(top, #fdcd34 0%, #d42c14 100%);
208- filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdcd34', endColorstr='#d42c14',GradientType=0 );
209-
210- padding:0px;
211-
212- display:inline-block;
213- position:relative;
214- -webkit-border-radius:4px;
215- -moz-border-radius:4px;
216- border-radius:4px;
217-
218- overflow:hidden;
219- -webkit-transition:all 0.3s linear;
220- -moz-transition:all 0.3s linear;
221- -o-transition:all 0.3s linear;
222- transition:all 0.3s linear;
223- text-decoration: none !important;
224- border: 1px solid #f08900;
225- margin-bottom: 10px;
226-}
227-
228-.a-btn-text{
229- padding-left:10px;
230- padding-top:5px;
231- display:block;
232- font-size:13px;
233- white-space:nowrap;
234- color: #ffffff;
235- -webkit-transition:all 0.3s linear;
236- -moz-transition:all 0.3s linear;
237- -o-transition:all 0.3s linear;
238- transition:all 0.3s linear;
239-
240-}
241-
242-.a-btn-slide-text, .a-btn-fixed-slide-text {
243- padding-left: 10px;
244- left:0px;
245- width:auto;
246- right:52px;
247- height:0px;
248-
249- color:#000000;
250- font-size:12px;
251- white-space:nowrap;
252- font-family:Georgia, serif;
253- font-style:italic;
254- text-indent:15px;
255- overflow:hidden;
256-
257-
258-}
259-.a-btn-fixed-slide-text{
260- height: 30px;
261-}
262-
263-.a-btn-icon-right{
264- position:absolute;
265- right:0px;
266- top:0px;
267- height:100%;
268- width:52px;
269-}
270-
271-.a-btn-icon-right span{
272- width:38px;
273- height:38px;
274-
275- position:absolute;
276- left:50%;
277- top:50%;
278- margin:-20px 0px 0px -20px;
279- background:transparent url('button-download-icon.png') no-repeat 50% 55%;
280- -webkit-transition:all 0.3s linear;
281- -moz-transition:all 0.3s linear;
282- -o-transition:all 0.3s linear;
283- transition:all 0.3s linear;
284-
285+.a-btn-green, .a-btn-green-big {
286+ background: #0a4200; /* Old browsers */
287+ background: -moz-linear-gradient(top, #099b00 0%, #0a4200 100%); /* FF3.6+ */
288+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#099b00), color-stop(100%,#0a4200)); /* Chrome,Safari4+ */
289+ background: -webkit-linear-gradient(top, #099b00 0%,#0a4200 100%); /* Chrome10+,Safari5.1+ */
290+ background: -o-linear-gradient(top, #099b00 0%,#0a4200 100%); /* Opera 11.10+ */
291+ background: -ms-linear-gradient(top, #099b00 0%,#0a4200 100%); /* IE10+ */
292+ background: linear-gradient(to bottom, #099b00 0%,#0a4200 100%); /* W3C */
293+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099b00', endColorstr='#0a4200',GradientType=0 ); /* IE6-9 */
294+ border: none;
295+ border-radius: 4px 4px 4px 4px;
296+ display: inline-block;
297+ height: 65px;
298+ margin-bottom: 10px;
299+ overflow: hidden;
300+ padding: 0;
301+ position: relative;
302+ text-decoration: none !important;
303+ transition: all 0.3s linear 0s;
304+ width: 100%;
305+ background-color:#0a4200;
306+}
307+.a-btn-orange, .a-btn-new {
308+ background: #bf3200; /* Old browsers */
309+ background: -moz-linear-gradient(top, #f17800 0%, #bf3200 100%); /* FF3.6+ */
310+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f17800), color-stop(100%,#bf3200)); /* Chrome,Safari4+ */
311+ background: -webkit-linear-gradient(top, #f17800 0%,#bf3200 100%); /* Chrome10+,Safari5.1+ */
312+ background: -o-linear-gradient(top, #f17800 0%,#bf3200 100%); /* Opera 11.10+ */
313+ background: -ms-linear-gradient(top, #f17800 0%,#bf3200 100%); /* IE10+ */
314+ background: linear-gradient(to bottom, #f17800 0%,#bf3200 100%); /* W3C */
315+ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17800', endColorstr='#bf3200',GradientType=0 ); /* IE6-9 */
316+ border: none;
317+ border-radius: 4px 4px 4px 4px;
318+ display: inline-block;
319+ height: 31px;
320+ margin-bottom: 10px;
321+ overflow: hidden;
322+ padding: 0;
323+ position: relative;
324+ text-decoration: none !important;
325+ transition: all 0.3s linear 0s;
326+ width: 100%;
327+}
328+.a-btn-new {
329+ width: 224px !important;
330+}
331+.a-btn-text-green {
332+ color: #FFFFFF;
333+ display: block;
334+ font-size: 13px;
335+ padding-left: 15px;
336+ padding-top: 16px;
337+ transition: all 0.3s linear 0s;
338+ white-space: nowrap;
339+}
340+.a-btn-text-orange, .a-btn-text {
341+ color: #FFFFFF;
342+ display: block;
343+ font-size: 12px;
344+ padding-left: 25px;
345+ padding-top: 8px;
346+ transition: all 0.3s linear 0s;
347+ white-space: nowrap;
348+}
349+.a-btn-fixed-slide-text-green {
350+ color: #fbdc32;
351+ font-family: Arial, Helvetica, sans-serif;
352+ font-size: 12px;
353+ font-style: italic;
354+ left: 0;
355+ overflow: hidden;
356+ padding-left: 14px;
357+ right: 52px;
358+ text-indent: 15px;
359+ white-space: nowrap;
360+ width: auto;
361+ line-height:20px;
362+}
363+.a-btn-icon-right-green {
364+ height: 100%;
365+ position: absolute;
366+ right: 0;
367+ top: 0;
368+ width: 52px;
369+}
370+.a-btn-icon-left-green, .a-btn-icon-left-orange {
371+ height: 100%;
372+ position: absolute;
373+ left: 0;
374+ top: 0;
375+ width: 52px;
376+}
377+.a-btn-icon-right-green span, .a-btn-icon-left-green span, .a-btn-icon-left-orange span {
378+ height: 38px;
379+ left: 50%;
380+ margin: -19px 0 0 -22px;
381+ position: absolute;
382+ top: 50%;
383+ transition: all 0.3s linear 0s;
384+ width: 38px;
385+}
386+.a-btn-icon-right-green span {
387+ background: url("bullet-yellow.png") no-repeat scroll 50% 55% transparent;
388+ margin: -19px 0 0 -22px;
389+}
390+.a-btn-icon-left-green span {
391+ background: url("bullet-yellow-green.png") no-repeat scroll 50% 55% transparent;
392+ margin: -20px 0 0 -17px;
393 }
394
395
396
397=== modified file 'doc/source/tokudb/tokudb_installation.rst'
398--- doc/source/tokudb/tokudb_installation.rst 2014-06-27 10:15:23 +0000
399+++ doc/source/tokudb/tokudb_installation.rst 2014-07-11 16:30:36 +0000
400@@ -128,6 +128,8 @@
401
402 * :rn:`5.6.17-66.0`
403 TokuDB storage engine available as a separate |Percona Server| package.
404+ * :rn:`5.6.19-67.0`
405+ TokuDB storage engine is considered GA quality.
406
407
408 Other Reading
409
410=== modified file 'doc/source/tokudb/tokudb_intro.rst'
411--- doc/source/tokudb/tokudb_intro.rst 2014-06-27 10:15:23 +0000
412+++ doc/source/tokudb/tokudb_intro.rst 2014-07-11 16:30:36 +0000
413@@ -11,15 +11,13 @@
414 Available TokuDB features:
415
416 * :ref:`tokudb_compression`
417-
418-Currently available ALPHA features [#n-1]_:
419-
420 * `Multiple Clustering Indexes <http://www.tokutek.com/2009/05/introducing_multiple_clustering_indexes/>`_
421+ * `Hot Table Optimization <http://www.tokutek.com/2012/06/hot-table-optimization-with-mysql/>`_
422+ * `Prelocking index and range scans <https://github.com/Tokutek/tokudb-engine/wiki/Patch-for-prelocking-index-and-range-scans>`_
423+
424+
425+These 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:
426+
427 * `Fast Updates with NOAR <http://www.tokutek.com/2013/02/fast-updates-with-tokudb/>`_
428- * `Hot Table Optimization <http://www.tokutek.com/2012/06/hot-table-optimization-with-mysql/>`_
429 * `TokuDB AUTOINCREMENT implementation <http://www.tokutek.com/2009/07/autoincrement_semantics/>`_
430- * `Prelocking index and range scans <https://github.com/Tokutek/mysql56/wiki/Patch-for-prelocking-index-and-range-scans>`_
431-
432-.. rubric:: Footnotes
433-
434-.. [#n-1] These features are available only in ALPHA Percona Server with TokuDB builds. They might change or even disappear in a future release.
435+

Subscribers

People subscribed via source and target branches