Merge lp:~hrvojem/percona-server/bug1056664-5.5 into lp:percona-server/5.5

Proposed by Hrvoje Matijakovic
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 315
Proposed branch: lp:~hrvojem/percona-server/bug1056664-5.5
Merge into: lp:percona-server/5.5
Diff against target: 244 lines (+32/-106)
4 files modified
doc/source/diagnostics/index_info_schema_tables.rst (+0/-8)
doc/source/diagnostics/misc_info_schema_tables.rst (+0/-49)
doc/source/feature_comparison.rst (+22/-9)
doc/source/percona-theme/layout.html (+10/-40)
To merge this branch: bzr merge lp:~hrvojem/percona-server/bug1056664-5.5
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+128260@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) wrote :

Should we also mention changed page tracking?

review: Needs Fixing
Revision history for this message
Alexey Kopytov (akopytov) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/source/diagnostics/index_info_schema_tables.rst'
--- doc/source/diagnostics/index_info_schema_tables.rst 2012-09-18 05:04:43 +0000
+++ doc/source/diagnostics/index_info_schema_tables.rst 2012-10-11 09:59:20 +0000
@@ -8,14 +8,6 @@
88
9 * :table:`GLOBAL_TEMPORARY_TABLES`9 * :table:`GLOBAL_TEMPORARY_TABLES`
1010
11 * :table:`INNODB_CMP`
12
13 * :table:`INNODB_CMP_RESET`
14
15 * :table:`INNODB_CMPMEM`
16
17 * :table:`INNODB_CMPMEM_RESET`
18
19 * :table:`INNODB_INDEX_STATS`11 * :table:`INNODB_INDEX_STATS`
2012
21 * :table:`INNODB_LOCK_WAITS`13 * :table:`INNODB_LOCK_WAITS`
2214
=== modified file 'doc/source/diagnostics/misc_info_schema_tables.rst'
--- doc/source/diagnostics/misc_info_schema_tables.rst 2012-09-18 05:04:43 +0000
+++ doc/source/diagnostics/misc_info_schema_tables.rst 2012-10-11 09:59:20 +0000
@@ -6,55 +6,6 @@
66
7This page lists the ``INFORMATION_SCHEMA`` tables added to standard |MySQL| by |Percona Server| that don't exist elsewhere in the documentation.7This page lists the ``INFORMATION_SCHEMA`` tables added to standard |MySQL| by |Percona Server| that don't exist elsewhere in the documentation.
88
9Compressed pages in |InnoDB| tables
10===================================
11
12These tables hold information on compression and uncompression operations. Their contents is identical, but any read from :table:`INNODB_CMP_RESET` will reset all statistics on compression/uncompression.
13
14These tables were introduced by the |InnoDB| plugin and you can find the full documentation here.
15
16.. table:: INFORMATION_SCHEMA.INNODB_CMP
17
18 :column PAGE_SIZE: Page size for compressed pages (Bytes)
19 :column COMPRESS_OPS: Number of compression operations
20 :column COMPRESS_OPS_OK: Number of successful compression operations
21 :column COMPRESS_TIME: Time spent to compress pages (seconds)
22 :column UNCOMPRESS_OPS: Number of uncompression operations
23 :column UNCOMPRESS_TIME: Time spent to uncompress pages (seconds)
24
25.. table:: INFORMATION_SCHEMA.INNODB_CMP_RESET
26
27 :column PAGE_SIZE: Page size for compressed pages (Bytes)
28 :column COMPRESS_OPS: Number of compression operations
29 :column COMPRESS_OPS_OK: Number of successful compression operations
30 :column COMPRESS_TIME: Time spent to compress pages (seconds)
31 :column UNCOMPRESS_OPS: Number of uncompression operations
32 :column UNCOMPRESS_TIME: Time spent to uncompress pages (seconds)
33
34Compressed pages in |InnoDB| buffer pool
35========================================
36
37These tables hold information on compressed pages stored in memory in the buffer pool. Their contents is identical, but any read from INNODB_CMPMEM_RESET will reset all statistics on relocation operations.
38
39These tables were introduced by the |InnoDB| plugin and you can find the full documentation here.
40
41
42.. table:: INFORMATION_SCHEMA.INNODB_CMPMEM
43
44 :column PAGE_SIZE: Page size for compressed pages (Bytes)
45 :column PAGES_USED: Number of pages in use
46 :column PAGES_FREE: Number of free pages
47 :column RELOCATION_OPS: Number of relocation operations
48 :column RELOCATION_TIME: Time spent to relocate pages (Microseconds)
49
50.. table:: INFORMATION_SCHEMA.INNODB_CMPMEM_RESET
51
52 :column PAGE_SIZE: Page size for compressed pages (Bytes)
53 :column PAGES_USED: Number of pages in use
54 :column PAGES_FREE: Number of free pages
55 :column RELOCATION_OPS: Number of relocation operations
56 :column RELOCATION_TIME: Time spent to relocate pages (Microseconds)
57
58|InnoDB| transactions9|InnoDB| transactions
59=====================10=====================
6011
6112
=== modified file 'doc/source/feature_comparison.rst'
--- doc/source/feature_comparison.rst 2012-08-21 05:55:28 +0000
+++ doc/source/feature_comparison.rst 2012-10-11 09:59:20 +0000
@@ -21,7 +21,7 @@
21We provide these benefits by significantly enhancing |Percona Server| as compared to the standard |MySQL| database server:21We provide these benefits by significantly enhancing |Percona Server| as compared to the standard |MySQL| database server:
2222
23+---------------------------------------+----------------------+--------------+23+---------------------------------------+----------------------+--------------+
24|Features |Percona Server 5.5.20 |MySQL 5.5.20 |24|Features |Percona Server 5.5.27 |MySQL 5.5.27 |
25+=======================================+======================+==============+25+=======================================+======================+==============+
26|Open source | Yes | Yes | 26|Open source | Yes | Yes |
27+---------------------------------------+----------------------+--------------+27+---------------------------------------+----------------------+--------------+
@@ -47,7 +47,7 @@
47+---------------------------------------+----------------------+--------------+47+---------------------------------------+----------------------+--------------+
4848
49+---------------------------------------+----------------------+--------------+49+---------------------------------------+----------------------+--------------+
50|Extra Features for Developers |Percona Server 5.5.20 |MySQL 5.5.20 |50|Extra Features for Developers |Percona Server 5.5.27 |MySQL 5.5.27 |
51+=======================================+======================+==============+51+=======================================+======================+==============+
52|NoSQL Socket-Level Interface | Yes | |52|NoSQL Socket-Level Interface | Yes | |
53+---------------------------------------+----------------------+--------------+53+---------------------------------------+----------------------+--------------+
@@ -55,7 +55,7 @@
55+---------------------------------------+----------------------+--------------+55+---------------------------------------+----------------------+--------------+
5656
57+---------------------------------------+----------------------+--------------+57+---------------------------------------+----------------------+--------------+
58|Extra Diagnostic Features |Percona Server 5.5.20 |MySQL 5.5.20 |58|Extra Diagnostic Features |Percona Server 5.5.27 |MySQL 5.5.27 |
59+=======================================+======================+==============+59+=======================================+======================+==============+
60|INFORMATION_SCHEMA Tables | 60 | 37 |60|INFORMATION_SCHEMA Tables | 60 | 37 |
61+---------------------------------------+----------------------+--------------+61+---------------------------------------+----------------------+--------------+
@@ -81,13 +81,15 @@
81+---------------------------------------+----------------------+--------------+81+---------------------------------------+----------------------+--------------+
82|Access to InnoDB Data Statistics | Yes | |82|Access to InnoDB Data Statistics | Yes | |
83+---------------------------------------+----------------------+--------------+83+---------------------------------------+----------------------+--------------+
84|Enhanced SHOW INNODB STATUS | Yes | |84|Enhanced SHOW ENGINE INNODB STATUS | Yes | |
85+---------------------------------------+----------------------+--------------+85+---------------------------------------+----------------------+--------------+
86|Enhanced Mutex Diagnostics | Yes | |86|Enhanced Mutex Diagnostics | Yes | |
87+---------------------------------------+----------------------+--------------+87+---------------------------------------+----------------------+--------------+
88|Undo Segment Information | Yes | |
89+---------------------------------------+----------------------+--------------+
8890
89+---------------------------------------+----------------------+--------------+91+---------------------------------------+----------------------+--------------+
90|Durability and Reliability Enhancements|Percona Server 5.5.20 |MySQL 5.5.20 |92|Durability and Reliability Enhancements|Percona Server 5.5.27 |MySQL 5.5.27 |
91+=======================================+======================+==============+93+=======================================+======================+==============+
92|Transactional Replication State | Yes | |94|Transactional Replication State | Yes | |
93+---------------------------------------+----------------------+--------------+95+---------------------------------------+----------------------+--------------+
@@ -95,7 +97,7 @@
95+---------------------------------------+----------------------+--------------+97+---------------------------------------+----------------------+--------------+
9698
97+---------------------------------------+----------------------+--------------+99+---------------------------------------+----------------------+--------------+
98|Performance & Scalability Enhancements |Percona Server 5.5.20 |MySQL 5.5.20 |100|Performance & Scalability Enhancements |Percona Server 5.5.27 |MySQL 5.5.27 |
99+=======================================+======================+==============+101+=======================================+======================+==============+
100|Support for Multiple I/O Threads | Yes | Yes |102|Support for Multiple I/O Threads | Yes | Yes |
101+---------------------------------------+----------------------+--------------+103+---------------------------------------+----------------------+--------------+
@@ -127,7 +129,7 @@
127+---------------------------------------+----------------------+--------------+129+---------------------------------------+----------------------+--------------+
128130
129+---------------------------------------+----------------------+--------------+131+---------------------------------------+----------------------+--------------+
130|Extra Features for DBA/Operations Staff|Percona Server 5.5.20 |MySQL 5.5.20 |132|Extra Features for DBA/Operations Staff|Percona Server 5.5.27 |MySQL 5.5.27 |
131+=======================================+======================+==============+133+=======================================+======================+==============+
132|Configurable Page Sizes | Yes | |134|Configurable Page Sizes | Yes | |
133+---------------------------------------+----------------------+--------------+135+---------------------------------------+----------------------+--------------+
@@ -143,9 +145,20 @@
143+---------------------------------------+----------------------+--------------+145+---------------------------------------+----------------------+--------------+
144|Configurable Fast Index Creation | Yes | |146|Configurable Fast Index Creation | Yes | |
145+---------------------------------------+----------------------+--------------+147+---------------------------------------+----------------------+--------------+
146|Fast Index Renaming | Yes | |
147+---------------------------------------+----------------------+--------------+
148|Support for Fake Changes | Yes | |148|Support for Fake Changes | Yes | |
149+---------------------------------------+----------------------+--------------+149+---------------------------------------+----------------------+--------------+
150|Changed Page Tracking | Yes | |
151+---------------------------------------+----------------------+--------------+
150152
153+---------------------------------------+----------------------+--------------+
154|Running Database as a Service |Percona Server 5.5.27 |MySQL 5.5.27 |
155+=======================================+======================+==============+
156|Special Utility User | Yes | |
157+---------------------------------------+----------------------+--------------+
158|Expanded Program Option Modifiers | Yes | |
159+---------------------------------------+----------------------+--------------+
160|Extended ``secure-file-priv`` option | Yes | |
161+---------------------------------------+----------------------+--------------+
162|Enforcing the Specific Storage Engine | Yes | |
163+---------------------------------------+----------------------+--------------+
151164
152165
=== modified file 'doc/source/percona-theme/layout.html'
--- doc/source/percona-theme/layout.html 2012-09-04 23:24:39 +0000
+++ doc/source/percona-theme/layout.html 2012-10-11 09:59:20 +0000
@@ -214,13 +214,11 @@
214 <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>
215 <span class="inv"><![CDATA[<noindex>]]></span>215 <span class="inv"><![CDATA[<noindex>]]></span>
216 <div class="navicontainer"><div class="navi">216 <div class="navicontainer"><div class="navi">
217 <span id="navilink-span-about-us" ><a id="navilink-a-about-us" href="/about-us/">About Us</a></span><span id="navilink-span-mysql-consulting" ><a id="navilink-a-mysql-consulting" href="/mysql-consulting/">Consulting</a></span><span id="navilink-span-support" ><a id="navilink-a-support" href="/mysql-support/">Support</a></span><span id="navilink-span-training" ><a id="navilink-a-training" href="/training/">Training</a></span><span id="navilink-span-development" ><a id="navilink-a-development" href="/development/">Development</a></span><span id="navilink-span-software" ><a id="navilink-a-software" href="/software/">Software</a></span><span id="navilink-span-events" ><a id="navilink-a-events" href="/live/">Events</a></span><span id="navilink-span-contact" ><a id="navilink-a-contact" href="/contact/">Contact Us</a></span> 217 <span id="navilink-span-menu-914"><a href="/about-percona" title="" id="navilink-a-menu-914">About</a></span><span id="navilink-span-menu-915"><a href="/products" title="" id="navilink-a-menu-915">Products</a></span><span id="navilink-span-menu-916"><a href="/software" id="navilink-a-menu-916">Software</a></span><span id="navilink-span-menu-918"><a href="/resources" title="" id="navilink-a-menu-918">Resources</a></span><span id="navilink-span-menu-919"><a href="/news-and-events" title="" id="navilink-a-menu-919">News &amp; Events</a></span><span id="navilink-span-menu-920"><a href="/contact" id="navilink-a-menu-920">Contact Us</a></span><span id="navilink-span-menu-1060"><a href="/live" title="" id="navilink-a-menu-1060">Percona Live</a></span> </div></div>
218 </div></div>218 <span class="inv"><![CDATA[</noindex>]]></span>
219 </div>
220 </div></div><!-- /.header /#header -->
219221
220 <span class="inv"><![CDATA[</noindex>]]></span>
221 <span class="inv"><![CDATA[</noindex>]]></span>
222 </div>
223 </div></div>
224 <div id="stripe"></div>222 <div id="stripe"></div>
225223
226{% endblock %}224{% endblock %}
@@ -329,39 +327,11 @@
329{%- endblock %}327{%- endblock %}
330<span class="inv"><!--[CDATA[<noindex-->]]&gt;</span>328<span class="inv"><!--[CDATA[<noindex-->]]&gt;</span>
331<div id="submenus">329<div id="submenus">
332 <div class="navi-dropdown" id="navi-dropdown-about-us">330 <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/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="/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 class="navi-dropdown" id="navi-dropdown-menu-916"><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="http://www.percona.com/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 class="item"><a href="http://forum.percona.com">Forum</a></div><div class="item"><a href="http://groups.google.com/group/percona-discussion">Google Discussion</a></div><div class="item"><a href="https://launchpad.net/percona-server">Launchpad</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="/webinars">Webinars</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><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="/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 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/nyc-2012/">New York 2012</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/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>
333 <div class="navi-dropdown-header-l"><!-- //--></div>331
334 <div class="navi-dropdown-content"><div class="item"><a href="/about-us/our-mission/">Our Mission</a></div><div class="item"><a href="/about-us/why-percona/">Why Percona?</a></div><div class="item"><a href="/about-us/procedures/">Coordinating with Percona</a></div><div class="item"><a href="/about-us/customers/">Customers</a></div><div class="item"><a href="/webinars/">Webinars</a></div><div class="item"><a href="/about-us/mysql-case-studies/">MySQL Case Studies</a></div><div class="item"><a href="/about-us/our-team/">Our Team</a></div><div class="item"><a href="/about-us/books/">Our Books</a></div><div class="item"><a href="/about-us/blogs/">Our Blogs</a></div><div class="item"><a href="/about-us/mysql-white-papers/">MySQL White Papers</a></div><div class="item"><a href="/about-us/conferences/">Conferences</a></div><div class="item"><a href="/about-us/presentations/">Presentations</a></div><div class="item"><a href="/about-us/newsletters/">Newsletters</a></div><div class="item"><a href="/about-us/pressreleases/">Press Releases</a></div><div class="item"><a href="/about-us/careers/">Careers</a></div> </div>332
335 <div class="navi-dropdown-footer"><!-- //--></div>333
336 </div><div class="navi-dropdown" id="navi-dropdown-mysql-consulting">334
337 <div class="navi-dropdown-header-l"><!-- //--></div>
338 <div class="navi-dropdown-content"><div class="item"><a href="/mysql-consulting/overview/">MySQL Consulting Overview</a></div><div class="item"><a href="/mysql-consulting/prices/">MySQL Consulting Prices</a></div><div class="item"><a href="/mysql-consulting/architecture/">MySQL Architecture &amp; Design</a></div><div class="item"><a href="/mysql-consulting/mysql-backups/">MySQL Backups</a></div><div class="item"><a href="/mysql-consulting/cloud-computing/">MySQL Cloud Solutions</a></div><div class="item"><a href="/mysql-consulting/cluster/">MySQL Cluster Consulting</a></div><div class="item"><a href="/mysql-consulting/data-warehousing/">MySQL Data Warehousing</a></div><div class="item"><a href="/mysql-consulting/data-recovery/">MySQL Data Recovery</a></div><div class="item"><a href="/mysql-consulting/high-availability/">MySQL High Availability</a></div><div class="item"><a href="/mysql-consulting/mysql-monitoring-graphing/">MySQL Monitoring &amp; Graphing</a></div><div class="item"><a href="/mysql-consulting/mysql-onsite-consulting/">MySQL Onsite Consulting</a></div><div class="item"><a href="/mysql-consulting/performance-audit/">MySQL Performance Audit</a></div><div class="item"><a href="/mysql-consulting/remote-dba/">MySQL Remote DBA</a></div><div class="item"><a href="/mysql-consulting/mysql-replication/">MySQL Replication</a></div><div class="item"><a href="/mysql-consulting/upgrade/">MySQL Version Upgrades</a></div><div class="item"><a href="/mysql-consulting/24x7-emergency/">Emergency 24&times;7 Consulting</a></div><div class="item"><a href="/mysql-consulting/migration/">Migration to MySQL</a></div><div class="item"><a href="/drizzle-consulting/">Drizzle Consulting</a></div><div class="item"><a href="/mysql-consulting/sphinx/">Sphinx Consulting</a></div><div class="item"><a href="/mysql-consulting/drbd/">DRBD Consulting</a></div><div class="item"><a href="/mysql-consulting/memcached/">Memcached Consulting</a></div><div class="item"><a href="/mysql-consulting/other-services/">Other Consulting Services</a></div> </div>
339 <div class="navi-dropdown-footer"><!-- //--></div>
340 </div><div class="navi-dropdown" id="navi-dropdown-support">
341 <div class="navi-dropdown-header-l"><!-- //--></div>
342 <div class="navi-dropdown-content"><div class="item"><a href="/mysql-support/">MySQL Support Overview</a></div><div class="item"><a href="/prices/mysql-support/">MySQL Support Prices</a></div><div class="item"><a href="/mysql-support/policies/">MySQL Support Policies</a></div><div class="item"><a href="/mysql-support/consulting-vs-support/">Consulting vs. Support</a></div><div class="item"><a href="https://customers.percona.com">Customer Portal Login</a></div> </div>
343 <div class="navi-dropdown-footer"><!-- //--></div>
344 </div><div class="navi-dropdown" id="navi-dropdown-training">
345 <div class="navi-dropdown-header-l"><!-- //--></div>
346 <div class="navi-dropdown-content"><div class="item"><a href="/training/">MySQL Training Overview</a></div><div class="item"><a href="/prices/training/">MySQL Training Prices</a></div><div class="item"><a href="/training/classes/dba/">MySQL DBA Training</a></div><div class="item"><a href="/training/classes/developers/">MySQL Developer Training</a></div><div class="item"><a href="/training/classes/operations/">MySQL Operations Training</a></div><div class="item"><a href="/training/classes/innodb/">InnoDB &amp; XtraDB Training</a></div><div class="item"><a href="/training/classes/custom-onsite/">Custom Onsite Training</a></div> </div>
347 <div class="navi-dropdown-footer"><!-- //--></div>
348 </div><div class="navi-dropdown" id="navi-dropdown-development">
349 <div class="navi-dropdown-header-l"><!-- //--></div>
350 <div class="navi-dropdown-content"><div class="item"><a href="/development/mysql/">MySQL Development Overview</a></div><div class="item"><a href="/development/prices/">Custom Development Prices</a></div><div class="item"><a href="/development/maintenance/">MySQL Support Overview</a></div><div class="item"><a href="/development/benchmarking/">Custom Product Evaluation</a></div><div class="item"><a href="/development/maatkit/">Custom Maatkit Development</a></div><div class="item"><a href="/development/custom-tools/">Custom Tools Development</a></div> </div>
351 <div class="navi-dropdown-footer"><!-- //--></div>
352 </div><div class="navi-dropdown" id="navi-dropdown-software">
353 <div class="navi-dropdown-header-l"><!-- //--></div>
354 <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-xtrabackup/">Percona XtraBackup</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-xtradb/">Percona XtraDB</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="/prices/software/">Software Prices</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 class="item"><a href="http://forum.percona.com">Forum</a></div><div class="item"><a href="http://groups.google.com/group/percona-discussion">Google Discussion</a></div><div class="item"><a href="https://launchpad.net/percona-server">Launchpad</a></div> </div>
355 <div class="navi-dropdown-footer"><!-- //--></div>
356 </div><div class="navi-dropdown" id="navi-dropdown-events">
357 <div class="navi-dropdown-header-r"><!-- //--></div>
358 <div class="navi-dropdown-content"><div class="item"><a href="/live/nyc-2012/">New York 2012</a></div><div class="item"><a href="/live/london-2012/">London 2012</a></div><div class="item"><a href="/live/mysql-conference-2013/">MySQL Conference &amp; Expo 2013</a></div><div class="item"><a href="/live/mysql-conference-2012/">MySQL Conference &amp; Expo 2012</a></div><div class="item"><a href="/live/">Previous Percona Live Events</a></div> </div>
359 <div class="navi-dropdown-footer"><!-- //--></div>
360 </div><div class="navi-dropdown" id="navi-dropdown-contact">
361 <div class="navi-dropdown-header-r"><!-- //--></div>
362 <div class="navi-dropdown-content"><div class="item"><a href="/contact/24x7-emergency/">24&times;7 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>
363 <div class="navi-dropdown-footer"><!-- //--></div>
364 </div>
365 <div id="search-dropdown" class="search-dropdown">335 <div id="search-dropdown" class="search-dropdown">
366 <div class="search-dropdown-header"><!-- //--></div>336 <div class="search-dropdown-header"><!-- //--></div>
367 <div class="search-dropdown-content">337 <div class="search-dropdown-content">
@@ -383,7 +353,7 @@
383<!-- /GA //-->353<!-- /GA //-->
384<!-- NAVI //-->354<!-- NAVI //-->
385<script type="text/javascript">//<![CDATA[355<script type="text/javascript">//<![CDATA[
386var navi = [{id:"about-us", direction: "l"},{id:"mysql-consulting", direction: "l"},{id:"support", direction: "l"},{id:"training", direction: "l"},{id:"development", direction: "l"},{id:"software", direction: "l"},{id:"events", direction: "r"},{id:"contact", direction: "r"}];356var navi = [{id:"menu-914", direction: "l"},{id:"menu-915", direction: "l"},{id:"menu-916", direction: "l"},{id:"menu-918", direction: "l"},{id:"menu-919", direction: "l"},{id:"menu-920", direction: "l"},{id:"menu-1060", direction: "l"}];
387for(var i = 0, c = navi.length; i < c; i++) {357for(var i = 0, c = navi.length; i < c; i++) {
388window.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); } );358window.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); } );
389}359}

Subscribers

People subscribed via source and target branches