Merge lp:~laurynas-biveinis/percona-server/merge-5.1.72 into lp:percona-server/5.1

Proposed by Laurynas Biveinis
Status: Merged
Approved by: Alexey Kopytov
Approved revision: no longer in the source branch.
Merged at revision: 596
Proposed branch: lp:~laurynas-biveinis/percona-server/merge-5.1.72
Merge into: lp:percona-server/5.1
Diff against target: 8969 lines (+2099/-2998)
103 files modified
Makefile (+2/-2)
Percona-Server/client/mysqldump.c (+2/-2)
Percona-Server/configure.in (+1/-1)
Percona-Server/man/comp_err.1 (+7/-36)
Percona-Server/man/innochecksum.1 (+7/-36)
Percona-Server/man/make_win_bin_dist.1 (+7/-36)
Percona-Server/man/msql2mysql.1 (+7/-36)
Percona-Server/man/my_print_defaults.1 (+7/-36)
Percona-Server/man/myisam_ftdump.1 (+7/-36)
Percona-Server/man/myisamchk.1 (+7/-36)
Percona-Server/man/myisamlog.1 (+11/-46)
Percona-Server/man/myisampack.1 (+7/-36)
Percona-Server/man/mysql-stress-test.pl.1 (+7/-37)
Percona-Server/man/mysql-test-run.pl.1 (+7/-37)
Percona-Server/man/mysql.1 (+225/-65)
Percona-Server/man/mysql.server.1 (+8/-37)
Percona-Server/man/mysql_client_test.1 (+7/-37)
Percona-Server/man/mysql_client_test_embedded.1 (+1/-1)
Percona-Server/man/mysql_config.1 (+17/-50)
Percona-Server/man/mysql_convert_table_format.1 (+7/-36)
Percona-Server/man/mysql_find_rows.1 (+7/-36)
Percona-Server/man/mysql_fix_extensions.1 (+7/-36)
Percona-Server/man/mysql_fix_privilege_tables.1 (+7/-36)
Percona-Server/man/mysql_install_db.1 (+7/-36)
Percona-Server/man/mysql_secure_installation.1 (+7/-39)
Percona-Server/man/mysql_setpermission.1 (+7/-36)
Percona-Server/man/mysql_tzinfo_to_sql.1 (+7/-36)
Percona-Server/man/mysql_upgrade.1 (+8/-37)
Percona-Server/man/mysql_waitpid.1 (+7/-36)
Percona-Server/man/mysql_zap.1 (+7/-36)
Percona-Server/man/mysqlaccess.1 (+7/-36)
Percona-Server/man/mysqladmin.1 (+8/-37)
Percona-Server/man/mysqlbinlog.1 (+23/-48)
Percona-Server/man/mysqlbug.1 (+7/-36)
Percona-Server/man/mysqlcheck.1 (+7/-36)
Percona-Server/man/mysqld.8 (+7/-36)
Percona-Server/man/mysqld_multi.1 (+7/-36)
Percona-Server/man/mysqld_safe.1 (+7/-36)
Percona-Server/man/mysqldump.1 (+37/-52)
Percona-Server/man/mysqldumpslow.1 (+7/-36)
Percona-Server/man/mysqlhotcopy.1 (+7/-36)
Percona-Server/man/mysqlimport.1 (+7/-40)
Percona-Server/man/mysqlmanager.8 (+7/-36)
Percona-Server/man/mysqlshow.1 (+7/-36)
Percona-Server/man/mysqlslap.1 (+26/-55)
Percona-Server/man/mysqltest.1 (+7/-37)
Percona-Server/man/mysqltest_embedded.1 (+1/-1)
Percona-Server/man/ndb-common-options.1 (+25/-49)
Percona-Server/man/ndb_blob_tool.1 (+529/-0)
Percona-Server/man/ndb_config.1 (+109/-62)
Percona-Server/man/ndb_cpcd.1 (+7/-36)
Percona-Server/man/ndb_delete_all.1 (+8/-37)
Percona-Server/man/ndb_desc.1 (+214/-97)
Percona-Server/man/ndb_drop_index.1 (+9/-38)
Percona-Server/man/ndb_drop_table.1 (+8/-37)
Percona-Server/man/ndb_error_reporter.1 (+9/-38)
Percona-Server/man/ndb_index_stat.1 (+24/-51)
Percona-Server/man/ndb_mgm.1 (+11/-38)
Percona-Server/man/ndb_mgmd.8 (+67/-72)
Percona-Server/man/ndb_print_backup_file.1 (+7/-36)
Percona-Server/man/ndb_print_schema_file.1 (+7/-36)
Percona-Server/man/ndb_print_sys_file.1 (+7/-36)
Percona-Server/man/ndb_restore.1 (+43/-70)
Percona-Server/man/ndb_select_all.1 (+8/-37)
Percona-Server/man/ndb_select_count.1 (+8/-37)
Percona-Server/man/ndb_show_tables.1 (+8/-37)
Percona-Server/man/ndb_size.pl.1 (+8/-37)
Percona-Server/man/ndb_waiter.1 (+9/-38)
Percona-Server/man/ndbd.8 (+30/-57)
Percona-Server/man/ndbd_redo_log_reader.1 (+10/-39)
Percona-Server/man/ndbinfo_select_all.1 (+11/-39)
Percona-Server/man/ndbmtd.8 (+7/-36)
Percona-Server/man/perror.1 (+7/-36)
Percona-Server/man/replace.1 (+7/-36)
Percona-Server/man/resolve_stack_dump.1 (+10/-36)
Percona-Server/man/resolveip.1 (+7/-36)
Percona-Server/mysql-test/include/have_valgrind.inc (+11/-0)
Percona-Server/mysql-test/lib/v1/mysql-test-run.pl (+1/-1)
Percona-Server/mysql-test/suite/sys_vars/r/rpl_init_slave_func.result (+7/-14)
Percona-Server/mysql-test/suite/sys_vars/t/disabled.def (+0/-1)
Percona-Server/mysql-test/suite/sys_vars/t/rpl_init_slave_func.test (+6/-4)
Percona-Server/sql/item_subselect.cc (+4/-1)
Percona-Server/sql/sql_class.cc (+1/-0)
Percona-Server/sql/sql_class.h (+19/-1)
Percona-Server/sql/sql_db.cc (+6/-4)
Percona-Server/sql/sql_parse.cc (+2/-0)
Percona-Server/sql/sql_show.cc (+22/-13)
Percona-Server/storage/innobase/handler/ha_innodb.cc (+6/-22)
Percona-Server/storage/innobase/row/row0mysql.c (+19/-1)
Percona-Server/storage/innobase/row/row0sel.c (+2/-1)
Percona-Server/storage/innobase/row/row0umod.c (+39/-7)
Percona-Server/storage/innobase/srv/srv0srv.c (+2/-2)
Percona-Server/storage/innodb_plugin/ChangeLog (+24/-0)
Percona-Server/storage/innodb_plugin/btr/btr0cur.c (+12/-6)
Percona-Server/storage/innodb_plugin/buf/buf0buf.c (+16/-31)
Percona-Server/storage/innodb_plugin/handler/ha_innodb.cc (+4/-2)
Percona-Server/storage/innodb_plugin/row/row0mysql.c (+20/-2)
Percona-Server/storage/innodb_plugin/row/row0sel.c (+2/-1)
Percona-Server/storage/innodb_plugin/row/row0uins.c (+8/-7)
Percona-Server/storage/innodb_plugin/row/row0umod.c (+42/-5)
Percona-Server/storage/innodb_plugin/srv/srv0srv.c (+2/-2)
Percona-Server/strings/my_strtoll10.c (+2/-2)
Percona-Server/support-files/mysql.spec.sh (+5/-1)
To merge this branch: bzr merge lp:~laurynas-biveinis/percona-server/merge-5.1.72
Reviewer Review Type Date Requested Status
Alexey Kopytov (community) Approve
Review via email: mp+192165@code.launchpad.net

This proposal supersedes a proposal from 2013-10-11.

Description of the change

2nd MP:

- Fixed spurious loop2 label indentation change
- Surrounded it with a proper #ifdef

http://jenkins.percona.com/job/percona-server-5.1-param/581/

1st MP:

Merge MySQL 5.1.72.

http://jenkins.percona.com/job/percona-server-5.1-param/578/

Merge MySQL 5.1.72, implementing
https://blueprints.launchpad.net/percona-server/+spec/merge-5.1.72.

An automerge, with the exception of changes in buf_page_get_gen() for
http://bugs.mysql.com/bug.php?id=61132.

Import updated man pages from mysql-5.1.72.tar.gz.

To post a comment you must log in.
Revision history for this message
Alexey Kopytov (akopytov) wrote : Posted in a previous version of this proposal

  - spurious change in buf_page_get_gen():

--- Percona-Server/storage/innodb_plugin/buf/buf0buf.c 2013-08-16 13:16:17 +0000
+++ Percona-Server/storage/innodb_plugin/buf/buf0buf.c 2013-10-11 11:17:18 +0000
@@ -1843,7 +1843,7 @@
   rw_lock_s_unlock(&page_hash_latch);
  }

-loop2:
+ loop2:
  if (block == NULL) {
   /* Page not in buf_pool: needs to be read from file */

  - now that ‘loop2’ is only used by “UNIV_DEBUG || UNIV_IBUF_DEBUG”
    code, it should be wrapped into appropriate #ifdef to avoid warnings.

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
1=== modified file 'Makefile'
2--- Makefile 2013-08-27 15:05:45 +0000
3+++ Makefile 2013-10-22 14:49:41 +0000
4@@ -1,5 +1,5 @@
5-MYSQL_VERSION=5.1.71
6-PERCONA_SERVER_VERSION=rel14.9
7+MYSQL_VERSION=5.1.72
8+PERCONA_SERVER_VERSION=rel14.10
9 PERCONA_SERVER ?=Percona-Server-$(MYSQL_VERSION)-$(PERCONA_SERVER_VERSION)
10 PERCONA_SERVER_SHORT_1 ?=Percona-Server-$(MYSQL_VERSION)
11 PERCONA_SERVER_SHORT_2 ?=Percona-Server
12
13=== modified file 'Percona-Server/client/mysqldump.c'
14--- Percona-Server/client/mysqldump.c 2013-06-03 03:53:55 +0000
15+++ Percona-Server/client/mysqldump.c 2013-10-22 14:49:41 +0000
16@@ -2886,7 +2886,7 @@
17 verbose_msg("-- Retrieving table structure for table %s...\n", table);
18
19 len= my_snprintf(query_buff, sizeof(query_buff),
20- "SET OPTION SQL_QUOTE_SHOW_CREATE=%d",
21+ "SET SQL_QUOTE_SHOW_CREATE=%d",
22 (opt_quoted || opt_keywords));
23 if (!create_options)
24 strmov(query_buff+len,
25@@ -5507,7 +5507,7 @@
26 verbose_msg("-- Retrieving view structure for table %s...\n", table);
27
28 #ifdef NOT_REALLY_USED_YET
29- sprintf(insert_pat,"SET OPTION SQL_QUOTE_SHOW_CREATE=%d",
30+ sprintf(insert_pat, "SET SQL_QUOTE_SHOW_CREATE=%d",
31 (opt_quoted || opt_keywords));
32 #endif
33
34
35=== modified file 'Percona-Server/configure.in'
36--- Percona-Server/configure.in 2013-08-05 13:11:52 +0000
37+++ Percona-Server/configure.in 2013-10-22 14:49:41 +0000
38@@ -12,7 +12,7 @@
39 dnl When changing the major version number please also check the switch
40 dnl statement in mysqlbinlog::check_master_version(). You may also need
41 dnl to update version.c in ndb.
42-AC_INIT([MySQL Server], [5.1.71], [], [mysql])
43+AC_INIT([MySQL Server], [5.1.72], [], [mysql])
44
45 AC_CONFIG_SRCDIR([sql/mysqld.cc])
46 AC_CANONICAL_SYSTEM
47
48=== modified file 'Percona-Server/man/comp_err.1'
49--- Percona-Server/man/comp_err.1 2013-06-03 03:53:55 +0000
50+++ Percona-Server/man/comp_err.1 2013-10-22 14:49:41 +0000
51@@ -2,12 +2,12 @@
52 .\" Title: \fBcomp_err\fR
53 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
54 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
55-.\" Date: 03/05/2013
56+.\" Date: 09/09/2013
57 .\" Manual: MySQL Database System
58 .\" Source: MySQL 5.1
59 .\" Language: English
60 .\"
61-.TH "\FBCOMP_ERR\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
62+.TH "\FBCOMP_ERR\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
63 .\" -----------------------------------------------------------------
64 .\" * Define some portability stuff
65 .\" -----------------------------------------------------------------
66@@ -266,40 +266,11 @@
67 .PP
68 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
69 .PP
70-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
71-.PP
72-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
73-.PP
74-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
75-.PP
76-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
77-.PP
78-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
79-.PP
80-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
81-.PP
82-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
83-.PP
84-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
85-.PP
86-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
87-.PP
88-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
89-.PP
90-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
91-\m[blue]\fBMySQL Contact & Questions\fR\m[].
92-.PP
93-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
94-Preface and Legal Notices.
95-.PP
96-For help with using MySQL, please visit either the
97-\m[blue]\fBMySQL Forums\fR\m[]
98-or
99-\m[blue]\fBMySQL Mailing Lists\fR\m[]
100-where you can discuss your issues with other MySQL users.
101-.PP
102-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
103-\m[blue]\fBMySQL Documentation Library\fR\m[].
104+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
105+.PP
106+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
107+.PP
108+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
109 .sp
110 .SH "NOTES"
111 .IP " 1." 4
112
113=== modified file 'Percona-Server/man/innochecksum.1'
114--- Percona-Server/man/innochecksum.1 2013-06-03 03:53:55 +0000
115+++ Percona-Server/man/innochecksum.1 2013-10-22 14:49:41 +0000
116@@ -2,12 +2,12 @@
117 .\" Title: \fBinnochecksum\fR
118 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
119 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
120-.\" Date: 03/05/2013
121+.\" Date: 09/09/2013
122 .\" Manual: MySQL Database System
123 .\" Source: MySQL 5.1
124 .\" Language: English
125 .\"
126-.TH "\FBINNOCHECKSUM\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
127+.TH "\FBINNOCHECKSUM\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
128 .\" -----------------------------------------------------------------
129 .\" * Define some portability stuff
130 .\" -----------------------------------------------------------------
131@@ -152,40 +152,11 @@
132 .PP
133 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
134 .PP
135-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
136-.PP
137-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
138-.PP
139-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
140-.PP
141-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
142-.PP
143-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
144-.PP
145-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
146-.PP
147-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
148-.PP
149-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
150-.PP
151-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
152-.PP
153-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
154-.PP
155-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
156-\m[blue]\fBMySQL Contact & Questions\fR\m[].
157-.PP
158-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
159-Preface and Legal Notices.
160-.PP
161-For help with using MySQL, please visit either the
162-\m[blue]\fBMySQL Forums\fR\m[]
163-or
164-\m[blue]\fBMySQL Mailing Lists\fR\m[]
165-where you can discuss your issues with other MySQL users.
166-.PP
167-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
168-\m[blue]\fBMySQL Documentation Library\fR\m[].
169+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
170+.PP
171+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
172+.PP
173+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
174 .sp
175 .SH "SEE ALSO"
176 For more information, please refer to the MySQL Reference Manual,
177
178=== modified file 'Percona-Server/man/make_win_bin_dist.1'
179--- Percona-Server/man/make_win_bin_dist.1 2013-06-03 03:53:55 +0000
180+++ Percona-Server/man/make_win_bin_dist.1 2013-10-22 14:49:41 +0000
181@@ -2,12 +2,12 @@
182 .\" Title: \fBmake_win_bin_dist\fR
183 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
184 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
185-.\" Date: 03/05/2013
186+.\" Date: 09/09/2013
187 .\" Manual: MySQL Database System
188 .\" Source: MySQL 5.1
189 .\" Language: English
190 .\"
191-.TH "\FBMAKE_WIN_BIN_DIST" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
192+.TH "\FBMAKE_WIN_BIN_DIST" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
193 .\" -----------------------------------------------------------------
194 .\" * Define some portability stuff
195 .\" -----------------------------------------------------------------
196@@ -180,40 +180,11 @@
197 .PP
198 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
199 .PP
200-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
201-.PP
202-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
203-.PP
204-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
205-.PP
206-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
207-.PP
208-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
209-.PP
210-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
211-.PP
212-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
213-.PP
214-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
215-.PP
216-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
217-.PP
218-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
219-.PP
220-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
221-\m[blue]\fBMySQL Contact & Questions\fR\m[].
222-.PP
223-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
224-Preface and Legal Notices.
225-.PP
226-For help with using MySQL, please visit either the
227-\m[blue]\fBMySQL Forums\fR\m[]
228-or
229-\m[blue]\fBMySQL Mailing Lists\fR\m[]
230-where you can discuss your issues with other MySQL users.
231-.PP
232-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
233-\m[blue]\fBMySQL Documentation Library\fR\m[].
234+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
235+.PP
236+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
237+.PP
238+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
239 .sp
240 .SH "SEE ALSO"
241 For more information, please refer to the MySQL Reference Manual,
242
243=== modified file 'Percona-Server/man/msql2mysql.1'
244--- Percona-Server/man/msql2mysql.1 2013-06-03 03:53:55 +0000
245+++ Percona-Server/man/msql2mysql.1 2013-10-22 14:49:41 +0000
246@@ -2,12 +2,12 @@
247 .\" Title: \fBmsql2mysql\fR
248 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
249 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
250-.\" Date: 03/05/2013
251+.\" Date: 09/09/2013
252 .\" Manual: MySQL Database System
253 .\" Source: MySQL 5.1
254 .\" Language: English
255 .\"
256-.TH "\FBMSQL2MYSQL\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
257+.TH "\FBMSQL2MYSQL\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
258 .\" -----------------------------------------------------------------
259 .\" * Define some portability stuff
260 .\" -----------------------------------------------------------------
261@@ -71,40 +71,11 @@
262 .PP
263 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
264 .PP
265-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
266-.PP
267-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
268-.PP
269-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
270-.PP
271-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
272-.PP
273-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
274-.PP
275-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
276-.PP
277-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
278-.PP
279-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
280-.PP
281-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
282-.PP
283-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
284-.PP
285-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
286-\m[blue]\fBMySQL Contact & Questions\fR\m[].
287-.PP
288-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
289-Preface and Legal Notices.
290-.PP
291-For help with using MySQL, please visit either the
292-\m[blue]\fBMySQL Forums\fR\m[]
293-or
294-\m[blue]\fBMySQL Mailing Lists\fR\m[]
295-where you can discuss your issues with other MySQL users.
296-.PP
297-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
298-\m[blue]\fBMySQL Documentation Library\fR\m[].
299+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
300+.PP
301+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
302+.PP
303+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
304 .sp
305 .SH "SEE ALSO"
306 For more information, please refer to the MySQL Reference Manual,
307
308=== modified file 'Percona-Server/man/my_print_defaults.1'
309--- Percona-Server/man/my_print_defaults.1 2013-06-03 03:53:55 +0000
310+++ Percona-Server/man/my_print_defaults.1 2013-10-22 14:49:41 +0000
311@@ -2,12 +2,12 @@
312 .\" Title: \fBmy_print_defaults\fR
313 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
314 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
315-.\" Date: 03/05/2013
316+.\" Date: 09/09/2013
317 .\" Manual: MySQL Database System
318 .\" Source: MySQL 5.1
319 .\" Language: English
320 .\"
321-.TH "\FBMY_PRINT_DEFAULTS" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
322+.TH "\FBMY_PRINT_DEFAULTS" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
323 .\" -----------------------------------------------------------------
324 .\" * Define some portability stuff
325 .\" -----------------------------------------------------------------
326@@ -206,40 +206,11 @@
327 .PP
328 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
329 .PP
330-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
331-.PP
332-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
333-.PP
334-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
335-.PP
336-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
337-.PP
338-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
339-.PP
340-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
341-.PP
342-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
343-.PP
344-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
345-.PP
346-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
347-.PP
348-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
349-.PP
350-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
351-\m[blue]\fBMySQL Contact & Questions\fR\m[].
352-.PP
353-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
354-Preface and Legal Notices.
355-.PP
356-For help with using MySQL, please visit either the
357-\m[blue]\fBMySQL Forums\fR\m[]
358-or
359-\m[blue]\fBMySQL Mailing Lists\fR\m[]
360-where you can discuss your issues with other MySQL users.
361-.PP
362-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
363-\m[blue]\fBMySQL Documentation Library\fR\m[].
364+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
365+.PP
366+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
367+.PP
368+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
369 .sp
370 .SH "SEE ALSO"
371 For more information, please refer to the MySQL Reference Manual,
372
373=== modified file 'Percona-Server/man/myisam_ftdump.1'
374--- Percona-Server/man/myisam_ftdump.1 2013-06-03 03:53:55 +0000
375+++ Percona-Server/man/myisam_ftdump.1 2013-10-22 14:49:41 +0000
376@@ -2,12 +2,12 @@
377 .\" Title: \fBmyisam_ftdump\fR
378 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
379 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
380-.\" Date: 03/05/2013
381+.\" Date: 09/09/2013
382 .\" Manual: MySQL Database System
383 .\" Source: MySQL 5.1
384 .\" Language: English
385 .\"
386-.TH "\FBMYISAM_FTDUMP\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
387+.TH "\FBMYISAM_FTDUMP\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
388 .\" -----------------------------------------------------------------
389 .\" * Define some portability stuff
390 .\" -----------------------------------------------------------------
391@@ -253,40 +253,11 @@
392 .PP
393 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
394 .PP
395-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
396-.PP
397-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
398-.PP
399-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
400-.PP
401-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
402-.PP
403-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
404-.PP
405-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
406-.PP
407-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
408-.PP
409-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
410-.PP
411-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
412-.PP
413-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
414-.PP
415-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
416-\m[blue]\fBMySQL Contact & Questions\fR\m[].
417-.PP
418-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
419-Preface and Legal Notices.
420-.PP
421-For help with using MySQL, please visit either the
422-\m[blue]\fBMySQL Forums\fR\m[]
423-or
424-\m[blue]\fBMySQL Mailing Lists\fR\m[]
425-where you can discuss your issues with other MySQL users.
426-.PP
427-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
428-\m[blue]\fBMySQL Documentation Library\fR\m[].
429+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
430+.PP
431+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
432+.PP
433+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
434 .sp
435 .SH "SEE ALSO"
436 For more information, please refer to the MySQL Reference Manual,
437
438=== modified file 'Percona-Server/man/myisamchk.1'
439--- Percona-Server/man/myisamchk.1 2013-06-03 03:53:55 +0000
440+++ Percona-Server/man/myisamchk.1 2013-10-22 14:49:41 +0000
441@@ -2,12 +2,12 @@
442 .\" Title: \fBmyisamchk\fR
443 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
444 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
445-.\" Date: 03/05/2013
446+.\" Date: 09/09/2013
447 .\" Manual: MySQL Database System
448 .\" Source: MySQL 5.1
449 .\" Language: English
450 .\"
451-.TH "\FBMYISAMCHK\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
452+.TH "\FBMYISAMCHK\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
453 .\" -----------------------------------------------------------------
454 .\" * Define some portability stuff
455 .\" -----------------------------------------------------------------
456@@ -2491,40 +2491,11 @@
457 .PP
458 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
459 .PP
460-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
461-.PP
462-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
463-.PP
464-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
465-.PP
466-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
467-.PP
468-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
469-.PP
470-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
471-.PP
472-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
473-.PP
474-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
475-.PP
476-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
477-.PP
478-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
479-.PP
480-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
481-\m[blue]\fBMySQL Contact & Questions\fR\m[].
482-.PP
483-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
484-Preface and Legal Notices.
485-.PP
486-For help with using MySQL, please visit either the
487-\m[blue]\fBMySQL Forums\fR\m[]
488-or
489-\m[blue]\fBMySQL Mailing Lists\fR\m[]
490-where you can discuss your issues with other MySQL users.
491-.PP
492-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
493-\m[blue]\fBMySQL Documentation Library\fR\m[].
494+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
495+.PP
496+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
497+.PP
498+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
499 .sp
500 .SH "SEE ALSO"
501 For more information, please refer to the MySQL Reference Manual,
502
503=== modified file 'Percona-Server/man/myisamlog.1'
504--- Percona-Server/man/myisamlog.1 2013-06-03 03:53:55 +0000
505+++ Percona-Server/man/myisamlog.1 2013-10-22 14:49:41 +0000
506@@ -2,12 +2,12 @@
507 .\" Title: \fBmyisamlog\fR
508 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
509 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
510-.\" Date: 03/05/2013
511+.\" Date: 09/09/2013
512 .\" Manual: MySQL Database System
513 .\" Source: MySQL 5.1
514 .\" Language: English
515 .\"
516-.TH "\FBMYISAMLOG\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
517+.TH "\FBMYISAMLOG\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
518 .\" -----------------------------------------------------------------
519 .\" * Define some portability stuff
520 .\" -----------------------------------------------------------------
521@@ -28,7 +28,6 @@
522 .\" * MAIN CONTENT STARTS HERE *
523 .\" -----------------------------------------------------------------
524 .\" myisamlog
525-.\" isamlog
526 .SH "NAME"
527 myisamlog \- display MyISAM log file contents
528 .SH "SYNOPSIS"
529@@ -39,7 +38,9 @@
530 \fBmyisamlog\fR
531 processes the contents of a
532 MyISAM
533-log file\&.
534+log file\&. To create such a file, start the server with a
535+\fB\-\-log\-isam=\fR\fBlog_file\fR
536+option\&.
537 .PP
538 Invoke
539 \fBmyisamlog\fR
540@@ -49,8 +50,7 @@
541 .RS 4
542 .\}
543 .nf
544-shell> \fBmyisamlog [\fR\fB\fIoptions\fR\fR\fB] [\fR\fB\fIlog_file\fR\fR\fB [\fR\fB\fItbl_name\fR\fR\fB] \&.\&.\&.]\fR
545-shell> \fBisamlog [\fR\fB\fIoptions\fR\fR\fB] [\fR\fB\fIlog_file\fR\fR\fB [\fR\fB\fItbl_name\fR\fR\fB] \&.\&.\&.]\fR
546+shell> \fBmyisamlog [\fR\fB\fIoptions\fR\fR\fB] [\fR\fB\fIfile_name\fR\fR\fB [\fR\fB\fItbl_name\fR\fR\fB] \&.\&.\&.]\fR
547 .fi
548 .if n \{\
549 .RE
550@@ -58,12 +58,6 @@
551 .PP
552 The default operation is update (\fB\-u\fR)\&. If a recovery is done (\fB\-r\fR), all writes and possibly updates and deletes are done and errors are only counted\&. The default log file name is
553 myisam\&.log
554-for
555-\fBmyisamlog\fR
556-and
557-isam\&.log
558-for
559-\fBisamlog\fR
560 if no
561 \fIlog_file\fR
562 argument is given\&. If tables are named on the command line, only those tables are updated\&.
563@@ -236,40 +230,11 @@
564 .PP
565 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
566 .PP
567-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
568-.PP
569-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
570-.PP
571-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
572-.PP
573-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
574-.PP
575-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
576-.PP
577-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
578-.PP
579-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
580-.PP
581-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
582-.PP
583-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
584-.PP
585-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
586-.PP
587-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
588-\m[blue]\fBMySQL Contact & Questions\fR\m[].
589-.PP
590-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
591-Preface and Legal Notices.
592-.PP
593-For help with using MySQL, please visit either the
594-\m[blue]\fBMySQL Forums\fR\m[]
595-or
596-\m[blue]\fBMySQL Mailing Lists\fR\m[]
597-where you can discuss your issues with other MySQL users.
598-.PP
599-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
600-\m[blue]\fBMySQL Documentation Library\fR\m[].
601+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
602+.PP
603+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
604+.PP
605+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
606 .sp
607 .SH "SEE ALSO"
608 For more information, please refer to the MySQL Reference Manual,
609
610=== modified file 'Percona-Server/man/myisampack.1'
611--- Percona-Server/man/myisampack.1 2013-06-03 03:53:55 +0000
612+++ Percona-Server/man/myisampack.1 2013-10-22 14:49:41 +0000
613@@ -2,12 +2,12 @@
614 .\" Title: \fBmyisampack\fR
615 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
616 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
617-.\" Date: 03/05/2013
618+.\" Date: 09/09/2013
619 .\" Manual: MySQL Database System
620 .\" Source: MySQL 5.1
621 .\" Language: English
622 .\"
623-.TH "\FBMYISAMPACK\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
624+.TH "\FBMYISAMPACK\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
625 .\" -----------------------------------------------------------------
626 .\" * Define some portability stuff
627 .\" -----------------------------------------------------------------
628@@ -843,40 +843,11 @@
629 .PP
630 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
631 .PP
632-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
633-.PP
634-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
635-.PP
636-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
637-.PP
638-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
639-.PP
640-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
641-.PP
642-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
643-.PP
644-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
645-.PP
646-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
647-.PP
648-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
649-.PP
650-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
651-.PP
652-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
653-\m[blue]\fBMySQL Contact & Questions\fR\m[].
654-.PP
655-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
656-Preface and Legal Notices.
657-.PP
658-For help with using MySQL, please visit either the
659-\m[blue]\fBMySQL Forums\fR\m[]
660-or
661-\m[blue]\fBMySQL Mailing Lists\fR\m[]
662-where you can discuss your issues with other MySQL users.
663-.PP
664-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
665-\m[blue]\fBMySQL Documentation Library\fR\m[].
666+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
667+.PP
668+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
669+.PP
670+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
671 .sp
672 .SH "SEE ALSO"
673 For more information, please refer to the MySQL Reference Manual,
674
675=== modified file 'Percona-Server/man/mysql-stress-test.pl.1'
676--- Percona-Server/man/mysql-stress-test.pl.1 2013-06-03 03:53:55 +0000
677+++ Percona-Server/man/mysql-stress-test.pl.1 2013-10-22 14:49:41 +0000
678@@ -2,12 +2,12 @@
679 .\" Title: \fBmysql-stress-test.pl\fR
680 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
681 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
682-.\" Date: 03/05/2013
683+.\" Date: 09/06/2013
684 .\" Manual: MySQL Database System
685 .\" Source: MySQL
686 .\" Language: English
687 .\"
688-.TH "\FBMYSQL\-STRESS\-TE" "1" "03/05/2013" "MySQL" "MySQL Database System"
689+.TH "\FBMYSQL\-STRESS\-TE" "1" "09/06/2013" "MySQL" "MySQL Database System"
690 .\" -----------------------------------------------------------------
691 .\" * Define some portability stuff
692 .\" -----------------------------------------------------------------
693@@ -500,41 +500,11 @@
694 .PP
695 Copyright \(co 2006, 2013, Oracle and/or its affiliates. All rights reserved.
696 .PP
697-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
698-.PP
699-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
700-.PP
701-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
702-.PP
703-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
704-.PP
705-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
706-.PP
707-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
708-.PP
709-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
710-.PP
711-This documentation is in prerelease status and is intended for demonstration and preliminary use only. It may not be specific to the hardware on which you are using the software. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to this documentation and will not be responsible for any loss, costs, or damages incurred due to the use of this documentation.
712-.PP
713-The information contained in this document is for informational sharing purposes only and should be considered in your capacity as a customer advisory board member or pursuant to your beta trial agreement only. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described in this document remains at the sole discretion of Oracle.
714-.PP
715-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
716-.PP
717-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
718-.PP
719-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
720-.PP
721-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
722-\m[blue]\fBMySQL Contact & Questions\fR\m[].
723-.PP
724-For help with using MySQL, please visit either the
725-\m[blue]\fBMySQL Forums\fR\m[]
726-or
727-\m[blue]\fBMySQL Mailing Lists\fR\m[]
728-where you can discuss your issues with other MySQL users.
729-.PP
730-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
731-\m[blue]\fBMySQL Documentation Library\fR\m[].
732+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
733+.PP
734+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
735+.PP
736+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
737 .sp
738 .SH "SEE ALSO"
739 For more information, please refer to the MySQL Reference Manual,
740
741=== modified file 'Percona-Server/man/mysql-test-run.pl.1'
742--- Percona-Server/man/mysql-test-run.pl.1 2013-06-03 03:53:55 +0000
743+++ Percona-Server/man/mysql-test-run.pl.1 2013-10-22 14:49:41 +0000
744@@ -2,12 +2,12 @@
745 .\" Title: \fBmysql-test-run.pl\fR
746 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
747 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
748-.\" Date: 03/05/2013
749+.\" Date: 09/06/2013
750 .\" Manual: MySQL Database System
751 .\" Source: MySQL
752 .\" Language: English
753 .\"
754-.TH "\FBMYSQL\-TEST\-RUN\" "1" "03/05/2013" "MySQL" "MySQL Database System"
755+.TH "\FBMYSQL\-TEST\-RUN\" "1" "09/06/2013" "MySQL" "MySQL Database System"
756 .\" -----------------------------------------------------------------
757 .\" * Define some portability stuff
758 .\" -----------------------------------------------------------------
759@@ -2553,41 +2553,11 @@
760 .PP
761 Copyright \(co 2006, 2013, Oracle and/or its affiliates. All rights reserved.
762 .PP
763-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
764-.PP
765-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
766-.PP
767-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
768-.PP
769-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
770-.PP
771-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
772-.PP
773-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
774-.PP
775-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
776-.PP
777-This documentation is in prerelease status and is intended for demonstration and preliminary use only. It may not be specific to the hardware on which you are using the software. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to this documentation and will not be responsible for any loss, costs, or damages incurred due to the use of this documentation.
778-.PP
779-The information contained in this document is for informational sharing purposes only and should be considered in your capacity as a customer advisory board member or pursuant to your beta trial agreement only. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described in this document remains at the sole discretion of Oracle.
780-.PP
781-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
782-.PP
783-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
784-.PP
785-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
786-.PP
787-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
788-\m[blue]\fBMySQL Contact & Questions\fR\m[].
789-.PP
790-For help with using MySQL, please visit either the
791-\m[blue]\fBMySQL Forums\fR\m[]
792-or
793-\m[blue]\fBMySQL Mailing Lists\fR\m[]
794-where you can discuss your issues with other MySQL users.
795-.PP
796-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
797-\m[blue]\fBMySQL Documentation Library\fR\m[].
798+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
799+.PP
800+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
801+.PP
802+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
803 .sp
804 .SH "SEE ALSO"
805 For more information, please refer to the MySQL Reference Manual,
806
807=== modified file 'Percona-Server/man/mysql.1'
808--- Percona-Server/man/mysql.1 2013-06-03 03:53:55 +0000
809+++ Percona-Server/man/mysql.1 2013-10-22 14:49:41 +0000
810@@ -2,12 +2,12 @@
811 .\" Title: \fBmysql\fR
812 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
813 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
814-.\" Date: 03/05/2013
815+.\" Date: 09/09/2013
816 .\" Manual: MySQL Database System
817 .\" Source: MySQL 5.1
818 .\" Language: English
819 .\"
820-.TH "\FBMYSQL\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
821+.TH "\FBMYSQL\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
822 .\" -----------------------------------------------------------------
823 .\" * Define some portability stuff
824 .\" -----------------------------------------------------------------
825@@ -84,11 +84,17 @@
826 \eG
827 and press Enter\&.
828 .PP
829-As of MySQL 5\&.1\&.10, typing Control+C causes
830-\fBmysql\fR
831-to attempt to kill the current statement\&. If this cannot be done, or Control+C is typed again before the statement is killed,
832-\fBmysql\fR
833-exits\&. Previously, Control+C caused
834+As of MySQL 5\&.1\&.10, typing
835+Control+C
836+causes
837+\fBmysql\fR
838+to attempt to kill the current statement\&. If this cannot be done, or
839+Control+C
840+is typed again before the statement is killed,
841+\fBmysql\fR
842+exits\&. Previously,
843+Control+C
844+caused
845 \fBmysql\fR
846 to exit in all cases\&.
847 .PP
848@@ -106,8 +112,8 @@
849 .PP
850 On Unix, the
851 \fBmysql\fR
852-client writes a record of executed statements to a history file\&. See
853-the section called \(lqMYSQL HISTORY FILE\(rq\&.
854+client logs statements executed interactively to a history file\&. See
855+the section called \(lqMYSQL LOGGING\(rq\&.
856 .SH "MYSQL OPTIONS"
857 .\" mysql command options
858 .\" command options: mysql
859@@ -1017,7 +1023,7 @@
860 .\" secure-auth option: mysql
861 \fB\-\-secure\-auth\fR
862 .sp
863-Do not send passwords to the server in old (pre\-4\&.1\&.1) format\&. This prevents connections except for servers that use the newer password format\&.
864+Do not send passwords to the server in old (pre\-4\&.1) format\&. This prevents connections except for servers that use the newer password format\&.
865 .RE
866 .sp
867 .RS 4
868@@ -1049,7 +1055,8 @@
869 .sp
870 Ignore
871 SIGINT
872-signals (typically the result of typing Control+C)\&.
873+signals (typically the result of typing
874+Control+C)\&.
875 .RE
876 .sp
877 .RS 4
878@@ -1388,7 +1395,7 @@
879 .\" max_allowed_packet variable
880 max_allowed_packet
881 .sp
882-The maximum packet length to send to or receive from the server\&. (Default value is 16MB\&.)
883+The maximum size of the buffer for client/server communication\&. The default is 16MB, the maximum is 1GB\&.
884 .RE
885 .sp
886 .RS 4
887@@ -1612,7 +1619,7 @@
888 \(lq;\(rq, instances of that character are sent to the server without interpretation\&. However, the server itself still interprets
889 \(lq;\(rq
890 as a statement delimiter and processes statements accordingly\&. This behavior on the server side comes into play for multiple\-statement execution (see
891-Section\ \&21.8.12, \(lqC API Support for Multiple Statement Execution\(rq), and for parsing the body of stored procedures and functions, triggers, and events (see
892+Section\ \&21.8.16, \(lqC API Support for Multiple Statement Execution\(rq), and for parsing the body of stored procedures and functions, triggers, and events (see
893 Section\ \&19.1, \(lqDefining Stored Programs\(rq)\&.
894 .RE
895 .sp
896@@ -2472,7 +2479,7 @@
897 .RE
898 .\}
899 .RE
900-.SH "MYSQL HISTORY FILE"
901+.SH "MYSQL LOGGING"
902 .\" MYSQL_HISTFILE environment variable
903 .\" environment variable: MYSQL_HISTFILE
904 .\" HOME environment variable
905@@ -2483,27 +2490,109 @@
906 .PP
907 On Unix, the
908 \fBmysql\fR
909-client writes a record of executed statements to a history file\&. By default, this file is named
910+client logs statements executed interactively to a history file\&. By default, this file is named
911 \&.mysql_history
912-and is created in your home directory\&. To specify a different file, set the value of the
913+in your home directory\&. To specify a different file, set the value of the
914 MYSQL_HISTFILE
915 environment variable\&.
916+ How Logging Occurs
917+.PP
918+Statement logging occurs as follows:
919+.sp
920+.RS 4
921+.ie n \{\
922+\h'-04'\(bu\h'+03'\c
923+.\}
924+.el \{\
925+.sp -1
926+.IP \(bu 2.3
927+.\}
928+Statements are logged only when executed interactively\&. Statements are noninteractive, for example, when read from a file or a pipe\&. It is also possible to suppress statement logging by using the
929+\fB\-\-batch\fR
930+or
931+\fB\-\-execute\fR
932+option\&.
933+.RE
934+.sp
935+.RS 4
936+.ie n \{\
937+\h'-04'\(bu\h'+03'\c
938+.\}
939+.el \{\
940+.sp -1
941+.IP \(bu 2.3
942+.\}
943+\fBmysql\fR
944+logs each nonempty statement line individually\&.
945+.RE
946+.sp
947+.RS 4
948+.ie n \{\
949+\h'-04'\(bu\h'+03'\c
950+.\}
951+.el \{\
952+.sp -1
953+.IP \(bu 2.3
954+.\}
955+If a statement spans multiple lines (not including the terminating delimiter),
956+\fBmysql\fR
957+concatenates the lines to form the complete statement, maps newlines to spaces, and logs the result, plus a delimiter\&.
958+.RE
959+.PP
960+Consequently, an input statement that spans multiple lines can be logged twice\&. Consider this input:
961+.sp
962+.if n \{\
963+.RS 4
964+.\}
965+.nf
966+mysql> \fBSELECT\fR
967+ \-> \fB\*(AqToday is\*(Aq\fR
968+ \-> \fB,\fR
969+ \-> \fBCONCAT()\fR
970+ \-> \fB;\fR
971+.fi
972+.if n \{\
973+.RE
974+.\}
975+.PP
976+In this case,
977+\fBmysql\fR
978+logs the
979+\(lqSELECT\(rq,
980+\(lq\*(AqToday is\*(Aq\(rq,
981+\(lq,\(rq,
982+\(lqCONCAT()\(rq, and
983+\(lq;\(rq
984+lines as it reads them\&. It also logs the complete statement, after mapping
985+SELECT\en\*(AqToday is\*(Aq\en,\enCURDATE()
986+to
987+SELECT \*(AqToday is\*(Aq , CURDATE(), plus a delimiter\&. Thus, these lines appear in logged output:
988+.sp
989+.if n \{\
990+.RS 4
991+.\}
992+.nf
993+SELECT
994+\*(AqToday is\*(Aq
995+,
996+CURDATE()
997+;
998+SELECT \*(AqToday is\*(Aq , CURDATE();
999+.fi
1000+.if n \{\
1001+.RE
1002+.\}
1003+.sp
1004+ Controlling the History File
1005 .PP
1006 The
1007 \&.mysql_history
1008-should be protected with a restrictive access mode because sensitive information might be written to it, such as the text of SQL statements that contain passwords\&. See
1009+file should be protected with a restrictive access mode because sensitive information might be written to it, such as the text of SQL statements that contain passwords\&. See
1010 Section\ \&6.1.2.1, \(lqEnd-User Guidelines for Password Security\(rq\&.
1011 .PP
1012-\fBmysql\fR
1013-does not write statements to the history file when used noninteractively (for example, when reading input from a file or a pipe)\&. It is also possible to explicitly suppress logging of statements to the history file by using the
1014-\fB\-\-batch\fR
1015-or
1016-\fB\-\-execute\fR
1017-option\&.
1018-.PP
1019 If you do not want to maintain a history file, first remove
1020 \&.mysql_history
1021-if it exists, and then use either of the following techniques:
1022+if it exists\&. Then use either of the following techniques to prevent it from being created again:
1023 .sp
1024 .RS 4
1025 .ie n \{\
1026@@ -2515,8 +2604,8 @@
1027 .\}
1028 Set the
1029 MYSQL_HISTFILE
1030-variable to
1031-/dev/null\&. To cause this setting to take effect each time you log in, put the setting in one of your shell\*(Aqs startup files\&.
1032+environment variable to
1033+/dev/null\&. To cause this setting to take effect each time you log in, put it in one of your shell\*(Aqs startup files\&.
1034 .RE
1035 .sp
1036 .RS 4
1037@@ -2530,7 +2619,7 @@
1038 Create
1039 \&.mysql_history
1040 as a symbolic link to
1041-/dev/null:
1042+/dev/null; this need be done only once:
1043 .sp
1044 .if n \{\
1045 .RS 4
1046@@ -2541,8 +2630,6 @@
1047 .if n \{\
1048 .RE
1049 .\}
1050-.sp
1051-You need do this only once\&.
1052 .RE
1053 .SH "MYSQL SERVER-SIDE HELP"
1054 .sp
1055@@ -2658,6 +2745,35 @@
1056 .if n \{\
1057 .RE
1058 .\}
1059+.PP
1060+The search string can contain the the wildcard characters
1061+\(lq%\(rq
1062+and
1063+\(lq_\(rq\&. These have the same meaning as for pattern\-matching operations performed with the
1064+LIKE
1065+operator\&. For example,
1066+HELP rep%
1067+returns a list of topics that begin with
1068+rep:
1069+.sp
1070+.if n \{\
1071+.RS 4
1072+.\}
1073+.nf
1074+mysql> \fBHELP rep%\fR
1075+Many help items for your request exist\&.
1076+To make a more specific request, please type \*(Aqhelp <item>\*(Aq,
1077+where <item> is one of the following
1078+topics:
1079+ REPAIR TABLE
1080+ REPEAT FUNCTION
1081+ REPEAT LOOP
1082+ REPLACE
1083+ REPLACE FUNCTION
1084+.fi
1085+.if n \{\
1086+.RE
1087+.\}
1088 .SH "EXECUTING SQL STATEMENTS FROM A TEXT FILE"
1089 .\" executing SQL statements from text files
1090 .\" importing: data
1091@@ -2770,6 +2886,79 @@
1092 This section describes some techniques that can help you use
1093 \fBmysql\fR
1094 more effectively\&.
1095+.SS "Input\-Line Editing"
1096+.PP
1097+\fBmysql\fR
1098+supports input\-line editing, which enables you to modify the current input line in place or recall previous input lines\&. For example, the
1099+left\-arrow
1100+and
1101+right\-arrow
1102+keys move horizontally within the current input line, and the
1103+up\-arror
1104+and
1105+down\-arrow
1106+keys move up and down through the set of previously entered lines\&.
1107+Backspace
1108+deletes the character before the cursor and typing new characters enters them at the cursor position\&. To enter the line, press
1109+Enter\&.
1110+.PP
1111+On Windows, the editing key sequences are the same as supported for command editing in console windows\&. On Unix, the key sequences depend on the input library used to build
1112+\fBmysql\fR
1113+(for example, the
1114+libedit
1115+or
1116+readline
1117+library)\&.
1118+.PP
1119+Documentation for the
1120+libedit
1121+and
1122+readline
1123+libraries is available online\&. To change the set of key sequences permitted by a given input library, define key bindings in the library startup file\&. This is a file in your home directory:
1124+\&.editrc
1125+for
1126+libedit
1127+and
1128+\&.inputrc
1129+for
1130+readline\&.
1131+.PP
1132+For example, in
1133+libedit,
1134+Control+W
1135+deletes everything before the current cursor position and
1136+Control+U
1137+deletes the entire line\&. In
1138+readline,
1139+Control+W
1140+deletes the word before the cursor and
1141+Control+U
1142+deletes everything before the current cursor position\&. If
1143+\fBmysql\fR
1144+was built using
1145+libedit, a user who prefers the
1146+readline
1147+behavior for these two keys can put the following lines in the
1148+\&.editrc
1149+file (creating the file if necessary):
1150+.sp
1151+.if n \{\
1152+.RS 4
1153+.\}
1154+.nf
1155+bind "^W" ed\-delete\-prev\-word
1156+bind "^U" vi\-kill\-line\-prev
1157+.fi
1158+.if n \{\
1159+.RE
1160+.\}
1161+.PP
1162+To see the current set of key bindings, temporarily put a line that says only
1163+bind
1164+at the end of
1165+\&.editrc\&.
1166+\fBmysql\fR
1167+will show the bindings when it starts\&.
1168 .SS "Displaying Query Results Vertically"
1169 .PP
1170 Some query results are much more readable when displayed vertically, instead of in the usual horizontal table format\&. Queries can be displayed vertically by terminating the query with \eG instead of a semicolon\&. For example, longer text values that include newlines often are much easier to read with vertical output:
1171@@ -2953,46 +3142,17 @@
1172 option\&.
1173 .PP
1174 For more information about auto\-reconnect and its effect on state information when a reconnection occurs, see
1175-Section\ \&21.8.11, \(lqControlling Automatic Reconnection Behavior\(rq\&.
1176+Section\ \&21.8.15, \(lqControlling Automatic Reconnection Behavior\(rq\&.
1177 .SH "COPYRIGHT"
1178 .br
1179 .PP
1180 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1181 .PP
1182-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
1183-.PP
1184-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
1185-.PP
1186-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
1187-.PP
1188-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
1189-.PP
1190-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
1191-.PP
1192-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
1193-.PP
1194-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
1195-.PP
1196-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
1197-.PP
1198-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
1199-.PP
1200-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
1201-.PP
1202-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
1203-\m[blue]\fBMySQL Contact & Questions\fR\m[].
1204-.PP
1205-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
1206-Preface and Legal Notices.
1207-.PP
1208-For help with using MySQL, please visit either the
1209-\m[blue]\fBMySQL Forums\fR\m[]
1210-or
1211-\m[blue]\fBMySQL Mailing Lists\fR\m[]
1212-where you can discuss your issues with other MySQL users.
1213-.PP
1214-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
1215-\m[blue]\fBMySQL Documentation Library\fR\m[].
1216+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
1217+.PP
1218+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1219+.PP
1220+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
1221 .sp
1222 .SH "SEE ALSO"
1223 For more information, please refer to the MySQL Reference Manual,
1224
1225=== modified file 'Percona-Server/man/mysql.server.1'
1226--- Percona-Server/man/mysql.server.1 2013-06-03 03:53:55 +0000
1227+++ Percona-Server/man/mysql.server.1 2013-10-22 14:49:41 +0000
1228@@ -2,12 +2,12 @@
1229 .\" Title: \fBmysql.server\fR
1230 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1231 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1232-.\" Date: 03/05/2013
1233+.\" Date: 09/09/2013
1234 .\" Manual: MySQL Database System
1235 .\" Source: MySQL 5.1
1236 .\" Language: English
1237 .\"
1238-.TH "\FBMYSQL\&.SERVER\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
1239+.TH "\FBMYSQL\&.SERVER\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
1240 .\" -----------------------------------------------------------------
1241 .\" * Define some portability stuff
1242 .\" -----------------------------------------------------------------
1243@@ -49,7 +49,7 @@
1244 /etc/init\&.d
1245 directory with the name
1246 mysql\&. You need not install it manually\&. See
1247-Section\ \&2.5.1, \(lqInstalling MySQL from RPM Packages on Linux\(rq, for more information on the Linux RPM packages\&.
1248+Section\ \&2.5.1, \(lqInstalling MySQL on Linux Using RPM Packages\(rq, for more information on the Linux RPM packages\&.
1249 .PP
1250 Some vendors provide RPM packages that install a startup script under a different name such as
1251 \fBmysqld\fR\&.
1252@@ -187,40 +187,11 @@
1253 .PP
1254 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1255 .PP
1256-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
1257-.PP
1258-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
1259-.PP
1260-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
1261-.PP
1262-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
1263-.PP
1264-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
1265-.PP
1266-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
1267-.PP
1268-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
1269-.PP
1270-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
1271-.PP
1272-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
1273-.PP
1274-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
1275-.PP
1276-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
1277-\m[blue]\fBMySQL Contact & Questions\fR\m[].
1278-.PP
1279-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
1280-Preface and Legal Notices.
1281-.PP
1282-For help with using MySQL, please visit either the
1283-\m[blue]\fBMySQL Forums\fR\m[]
1284-or
1285-\m[blue]\fBMySQL Mailing Lists\fR\m[]
1286-where you can discuss your issues with other MySQL users.
1287-.PP
1288-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
1289-\m[blue]\fBMySQL Documentation Library\fR\m[].
1290+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
1291+.PP
1292+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1293+.PP
1294+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
1295 .sp
1296 .SH "SEE ALSO"
1297 For more information, please refer to the MySQL Reference Manual,
1298
1299=== modified file 'Percona-Server/man/mysql_client_test.1'
1300--- Percona-Server/man/mysql_client_test.1 2013-06-03 03:53:55 +0000
1301+++ Percona-Server/man/mysql_client_test.1 2013-10-22 14:49:41 +0000
1302@@ -2,12 +2,12 @@
1303 .\" Title: \fBmysql_client_test\fR
1304 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1305 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1306-.\" Date: 03/05/2013
1307+.\" Date: 09/06/2013
1308 .\" Manual: MySQL Database System
1309 .\" Source: MySQL
1310 .\" Language: English
1311 .\"
1312-.TH "\FBMYSQL_CLIENT_TEST" "1" "03/05/2013" "MySQL" "MySQL Database System"
1313+.TH "\FBMYSQL_CLIENT_TEST" "1" "09/06/2013" "MySQL" "MySQL Database System"
1314 .\" -----------------------------------------------------------------
1315 .\" * Define some portability stuff
1316 .\" -----------------------------------------------------------------
1317@@ -337,41 +337,11 @@
1318 .PP
1319 Copyright \(co 2006, 2013, Oracle and/or its affiliates. All rights reserved.
1320 .PP
1321-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
1322-.PP
1323-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
1324-.PP
1325-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
1326-.PP
1327-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
1328-.PP
1329-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
1330-.PP
1331-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
1332-.PP
1333-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
1334-.PP
1335-This documentation is in prerelease status and is intended for demonstration and preliminary use only. It may not be specific to the hardware on which you are using the software. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to this documentation and will not be responsible for any loss, costs, or damages incurred due to the use of this documentation.
1336-.PP
1337-The information contained in this document is for informational sharing purposes only and should be considered in your capacity as a customer advisory board member or pursuant to your beta trial agreement only. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described in this document remains at the sole discretion of Oracle.
1338-.PP
1339-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
1340-.PP
1341-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
1342-.PP
1343-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
1344-.PP
1345-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
1346-\m[blue]\fBMySQL Contact & Questions\fR\m[].
1347-.PP
1348-For help with using MySQL, please visit either the
1349-\m[blue]\fBMySQL Forums\fR\m[]
1350-or
1351-\m[blue]\fBMySQL Mailing Lists\fR\m[]
1352-where you can discuss your issues with other MySQL users.
1353-.PP
1354-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
1355-\m[blue]\fBMySQL Documentation Library\fR\m[].
1356+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
1357+.PP
1358+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1359+.PP
1360+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
1361 .sp
1362 .SH "SEE ALSO"
1363 For more information, please refer to the MySQL Reference Manual,
1364
1365=== modified file 'Percona-Server/man/mysql_client_test_embedded.1'
1366--- Percona-Server/man/mysql_client_test_embedded.1 2013-06-03 03:53:55 +0000
1367+++ Percona-Server/man/mysql_client_test_embedded.1 2013-10-22 14:49:41 +0000
1368@@ -1,1 +1,1 @@
1369-.so mysql_client_test.1
1370+.so man-gpl-tmp2/mysql_client_test.1
1371
1372=== modified file 'Percona-Server/man/mysql_config.1'
1373--- Percona-Server/man/mysql_config.1 2013-06-03 03:53:55 +0000
1374+++ Percona-Server/man/mysql_config.1 2013-10-22 14:49:41 +0000
1375@@ -2,12 +2,12 @@
1376 .\" Title: \fBmysql_config\fR
1377 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1378 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1379-.\" Date: 03/05/2013
1380+.\" Date: 09/09/2013
1381 .\" Manual: MySQL Database System
1382 .\" Source: MySQL 5.1
1383 .\" Language: English
1384 .\"
1385-.TH "\FBMYSQL_CONFIG\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
1386+.TH "\FBMYSQL_CONFIG\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
1387 .\" -----------------------------------------------------------------
1388 .\" * Define some portability stuff
1389 .\" -----------------------------------------------------------------
1390@@ -29,14 +29,14 @@
1391 .\" -----------------------------------------------------------------
1392 .\" mysql_config
1393 .SH "NAME"
1394-mysql_config \- get compile options for compiling clients
1395+mysql_config \- display options for compiling clients
1396 .SH "SYNOPSIS"
1397 .HP \w'\fBmysql_config\ \fR\fB\fIoptions\fR\fR\ 'u
1398 \fBmysql_config \fR\fB\fIoptions\fR\fR
1399 .SH "DESCRIPTION"
1400 .PP
1401 \fBmysql_config\fR
1402-provides you with useful information for compiling your MySQL client and connecting it to MySQL\&.
1403+provides you with useful information for compiling your MySQL client and connecting it to MySQL\&. It is a shell script, so it is available only on Unix and Unix\-like systems\&.
1404 .PP
1405 \fBmysql_config\fR
1406 supports the following options\&.
1407@@ -197,14 +197,14 @@
1408 \-\-cflags [\-I/usr/local/mysql/include/mysql \-mcpu=pentiumpro]
1409 \-\-include [\-I/usr/local/mysql/include/mysql]
1410 \-\-libs [\-L/usr/local/mysql/lib/mysql \-lmysqlclient \-lz
1411- \-lcrypt \-lnsl \-lm \-L/usr/lib \-lssl \-lcrypto]
1412+ \-lz \-lcrypt \-lnsl \-lm]
1413 \-\-libs_r [\-L/usr/local/mysql/lib/mysql \-lmysqlclient_r
1414- \-lpthread \-lz \-lcrypt \-lnsl \-lm \-lpthread]
1415+ \-lz \-lpthread \-lcrypt \-lnsl \-lm \-lpthread]
1416 \-\-socket [/tmp/mysql\&.sock]
1417 \-\-port [3306]
1418- \-\-version [4\&.0\&.16]
1419- \-\-libmysqld\-libs [\-L/usr/local/mysql/lib/mysql \-lmysqld \-lpthread \-lz
1420- \-lcrypt \-lnsl \-lm \-lpthread \-lrt]
1421+ \-\-version [5\&.1\&.69]
1422+ \-\-libmysqld\-libs [\-L/usr/local/mysql/lib/mysql \-lmysqld \-ldl
1423+ \-lz \-lpthread \-lcrypt \-lnsl \-lm \-lpthread \-lrt]
1424 .fi
1425 .if n \{\
1426 .RE
1427@@ -212,7 +212,7 @@
1428 .PP
1429 You can use
1430 \fBmysql_config\fR
1431-within a command line to include the value that it displays for a particular option\&. For example, to compile a MySQL client program, use
1432+within a command line using backticks to include the output that it produces for a particular option\&. For example, to compile and link a MySQL client program, use
1433 \fBmysql_config\fR
1434 as follows:
1435 .sp
1436@@ -220,55 +220,22 @@
1437 .RS 4
1438 .\}
1439 .nf
1440-shell> \fBCFG=/usr/local/mysql/bin/mysql_config\fR
1441-shell> \fBsh \-c "gcc \-o progname `$CFG \-\-include` progname\&.c `$CFG \-\-libs`"\fR
1442+shell> \fBgcc \-c `mysql_config \-\-cflags` progname\&.c\fR
1443+shell> \fBgcc \-o progname progname\&.o `mysql_config \-\-libs`\fR
1444 .fi
1445 .if n \{\
1446 .RE
1447 .\}
1448-.PP
1449-When you use
1450-\fBmysql_config\fR
1451-this way, be sure to invoke it within backtick (\(lq`\(rq) characters\&. That tells the shell to execute it and substitute its output into the surrounding command\&.
1452 .SH "COPYRIGHT"
1453 .br
1454 .PP
1455 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1456 .PP
1457-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
1458-.PP
1459-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
1460-.PP
1461-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
1462-.PP
1463-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
1464-.PP
1465-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
1466-.PP
1467-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
1468-.PP
1469-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
1470-.PP
1471-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
1472-.PP
1473-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
1474-.PP
1475-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
1476-.PP
1477-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
1478-\m[blue]\fBMySQL Contact & Questions\fR\m[].
1479-.PP
1480-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
1481-Preface and Legal Notices.
1482-.PP
1483-For help with using MySQL, please visit either the
1484-\m[blue]\fBMySQL Forums\fR\m[]
1485-or
1486-\m[blue]\fBMySQL Mailing Lists\fR\m[]
1487-where you can discuss your issues with other MySQL users.
1488-.PP
1489-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
1490-\m[blue]\fBMySQL Documentation Library\fR\m[].
1491+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
1492+.PP
1493+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1494+.PP
1495+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
1496 .sp
1497 .SH "SEE ALSO"
1498 For more information, please refer to the MySQL Reference Manual,
1499
1500=== modified file 'Percona-Server/man/mysql_convert_table_format.1'
1501--- Percona-Server/man/mysql_convert_table_format.1 2013-06-03 03:53:55 +0000
1502+++ Percona-Server/man/mysql_convert_table_format.1 2013-10-22 14:49:41 +0000
1503@@ -2,12 +2,12 @@
1504 .\" Title: \fBmysql_convert_table_format\fR
1505 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1506 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1507-.\" Date: 03/05/2013
1508+.\" Date: 09/09/2013
1509 .\" Manual: MySQL Database System
1510 .\" Source: MySQL 5.1
1511 .\" Language: English
1512 .\"
1513-.TH "\FBMYSQL_CONVERT_TAB" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
1514+.TH "\FBMYSQL_CONVERT_TAB" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
1515 .\" -----------------------------------------------------------------
1516 .\" * Define some portability stuff
1517 .\" -----------------------------------------------------------------
1518@@ -227,40 +227,11 @@
1519 .PP
1520 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1521 .PP
1522-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
1523-.PP
1524-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
1525-.PP
1526-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
1527-.PP
1528-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
1529-.PP
1530-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
1531-.PP
1532-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
1533-.PP
1534-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
1535-.PP
1536-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
1537-.PP
1538-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
1539-.PP
1540-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
1541-.PP
1542-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
1543-\m[blue]\fBMySQL Contact & Questions\fR\m[].
1544-.PP
1545-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
1546-Preface and Legal Notices.
1547-.PP
1548-For help with using MySQL, please visit either the
1549-\m[blue]\fBMySQL Forums\fR\m[]
1550-or
1551-\m[blue]\fBMySQL Mailing Lists\fR\m[]
1552-where you can discuss your issues with other MySQL users.
1553-.PP
1554-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
1555-\m[blue]\fBMySQL Documentation Library\fR\m[].
1556+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
1557+.PP
1558+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1559+.PP
1560+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
1561 .sp
1562 .SH "SEE ALSO"
1563 For more information, please refer to the MySQL Reference Manual,
1564
1565=== modified file 'Percona-Server/man/mysql_find_rows.1'
1566--- Percona-Server/man/mysql_find_rows.1 2013-06-03 03:53:55 +0000
1567+++ Percona-Server/man/mysql_find_rows.1 2013-10-22 14:49:41 +0000
1568@@ -2,12 +2,12 @@
1569 .\" Title: \fBmysql_find_rows\fR
1570 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1571 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1572-.\" Date: 03/05/2013
1573+.\" Date: 09/09/2013
1574 .\" Manual: MySQL Database System
1575 .\" Source: MySQL 5.1
1576 .\" Language: English
1577 .\"
1578-.TH "\FBMYSQL_FIND_ROWS\F" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
1579+.TH "\FBMYSQL_FIND_ROWS\F" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
1580 .\" -----------------------------------------------------------------
1581 .\" * Define some portability stuff
1582 .\" -----------------------------------------------------------------
1583@@ -162,40 +162,11 @@
1584 .PP
1585 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1586 .PP
1587-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
1588-.PP
1589-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
1590-.PP
1591-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
1592-.PP
1593-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
1594-.PP
1595-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
1596-.PP
1597-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
1598-.PP
1599-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
1600-.PP
1601-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
1602-.PP
1603-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
1604-.PP
1605-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
1606-.PP
1607-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
1608-\m[blue]\fBMySQL Contact & Questions\fR\m[].
1609-.PP
1610-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
1611-Preface and Legal Notices.
1612-.PP
1613-For help with using MySQL, please visit either the
1614-\m[blue]\fBMySQL Forums\fR\m[]
1615-or
1616-\m[blue]\fBMySQL Mailing Lists\fR\m[]
1617-where you can discuss your issues with other MySQL users.
1618-.PP
1619-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
1620-\m[blue]\fBMySQL Documentation Library\fR\m[].
1621+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
1622+.PP
1623+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1624+.PP
1625+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
1626 .sp
1627 .SH "SEE ALSO"
1628 For more information, please refer to the MySQL Reference Manual,
1629
1630=== modified file 'Percona-Server/man/mysql_fix_extensions.1'
1631--- Percona-Server/man/mysql_fix_extensions.1 2013-06-03 03:53:55 +0000
1632+++ Percona-Server/man/mysql_fix_extensions.1 2013-10-22 14:49:41 +0000
1633@@ -2,12 +2,12 @@
1634 .\" Title: \fBmysql_fix_extensions\fR
1635 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1636 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1637-.\" Date: 03/05/2013
1638+.\" Date: 09/09/2013
1639 .\" Manual: MySQL Database System
1640 .\" Source: MySQL 5.1
1641 .\" Language: English
1642 .\"
1643-.TH "\FBMYSQL_FIX_EXTENSI" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
1644+.TH "\FBMYSQL_FIX_EXTENSI" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
1645 .\" -----------------------------------------------------------------
1646 .\" * Define some portability stuff
1647 .\" -----------------------------------------------------------------
1648@@ -72,40 +72,11 @@
1649 .PP
1650 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1651 .PP
1652-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
1653-.PP
1654-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
1655-.PP
1656-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
1657-.PP
1658-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
1659-.PP
1660-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
1661-.PP
1662-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
1663-.PP
1664-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
1665-.PP
1666-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
1667-.PP
1668-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
1669-.PP
1670-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
1671-.PP
1672-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
1673-\m[blue]\fBMySQL Contact & Questions\fR\m[].
1674-.PP
1675-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
1676-Preface and Legal Notices.
1677-.PP
1678-For help with using MySQL, please visit either the
1679-\m[blue]\fBMySQL Forums\fR\m[]
1680-or
1681-\m[blue]\fBMySQL Mailing Lists\fR\m[]
1682-where you can discuss your issues with other MySQL users.
1683-.PP
1684-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
1685-\m[blue]\fBMySQL Documentation Library\fR\m[].
1686+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
1687+.PP
1688+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1689+.PP
1690+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
1691 .sp
1692 .SH "SEE ALSO"
1693 For more information, please refer to the MySQL Reference Manual,
1694
1695=== modified file 'Percona-Server/man/mysql_fix_privilege_tables.1'
1696--- Percona-Server/man/mysql_fix_privilege_tables.1 2013-06-03 03:53:55 +0000
1697+++ Percona-Server/man/mysql_fix_privilege_tables.1 2013-10-22 14:49:41 +0000
1698@@ -2,12 +2,12 @@
1699 .\" Title: \fBmysql_fix_privilege_tables\fR
1700 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1701 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1702-.\" Date: 03/05/2013
1703+.\" Date: 09/09/2013
1704 .\" Manual: MySQL Database System
1705 .\" Source: MySQL 5.1
1706 .\" Language: English
1707 .\"
1708-.TH "\FBMYSQL_FIX_PRIVILE" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
1709+.TH "\FBMYSQL_FIX_PRIVILE" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
1710 .\" -----------------------------------------------------------------
1711 .\" * Define some portability stuff
1712 .\" -----------------------------------------------------------------
1713@@ -170,40 +170,11 @@
1714 .PP
1715 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1716 .PP
1717-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
1718-.PP
1719-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
1720-.PP
1721-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
1722-.PP
1723-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
1724-.PP
1725-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
1726-.PP
1727-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
1728-.PP
1729-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
1730-.PP
1731-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
1732-.PP
1733-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
1734-.PP
1735-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
1736-.PP
1737-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
1738-\m[blue]\fBMySQL Contact & Questions\fR\m[].
1739-.PP
1740-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
1741-Preface and Legal Notices.
1742-.PP
1743-For help with using MySQL, please visit either the
1744-\m[blue]\fBMySQL Forums\fR\m[]
1745-or
1746-\m[blue]\fBMySQL Mailing Lists\fR\m[]
1747-where you can discuss your issues with other MySQL users.
1748-.PP
1749-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
1750-\m[blue]\fBMySQL Documentation Library\fR\m[].
1751+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
1752+.PP
1753+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1754+.PP
1755+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
1756 .sp
1757 .SH "SEE ALSO"
1758 For more information, please refer to the MySQL Reference Manual,
1759
1760=== modified file 'Percona-Server/man/mysql_install_db.1'
1761--- Percona-Server/man/mysql_install_db.1 2013-06-03 03:53:55 +0000
1762+++ Percona-Server/man/mysql_install_db.1 2013-10-22 14:49:41 +0000
1763@@ -2,12 +2,12 @@
1764 .\" Title: \fBmysql_install_db\fR
1765 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1766 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1767-.\" Date: 03/05/2013
1768+.\" Date: 09/09/2013
1769 .\" Manual: MySQL Database System
1770 .\" Source: MySQL 5.1
1771 .\" Language: English
1772 .\"
1773-.TH "\FBMYSQL_INSTALL_DB\" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
1774+.TH "\FBMYSQL_INSTALL_DB\" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
1775 .\" -----------------------------------------------------------------
1776 .\" * Define some portability stuff
1777 .\" -----------------------------------------------------------------
1778@@ -296,40 +296,11 @@
1779 .PP
1780 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1781 .PP
1782-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
1783-.PP
1784-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
1785-.PP
1786-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
1787-.PP
1788-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
1789-.PP
1790-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
1791-.PP
1792-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
1793-.PP
1794-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
1795-.PP
1796-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
1797-.PP
1798-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
1799-.PP
1800-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
1801-.PP
1802-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
1803-\m[blue]\fBMySQL Contact & Questions\fR\m[].
1804-.PP
1805-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
1806-Preface and Legal Notices.
1807-.PP
1808-For help with using MySQL, please visit either the
1809-\m[blue]\fBMySQL Forums\fR\m[]
1810-or
1811-\m[blue]\fBMySQL Mailing Lists\fR\m[]
1812-where you can discuss your issues with other MySQL users.
1813-.PP
1814-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
1815-\m[blue]\fBMySQL Documentation Library\fR\m[].
1816+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
1817+.PP
1818+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1819+.PP
1820+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
1821 .sp
1822 .SH "SEE ALSO"
1823 For more information, please refer to the MySQL Reference Manual,
1824
1825=== modified file 'Percona-Server/man/mysql_secure_installation.1'
1826--- Percona-Server/man/mysql_secure_installation.1 2013-06-03 03:53:55 +0000
1827+++ Percona-Server/man/mysql_secure_installation.1 2013-10-22 14:49:41 +0000
1828@@ -2,12 +2,12 @@
1829 .\" Title: \fBmysql_secure_installation\fR
1830 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1831 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1832-.\" Date: 03/05/2013
1833+.\" Date: 09/09/2013
1834 .\" Manual: MySQL Database System
1835 .\" Source: MySQL 5.1
1836 .\" Language: English
1837 .\"
1838-.TH "\FBMYSQL_SECURE_INST" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
1839+.TH "\FBMYSQL_SECURE_INST" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
1840 .\" -----------------------------------------------------------------
1841 .\" * Define some portability stuff
1842 .\" -----------------------------------------------------------------
1843@@ -107,48 +107,16 @@
1844 .\}
1845 .PP
1846 The script will prompt you to determine which actions to perform\&.
1847-.PP
1848-\fBmysql_secure_installation\fR
1849-is not available on Windows\&.
1850 .SH "COPYRIGHT"
1851 .br
1852 .PP
1853 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1854 .PP
1855-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
1856-.PP
1857-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
1858-.PP
1859-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
1860-.PP
1861-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
1862-.PP
1863-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
1864-.PP
1865-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
1866-.PP
1867-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
1868-.PP
1869-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
1870-.PP
1871-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
1872-.PP
1873-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
1874-.PP
1875-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
1876-\m[blue]\fBMySQL Contact & Questions\fR\m[].
1877-.PP
1878-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
1879-Preface and Legal Notices.
1880-.PP
1881-For help with using MySQL, please visit either the
1882-\m[blue]\fBMySQL Forums\fR\m[]
1883-or
1884-\m[blue]\fBMySQL Mailing Lists\fR\m[]
1885-where you can discuss your issues with other MySQL users.
1886-.PP
1887-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
1888-\m[blue]\fBMySQL Documentation Library\fR\m[].
1889+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
1890+.PP
1891+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1892+.PP
1893+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
1894 .sp
1895 .SH "SEE ALSO"
1896 For more information, please refer to the MySQL Reference Manual,
1897
1898=== modified file 'Percona-Server/man/mysql_setpermission.1'
1899--- Percona-Server/man/mysql_setpermission.1 2013-06-03 03:53:55 +0000
1900+++ Percona-Server/man/mysql_setpermission.1 2013-10-22 14:49:41 +0000
1901@@ -2,12 +2,12 @@
1902 .\" Title: \fBmysql_setpermission\fR
1903 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1904 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1905-.\" Date: 03/05/2013
1906+.\" Date: 09/09/2013
1907 .\" Manual: MySQL Database System
1908 .\" Source: MySQL 5.1
1909 .\" Language: English
1910 .\"
1911-.TH "\FBMYSQL_SETPERMISSI" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
1912+.TH "\FBMYSQL_SETPERMISSI" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
1913 .\" -----------------------------------------------------------------
1914 .\" * Define some portability stuff
1915 .\" -----------------------------------------------------------------
1916@@ -174,40 +174,11 @@
1917 .PP
1918 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1919 .PP
1920-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
1921-.PP
1922-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
1923-.PP
1924-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
1925-.PP
1926-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
1927-.PP
1928-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
1929-.PP
1930-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
1931-.PP
1932-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
1933-.PP
1934-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
1935-.PP
1936-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
1937-.PP
1938-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
1939-.PP
1940-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
1941-\m[blue]\fBMySQL Contact & Questions\fR\m[].
1942-.PP
1943-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
1944-Preface and Legal Notices.
1945-.PP
1946-For help with using MySQL, please visit either the
1947-\m[blue]\fBMySQL Forums\fR\m[]
1948-or
1949-\m[blue]\fBMySQL Mailing Lists\fR\m[]
1950-where you can discuss your issues with other MySQL users.
1951-.PP
1952-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
1953-\m[blue]\fBMySQL Documentation Library\fR\m[].
1954+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
1955+.PP
1956+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
1957+.PP
1958+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
1959 .sp
1960 .SH "SEE ALSO"
1961 For more information, please refer to the MySQL Reference Manual,
1962
1963=== modified file 'Percona-Server/man/mysql_tzinfo_to_sql.1'
1964--- Percona-Server/man/mysql_tzinfo_to_sql.1 2013-06-03 03:53:55 +0000
1965+++ Percona-Server/man/mysql_tzinfo_to_sql.1 2013-10-22 14:49:41 +0000
1966@@ -2,12 +2,12 @@
1967 .\" Title: \fBmysql_tzinfo_to_sql\fR
1968 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
1969 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
1970-.\" Date: 03/05/2013
1971+.\" Date: 09/09/2013
1972 .\" Manual: MySQL Database System
1973 .\" Source: MySQL 5.1
1974 .\" Language: English
1975 .\"
1976-.TH "\FBMYSQL_TZINFO_TO_S" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
1977+.TH "\FBMYSQL_TZINFO_TO_S" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
1978 .\" -----------------------------------------------------------------
1979 .\" * Define some portability stuff
1980 .\" -----------------------------------------------------------------
1981@@ -124,40 +124,11 @@
1982 .PP
1983 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1984 .PP
1985-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
1986-.PP
1987-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
1988-.PP
1989-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
1990-.PP
1991-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
1992-.PP
1993-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
1994-.PP
1995-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
1996-.PP
1997-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
1998-.PP
1999-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
2000-.PP
2001-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
2002-.PP
2003-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
2004-.PP
2005-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
2006-\m[blue]\fBMySQL Contact & Questions\fR\m[].
2007-.PP
2008-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
2009-Preface and Legal Notices.
2010-.PP
2011-For help with using MySQL, please visit either the
2012-\m[blue]\fBMySQL Forums\fR\m[]
2013-or
2014-\m[blue]\fBMySQL Mailing Lists\fR\m[]
2015-where you can discuss your issues with other MySQL users.
2016-.PP
2017-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
2018-\m[blue]\fBMySQL Documentation Library\fR\m[].
2019+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
2020+.PP
2021+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
2022+.PP
2023+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
2024 .sp
2025 .SH "SEE ALSO"
2026 For more information, please refer to the MySQL Reference Manual,
2027
2028=== modified file 'Percona-Server/man/mysql_upgrade.1'
2029--- Percona-Server/man/mysql_upgrade.1 2013-06-03 03:53:55 +0000
2030+++ Percona-Server/man/mysql_upgrade.1 2013-10-22 14:49:41 +0000
2031@@ -2,12 +2,12 @@
2032 .\" Title: \fBmysql_upgrade\fR
2033 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2034 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2035-.\" Date: 03/05/2013
2036+.\" Date: 09/09/2013
2037 .\" Manual: MySQL Database System
2038 .\" Source: MySQL 5.1
2039 .\" Language: English
2040 .\"
2041-.TH "\FBMYSQL_UPGRADE\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
2042+.TH "\FBMYSQL_UPGRADE\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
2043 .\" -----------------------------------------------------------------
2044 .\" * Define some portability stuff
2045 .\" -----------------------------------------------------------------
2046@@ -216,7 +216,7 @@
2047 \fBmysql_upgrade\fR
2048 is included in the server RPM but requires the client RPM because the latter includes
2049 \fBmysqlcheck\fR\&. (See
2050-Section\ \&2.5.1, \(lqInstalling MySQL from RPM Packages on Linux\(rq\&.)
2051+Section\ \&2.5.1, \(lqInstalling MySQL on Linux Using RPM Packages\(rq\&.)
2052 .PP
2053 In MySQL 5\&.1\&.7,
2054 \fBmysql_upgrade \fR
2055@@ -410,40 +410,11 @@
2056 .PP
2057 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2058 .PP
2059-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
2060-.PP
2061-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
2062-.PP
2063-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
2064-.PP
2065-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
2066-.PP
2067-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
2068-.PP
2069-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
2070-.PP
2071-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
2072-.PP
2073-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
2074-.PP
2075-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
2076-.PP
2077-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
2078-.PP
2079-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
2080-\m[blue]\fBMySQL Contact & Questions\fR\m[].
2081-.PP
2082-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
2083-Preface and Legal Notices.
2084-.PP
2085-For help with using MySQL, please visit either the
2086-\m[blue]\fBMySQL Forums\fR\m[]
2087-or
2088-\m[blue]\fBMySQL Mailing Lists\fR\m[]
2089-where you can discuss your issues with other MySQL users.
2090-.PP
2091-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
2092-\m[blue]\fBMySQL Documentation Library\fR\m[].
2093+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
2094+.PP
2095+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
2096+.PP
2097+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
2098 .sp
2099 .SH "SEE ALSO"
2100 For more information, please refer to the MySQL Reference Manual,
2101
2102=== modified file 'Percona-Server/man/mysql_waitpid.1'
2103--- Percona-Server/man/mysql_waitpid.1 2013-06-03 03:53:55 +0000
2104+++ Percona-Server/man/mysql_waitpid.1 2013-10-22 14:49:41 +0000
2105@@ -2,12 +2,12 @@
2106 .\" Title: \fBmysql_waitpid\fR
2107 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2108 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2109-.\" Date: 03/05/2013
2110+.\" Date: 09/09/2013
2111 .\" Manual: MySQL Database System
2112 .\" Source: MySQL 5.1
2113 .\" Language: English
2114 .\"
2115-.TH "\FBMYSQL_WAITPID\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
2116+.TH "\FBMYSQL_WAITPID\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
2117 .\" -----------------------------------------------------------------
2118 .\" * Define some portability stuff
2119 .\" -----------------------------------------------------------------
2120@@ -131,40 +131,11 @@
2121 .PP
2122 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2123 .PP
2124-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
2125-.PP
2126-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
2127-.PP
2128-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
2129-.PP
2130-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
2131-.PP
2132-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
2133-.PP
2134-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
2135-.PP
2136-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
2137-.PP
2138-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
2139-.PP
2140-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
2141-.PP
2142-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
2143-.PP
2144-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
2145-\m[blue]\fBMySQL Contact & Questions\fR\m[].
2146-.PP
2147-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
2148-Preface and Legal Notices.
2149-.PP
2150-For help with using MySQL, please visit either the
2151-\m[blue]\fBMySQL Forums\fR\m[]
2152-or
2153-\m[blue]\fBMySQL Mailing Lists\fR\m[]
2154-where you can discuss your issues with other MySQL users.
2155-.PP
2156-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
2157-\m[blue]\fBMySQL Documentation Library\fR\m[].
2158+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
2159+.PP
2160+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
2161+.PP
2162+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
2163 .sp
2164 .SH "SEE ALSO"
2165 For more information, please refer to the MySQL Reference Manual,
2166
2167=== modified file 'Percona-Server/man/mysql_zap.1'
2168--- Percona-Server/man/mysql_zap.1 2013-06-03 03:53:55 +0000
2169+++ Percona-Server/man/mysql_zap.1 2013-10-22 14:49:41 +0000
2170@@ -2,12 +2,12 @@
2171 .\" Title: \fBmysql_zap\fR
2172 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2173 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2174-.\" Date: 03/05/2013
2175+.\" Date: 09/09/2013
2176 .\" Manual: MySQL Database System
2177 .\" Source: MySQL 5.1
2178 .\" Language: English
2179 .\"
2180-.TH "\FBMYSQL_ZAP\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
2181+.TH "\FBMYSQL_ZAP\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
2182 .\" -----------------------------------------------------------------
2183 .\" * Define some portability stuff
2184 .\" -----------------------------------------------------------------
2185@@ -127,40 +127,11 @@
2186 .PP
2187 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2188 .PP
2189-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
2190-.PP
2191-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
2192-.PP
2193-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
2194-.PP
2195-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
2196-.PP
2197-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
2198-.PP
2199-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
2200-.PP
2201-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
2202-.PP
2203-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
2204-.PP
2205-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
2206-.PP
2207-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
2208-.PP
2209-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
2210-\m[blue]\fBMySQL Contact & Questions\fR\m[].
2211-.PP
2212-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
2213-Preface and Legal Notices.
2214-.PP
2215-For help with using MySQL, please visit either the
2216-\m[blue]\fBMySQL Forums\fR\m[]
2217-or
2218-\m[blue]\fBMySQL Mailing Lists\fR\m[]
2219-where you can discuss your issues with other MySQL users.
2220-.PP
2221-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
2222-\m[blue]\fBMySQL Documentation Library\fR\m[].
2223+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
2224+.PP
2225+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
2226+.PP
2227+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
2228 .sp
2229 .SH "SEE ALSO"
2230 For more information, please refer to the MySQL Reference Manual,
2231
2232=== modified file 'Percona-Server/man/mysqlaccess.1'
2233--- Percona-Server/man/mysqlaccess.1 2013-06-03 03:53:55 +0000
2234+++ Percona-Server/man/mysqlaccess.1 2013-10-22 14:49:41 +0000
2235@@ -2,12 +2,12 @@
2236 .\" Title: \fBmysqlaccess\fR
2237 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2238 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2239-.\" Date: 03/05/2013
2240+.\" Date: 09/09/2013
2241 .\" Manual: MySQL Database System
2242 .\" Source: MySQL 5.1
2243 .\" Language: English
2244 .\"
2245-.TH "\FBMYSQLACCESS\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
2246+.TH "\FBMYSQLACCESS\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
2247 .\" -----------------------------------------------------------------
2248 .\" * Define some portability stuff
2249 .\" -----------------------------------------------------------------
2250@@ -434,40 +434,11 @@
2251 .PP
2252 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2253 .PP
2254-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
2255-.PP
2256-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
2257-.PP
2258-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
2259-.PP
2260-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
2261-.PP
2262-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
2263-.PP
2264-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
2265-.PP
2266-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
2267-.PP
2268-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
2269-.PP
2270-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
2271-.PP
2272-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
2273-.PP
2274-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
2275-\m[blue]\fBMySQL Contact & Questions\fR\m[].
2276-.PP
2277-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
2278-Preface and Legal Notices.
2279-.PP
2280-For help with using MySQL, please visit either the
2281-\m[blue]\fBMySQL Forums\fR\m[]
2282-or
2283-\m[blue]\fBMySQL Mailing Lists\fR\m[]
2284-where you can discuss your issues with other MySQL users.
2285-.PP
2286-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
2287-\m[blue]\fBMySQL Documentation Library\fR\m[].
2288+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
2289+.PP
2290+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
2291+.PP
2292+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
2293 .sp
2294 .SH "SEE ALSO"
2295 For more information, please refer to the MySQL Reference Manual,
2296
2297=== modified file 'Percona-Server/man/mysqladmin.1'
2298--- Percona-Server/man/mysqladmin.1 2013-06-03 03:53:55 +0000
2299+++ Percona-Server/man/mysqladmin.1 2013-10-22 14:49:41 +0000
2300@@ -2,12 +2,12 @@
2301 .\" Title: \fBmysqladmin\fR
2302 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2303 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2304-.\" Date: 03/05/2013
2305+.\" Date: 09/09/2013
2306 .\" Manual: MySQL Database System
2307 .\" Source: MySQL 5.1
2308 .\" Language: English
2309 .\"
2310-.TH "\FBMYSQLADMIN\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
2311+.TH "\FBMYSQLADMIN\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
2312 .\" -----------------------------------------------------------------
2313 .\" * Define some portability stuff
2314 .\" -----------------------------------------------------------------
2315@@ -81,7 +81,7 @@
2316 .\}
2317 debug
2318 .sp
2319-Tell the server to write debug information to the error log\&.
2320+Tell the server to write debug information to the error log\&. Format and content of this information is subject to change\&.
2321 .sp
2322 Beginning with MySQL 5\&.1\&.12, this includes information about the Event Scheduler\&. See
2323 Section\ \&19.4.5, \(lqEvent Scheduler Status\(rq\&.
2324@@ -1102,40 +1102,11 @@
2325 .PP
2326 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2327 .PP
2328-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
2329-.PP
2330-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
2331-.PP
2332-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
2333-.PP
2334-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
2335-.PP
2336-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
2337-.PP
2338-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
2339-.PP
2340-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
2341-.PP
2342-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
2343-.PP
2344-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
2345-.PP
2346-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
2347-.PP
2348-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
2349-\m[blue]\fBMySQL Contact & Questions\fR\m[].
2350-.PP
2351-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
2352-Preface and Legal Notices.
2353-.PP
2354-For help with using MySQL, please visit either the
2355-\m[blue]\fBMySQL Forums\fR\m[]
2356-or
2357-\m[blue]\fBMySQL Mailing Lists\fR\m[]
2358-where you can discuss your issues with other MySQL users.
2359-.PP
2360-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
2361-\m[blue]\fBMySQL Documentation Library\fR\m[].
2362+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
2363+.PP
2364+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
2365+.PP
2366+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
2367 .sp
2368 .SH "SEE ALSO"
2369 For more information, please refer to the MySQL Reference Manual,
2370
2371=== modified file 'Percona-Server/man/mysqlbinlog.1'
2372--- Percona-Server/man/mysqlbinlog.1 2013-06-03 03:53:55 +0000
2373+++ Percona-Server/man/mysqlbinlog.1 2013-10-22 14:49:41 +0000
2374@@ -2,12 +2,12 @@
2375 .\" Title: \fBmysqlbinlog\fR
2376 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2377 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2378-.\" Date: 03/05/2013
2379+.\" Date: 09/09/2013
2380 .\" Manual: MySQL Database System
2381 .\" Source: MySQL 5.1
2382 .\" Language: English
2383 .\"
2384-.TH "\FBMYSQLBINLOG\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
2385+.TH "\FBMYSQLBINLOG\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
2386 .\" -----------------------------------------------------------------
2387 .\" * Define some portability stuff
2388 .\" -----------------------------------------------------------------
2389@@ -1076,6 +1076,10 @@
2390 \fB\-V\fR
2391 .sp
2392 Display version information and exit\&.
2393+.sp
2394+In MySQL 5\&.1, the version number shown for
2395+\fBmysqlbinlog\fR
2396+is always 3\&.3\&.
2397 .RE
2398 .PP
2399 You can also set the following variable by using
2400@@ -1737,21 +1741,21 @@
2401 shell> \fBmysqlbinlog \fR\fB\fIlog_file\fR\fR
2402 \&.\&.\&.
2403 # at 218
2404-#080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F
2405+#080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F
2406 BINLOG \*(Aq
2407 fAS3SBMBAAAALAAAANoAAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=
2408 fAS3SBcBAAAAKAAAAAIBAAAQABEAAAAAAAEAA//8AQAAAAVhcHBsZQ==
2409 \*(Aq/*!*/;
2410 \&.\&.\&.
2411 # at 302
2412-#080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F
2413+#080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F
2414 BINLOG \*(Aq
2415 fAS3SBMBAAAALAAAAC4BAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=
2416 fAS3SBgBAAAANgAAAGQBAAAQABEAAAAAAAEAA////AEAAAAFYXBwbGX4AQAAAARwZWFyIbIP
2417 \*(Aq/*!*/;
2418 \&.\&.\&.
2419 # at 400
2420-#080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F
2421+#080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F
2422 BINLOG \*(Aq
2423 fAS3SBMBAAAALAAAAJABAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=
2424 fAS3SBkBAAAAKgAAALoBAAAQABEAAAAAAAEAA//4AQAAAARwZWFyIbIP
2425@@ -1779,7 +1783,7 @@
2426 shell> \fBmysqlbinlog \-v \fR\fB\fIlog_file\fR\fR
2427 \&.\&.\&.
2428 # at 218
2429-#080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F
2430+#080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F
2431 BINLOG \*(Aq
2432 fAS3SBMBAAAALAAAANoAAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=
2433 fAS3SBcBAAAAKAAAAAIBAAAQABEAAAAAAAEAA//8AQAAAAVhcHBsZQ==
2434@@ -1791,7 +1795,7 @@
2435 ### @3=NULL
2436 \&.\&.\&.
2437 # at 302
2438-#080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F
2439+#080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F
2440 BINLOG \*(Aq
2441 fAS3SBMBAAAALAAAAC4BAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=
2442 fAS3SBgBAAAANgAAAGQBAAAQABEAAAAAAAEAA////AEAAAAFYXBwbGX4AQAAAARwZWFyIbIP
2443@@ -1807,7 +1811,7 @@
2444 ### @3=\*(Aq2009:01:01\*(Aq
2445 \&.\&.\&.
2446 # at 400
2447-#080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F
2448+#080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F
2449 BINLOG \*(Aq
2450 fAS3SBMBAAAALAAAAJABAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=
2451 fAS3SBkBAAAAKgAAALoBAAAQABEAAAAAAAEAA//4AQAAAARwZWFyIbIP
2452@@ -1835,7 +1839,7 @@
2453 shell> \fBmysqlbinlog \-vv \fR\fB\fIlog_file\fR\fR
2454 \&.\&.\&.
2455 # at 218
2456-#080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F
2457+#080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F
2458 BINLOG \*(Aq
2459 fAS3SBMBAAAALAAAANoAAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=
2460 fAS3SBcBAAAAKAAAAAIBAAAQABEAAAAAAAEAA//8AQAAAAVhcHBsZQ==
2461@@ -1847,7 +1851,7 @@
2462 ### @3=NULL /* VARSTRING(20) meta=0 nullable=1 is_null=1 */
2463 \&.\&.\&.
2464 # at 302
2465-#080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F
2466+#080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F
2467 BINLOG \*(Aq
2468 fAS3SBMBAAAALAAAAC4BAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=
2469 fAS3SBgBAAAANgAAAGQBAAAQABEAAAAAAAEAA////AEAAAAFYXBwbGX4AQAAAARwZWFyIbIP
2470@@ -1863,7 +1867,7 @@
2471 ### @3=\*(Aq2009:01:01\*(Aq /* DATE meta=0 nullable=1 is_null=0 */
2472 \&.\&.\&.
2473 # at 400
2474-#080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F
2475+#080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F
2476 BINLOG \*(Aq
2477 fAS3SBMBAAAALAAAAJABAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=
2478 fAS3SBkBAAAAKgAAALoBAAAQABEAAAAAAAEAA//4AQAAAARwZWFyIbIP
2479@@ -1899,7 +1903,7 @@
2480 shell> \fBmysqlbinlog \-v \-\-base64\-output=DECODE\-ROWS \fR\fB\fIlog_file\fR\fR
2481 \&.\&.\&.
2482 # at 218
2483-#080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F
2484+#080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F
2485 ### INSERT INTO test\&.t
2486 ### SET
2487 ### @1=1
2488@@ -1907,7 +1911,7 @@
2489 ### @3=NULL
2490 \&.\&.\&.
2491 # at 302
2492-#080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F
2493+#080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F
2494 ### UPDATE test\&.t
2495 ### WHERE
2496 ### @1=1
2497@@ -1919,7 +1923,7 @@
2498 ### @3=\*(Aq2009:01:01\*(Aq
2499 \&.\&.\&.
2500 # at 400
2501-#080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F
2502+#080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F
2503 ### DELETE FROM test\&.t
2504 ### WHERE
2505 ### @1=1
2506@@ -2063,40 +2067,11 @@
2507 .PP
2508 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2509 .PP
2510-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
2511-.PP
2512-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
2513-.PP
2514-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
2515-.PP
2516-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
2517-.PP
2518-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
2519-.PP
2520-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
2521-.PP
2522-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
2523-.PP
2524-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
2525-.PP
2526-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
2527-.PP
2528-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
2529-.PP
2530-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
2531-\m[blue]\fBMySQL Contact & Questions\fR\m[].
2532-.PP
2533-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
2534-Preface and Legal Notices.
2535-.PP
2536-For help with using MySQL, please visit either the
2537-\m[blue]\fBMySQL Forums\fR\m[]
2538-or
2539-\m[blue]\fBMySQL Mailing Lists\fR\m[]
2540-where you can discuss your issues with other MySQL users.
2541-.PP
2542-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
2543-\m[blue]\fBMySQL Documentation Library\fR\m[].
2544+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
2545+.PP
2546+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
2547+.PP
2548+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
2549 .sp
2550 .SH "NOTES"
2551 .IP " 1." 4
2552
2553=== modified file 'Percona-Server/man/mysqlbug.1'
2554--- Percona-Server/man/mysqlbug.1 2013-06-03 03:53:55 +0000
2555+++ Percona-Server/man/mysqlbug.1 2013-10-22 14:49:41 +0000
2556@@ -2,12 +2,12 @@
2557 .\" Title: \fBmysqlbug\fR
2558 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2559 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2560-.\" Date: 03/05/2013
2561+.\" Date: 09/09/2013
2562 .\" Manual: MySQL Database System
2563 .\" Source: MySQL 5.1
2564 .\" Language: English
2565 .\"
2566-.TH "\FBMYSQLBUG\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
2567+.TH "\FBMYSQLBUG\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
2568 .\" -----------------------------------------------------------------
2569 .\" * Define some portability stuff
2570 .\" -----------------------------------------------------------------
2571@@ -73,40 +73,11 @@
2572 .PP
2573 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2574 .PP
2575-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
2576-.PP
2577-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
2578-.PP
2579-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
2580-.PP
2581-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
2582-.PP
2583-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
2584-.PP
2585-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
2586-.PP
2587-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
2588-.PP
2589-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
2590-.PP
2591-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
2592-.PP
2593-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
2594-.PP
2595-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
2596-\m[blue]\fBMySQL Contact & Questions\fR\m[].
2597-.PP
2598-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
2599-Preface and Legal Notices.
2600-.PP
2601-For help with using MySQL, please visit either the
2602-\m[blue]\fBMySQL Forums\fR\m[]
2603-or
2604-\m[blue]\fBMySQL Mailing Lists\fR\m[]
2605-where you can discuss your issues with other MySQL users.
2606-.PP
2607-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
2608-\m[blue]\fBMySQL Documentation Library\fR\m[].
2609+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
2610+.PP
2611+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
2612+.PP
2613+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
2614 .sp
2615 .SH "SEE ALSO"
2616 For more information, please refer to the MySQL Reference Manual,
2617
2618=== modified file 'Percona-Server/man/mysqlcheck.1'
2619--- Percona-Server/man/mysqlcheck.1 2013-06-03 03:53:55 +0000
2620+++ Percona-Server/man/mysqlcheck.1 2013-10-22 14:49:41 +0000
2621@@ -2,12 +2,12 @@
2622 .\" Title: \fBmysqlcheck\fR
2623 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2624 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2625-.\" Date: 03/05/2013
2626+.\" Date: 09/09/2013
2627 .\" Manual: MySQL Database System
2628 .\" Source: MySQL 5.1
2629 .\" Language: English
2630 .\"
2631-.TH "\FBMYSQLCHECK\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
2632+.TH "\FBMYSQLCHECK\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
2633 .\" -----------------------------------------------------------------
2634 .\" * Define some portability stuff
2635 .\" -----------------------------------------------------------------
2636@@ -899,40 +899,11 @@
2637 .PP
2638 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2639 .PP
2640-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
2641-.PP
2642-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
2643-.PP
2644-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
2645-.PP
2646-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
2647-.PP
2648-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
2649-.PP
2650-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
2651-.PP
2652-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
2653-.PP
2654-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
2655-.PP
2656-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
2657-.PP
2658-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
2659-.PP
2660-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
2661-\m[blue]\fBMySQL Contact & Questions\fR\m[].
2662-.PP
2663-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
2664-Preface and Legal Notices.
2665-.PP
2666-For help with using MySQL, please visit either the
2667-\m[blue]\fBMySQL Forums\fR\m[]
2668-or
2669-\m[blue]\fBMySQL Mailing Lists\fR\m[]
2670-where you can discuss your issues with other MySQL users.
2671-.PP
2672-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
2673-\m[blue]\fBMySQL Documentation Library\fR\m[].
2674+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
2675+.PP
2676+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
2677+.PP
2678+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
2679 .sp
2680 .SH "SEE ALSO"
2681 For more information, please refer to the MySQL Reference Manual,
2682
2683=== modified file 'Percona-Server/man/mysqld.8'
2684--- Percona-Server/man/mysqld.8 2013-06-03 03:53:55 +0000
2685+++ Percona-Server/man/mysqld.8 2013-10-22 14:49:41 +0000
2686@@ -2,12 +2,12 @@
2687 .\" Title: \fBmysqld\fR
2688 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2689 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2690-.\" Date: 03/05/2013
2691+.\" Date: 09/09/2013
2692 .\" Manual: MySQL Database System
2693 .\" Source: MySQL 5.1
2694 .\" Language: English
2695 .\"
2696-.TH "\FBMYSQLD\FR" "8" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
2697+.TH "\FBMYSQLD\FR" "8" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
2698 .\" -----------------------------------------------------------------
2699 .\" * Define some portability stuff
2700 .\" -----------------------------------------------------------------
2701@@ -64,40 +64,11 @@
2702 .PP
2703 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2704 .PP
2705-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
2706-.PP
2707-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
2708-.PP
2709-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
2710-.PP
2711-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
2712-.PP
2713-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
2714-.PP
2715-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
2716-.PP
2717-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
2718-.PP
2719-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
2720-.PP
2721-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
2722-.PP
2723-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
2724-.PP
2725-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
2726-\m[blue]\fBMySQL Contact & Questions\fR\m[].
2727-.PP
2728-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
2729-Preface and Legal Notices.
2730-.PP
2731-For help with using MySQL, please visit either the
2732-\m[blue]\fBMySQL Forums\fR\m[]
2733-or
2734-\m[blue]\fBMySQL Mailing Lists\fR\m[]
2735-where you can discuss your issues with other MySQL users.
2736-.PP
2737-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
2738-\m[blue]\fBMySQL Documentation Library\fR\m[].
2739+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
2740+.PP
2741+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
2742+.PP
2743+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
2744 .sp
2745 .SH "SEE ALSO"
2746 For more information, please refer to the MySQL Reference Manual,
2747
2748=== modified file 'Percona-Server/man/mysqld_multi.1'
2749--- Percona-Server/man/mysqld_multi.1 2013-06-03 03:53:55 +0000
2750+++ Percona-Server/man/mysqld_multi.1 2013-10-22 14:49:41 +0000
2751@@ -2,12 +2,12 @@
2752 .\" Title: \fBmysqld_multi\fR
2753 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2754 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2755-.\" Date: 03/05/2013
2756+.\" Date: 09/09/2013
2757 .\" Manual: MySQL Database System
2758 .\" Source: MySQL 5.1
2759 .\" Language: English
2760 .\"
2761-.TH "\FBMYSQLD_MULTI\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
2762+.TH "\FBMYSQLD_MULTI\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
2763 .\" -----------------------------------------------------------------
2764 .\" * Define some portability stuff
2765 .\" -----------------------------------------------------------------
2766@@ -737,40 +737,11 @@
2767 .PP
2768 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2769 .PP
2770-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
2771-.PP
2772-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
2773-.PP
2774-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
2775-.PP
2776-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
2777-.PP
2778-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
2779-.PP
2780-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
2781-.PP
2782-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
2783-.PP
2784-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
2785-.PP
2786-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
2787-.PP
2788-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
2789-.PP
2790-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
2791-\m[blue]\fBMySQL Contact & Questions\fR\m[].
2792-.PP
2793-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
2794-Preface and Legal Notices.
2795-.PP
2796-For help with using MySQL, please visit either the
2797-\m[blue]\fBMySQL Forums\fR\m[]
2798-or
2799-\m[blue]\fBMySQL Mailing Lists\fR\m[]
2800-where you can discuss your issues with other MySQL users.
2801-.PP
2802-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
2803-\m[blue]\fBMySQL Documentation Library\fR\m[].
2804+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
2805+.PP
2806+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
2807+.PP
2808+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
2809 .sp
2810 .SH "SEE ALSO"
2811 For more information, please refer to the MySQL Reference Manual,
2812
2813=== modified file 'Percona-Server/man/mysqld_safe.1'
2814--- Percona-Server/man/mysqld_safe.1 2013-06-03 03:53:55 +0000
2815+++ Percona-Server/man/mysqld_safe.1 2013-10-22 14:49:41 +0000
2816@@ -2,12 +2,12 @@
2817 .\" Title: \fBmysqld_safe\fR
2818 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2819 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2820-.\" Date: 03/05/2013
2821+.\" Date: 09/09/2013
2822 .\" Manual: MySQL Database System
2823 .\" Source: MySQL 5.1
2824 .\" Language: English
2825 .\"
2826-.TH "\FBMYSQLD_SAFE\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
2827+.TH "\FBMYSQLD_SAFE\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
2828 .\" -----------------------------------------------------------------
2829 .\" * Define some portability stuff
2830 .\" -----------------------------------------------------------------
2831@@ -859,40 +859,11 @@
2832 .PP
2833 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2834 .PP
2835-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
2836-.PP
2837-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
2838-.PP
2839-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
2840-.PP
2841-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
2842-.PP
2843-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
2844-.PP
2845-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
2846-.PP
2847-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
2848-.PP
2849-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
2850-.PP
2851-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
2852-.PP
2853-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
2854-.PP
2855-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
2856-\m[blue]\fBMySQL Contact & Questions\fR\m[].
2857-.PP
2858-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
2859-Preface and Legal Notices.
2860-.PP
2861-For help with using MySQL, please visit either the
2862-\m[blue]\fBMySQL Forums\fR\m[]
2863-or
2864-\m[blue]\fBMySQL Mailing Lists\fR\m[]
2865-where you can discuss your issues with other MySQL users.
2866-.PP
2867-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
2868-\m[blue]\fBMySQL Documentation Library\fR\m[].
2869+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
2870+.PP
2871+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
2872+.PP
2873+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
2874 .sp
2875 .SH "SEE ALSO"
2876 For more information, please refer to the MySQL Reference Manual,
2877
2878=== modified file 'Percona-Server/man/mysqldump.1'
2879--- Percona-Server/man/mysqldump.1 2013-06-03 03:53:55 +0000
2880+++ Percona-Server/man/mysqldump.1 2013-10-22 14:49:41 +0000
2881@@ -2,12 +2,12 @@
2882 .\" Title: \fBmysqldump\fR
2883 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
2884 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
2885-.\" Date: 03/05/2013
2886+.\" Date: 09/09/2013
2887 .\" Manual: MySQL Database System
2888 .\" Source: MySQL 5.1
2889 .\" Language: English
2890 .\"
2891-.TH "\FBMYSQLDUMP\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
2892+.TH "\FBMYSQLDUMP\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
2893 .\" -----------------------------------------------------------------
2894 .\" * Define some portability stuff
2895 .\" -----------------------------------------------------------------
2896@@ -50,21 +50,34 @@
2897 SELECT
2898 privilege for dumped tables,
2899 SHOW VIEW
2900-for dumped views, and
2901+for dumped views,
2902+TRIGGER
2903+for dumped triggers, and
2904 LOCK TABLES
2905 if the
2906 \fB\-\-single\-transaction\fR
2907 option is not used\&. Certain options might require other privileges as noted in the option descriptions\&.
2908 .PP
2909-If you are doing a backup on the server and your tables all are
2910+To reload a dump file, you must have the same privileges needed to create each of the dumped objects by issuing
2911+CREATE
2912+statements manually\&.
2913+.PP
2914+\fBmysqldump\fR
2915+output can include
2916+ALTER DATABASE
2917+statements that change the database collation\&. These may be used when dumping stored programs to preserve their character encodings\&. To reload a dump file containing such statements, the
2918+ALTER
2919+privilege for the affected database is required\&.
2920+.PP
2921+If you are performing a backup on the server and your tables all are
2922 MyISAM
2923-tables, consider using the
2924+tables, you can also use
2925 \fBmysqlhotcopy\fR
2926-instead because it can accomplish faster backups and faster restores\&. See
2927-\fBmysqlhotcopy\fR(1)\&.
2928+for this purpose\&.
2929+ Syntax
2930 .PP
2931-There are three general ways to invoke
2932-\fBmysqldump\fR:
2933+There are in general three ways to use
2934+\fBmysqldump\fR\(emin order to dump a set of one or more tables, a set of one or more complete databases, or an entire MySQL server\(emas shown here:
2935 .sp
2936 .if n \{\
2937 .RS 4
2938@@ -78,13 +91,12 @@
2939 .RE
2940 .\}
2941 .PP
2942-If you do not name any tables following
2943-\fIdb_name\fR
2944-or if you use the
2945+To dump entire databases, do not name any tables following
2946+\fIdb_name\fR, or use the
2947 \fB\-\-databases\fR
2948 or
2949 \fB\-\-all\-databases\fR
2950-option, entire databases are dumped\&.
2951+option\&.
2952 .PP
2953 \fBmysqldump\fR
2954 does not dump the
2955@@ -942,9 +954,9 @@
2956 .\" flush-privileges option: mysqldump
2957 \fB\-\-flush\-privileges\fR
2958 .sp
2959-Send a
2960+Add a
2961 FLUSH PRIVILEGES
2962-statement to the server after dumping the
2963+statement to the dump output after dumping the
2964 mysql
2965 database\&. This option should be used any time the dump contains the
2966 mysql
2967@@ -1738,11 +1750,13 @@
2968 .\" single-transaction option: mysqldump
2969 \fB\-\-single\-transaction\fR
2970 .sp
2971-This option sends a
2972+This option sets the transaction isolation mode to
2973+REPEATABLE READ
2974+and sends a
2975 START TRANSACTION
2976 SQL statement to the server before dumping data\&. It is useful only with transactional tables such as
2977 InnoDB, because then it dumps the consistent state of the database at the time when
2978-BEGIN
2979+START TRANSACTION
2980 was issued without blocking any applications\&.
2981 .sp
2982 When using this option, you should keep in mind that only
2983@@ -2186,7 +2200,7 @@
2984 .\}
2985 max_allowed_packet
2986 .sp
2987-The maximum size of the buffer for client/server communication\&. The maximum is 1GB\&.
2988+The maximum size of the buffer for client/server communication\&. The default is 24MB, the maximum is 1GB\&.
2989 .RE
2990 .sp
2991 .RS 4
2992@@ -2362,40 +2376,11 @@
2993 .PP
2994 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2995 .PP
2996-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
2997-.PP
2998-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
2999-.PP
3000-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
3001-.PP
3002-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
3003-.PP
3004-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
3005-.PP
3006-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
3007-.PP
3008-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
3009-.PP
3010-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
3011-.PP
3012-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
3013-.PP
3014-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
3015-.PP
3016-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
3017-\m[blue]\fBMySQL Contact & Questions\fR\m[].
3018-.PP
3019-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
3020-Preface and Legal Notices.
3021-.PP
3022-For help with using MySQL, please visit either the
3023-\m[blue]\fBMySQL Forums\fR\m[]
3024-or
3025-\m[blue]\fBMySQL Mailing Lists\fR\m[]
3026-where you can discuss your issues with other MySQL users.
3027-.PP
3028-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
3029-\m[blue]\fBMySQL Documentation Library\fR\m[].
3030+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
3031+.PP
3032+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
3033+.PP
3034+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
3035 .sp
3036 .SH "SEE ALSO"
3037 For more information, please refer to the MySQL Reference Manual,
3038
3039=== modified file 'Percona-Server/man/mysqldumpslow.1'
3040--- Percona-Server/man/mysqldumpslow.1 2013-06-03 03:53:55 +0000
3041+++ Percona-Server/man/mysqldumpslow.1 2013-10-22 14:49:41 +0000
3042@@ -2,12 +2,12 @@
3043 .\" Title: \fBmysqldumpslow\fR
3044 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3045 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
3046-.\" Date: 03/05/2013
3047+.\" Date: 09/09/2013
3048 .\" Manual: MySQL Database System
3049 .\" Source: MySQL 5.1
3050 .\" Language: English
3051 .\"
3052-.TH "\FBMYSQLDUMPSLOW\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
3053+.TH "\FBMYSQLDUMPSLOW\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
3054 .\" -----------------------------------------------------------------
3055 .\" * Define some portability stuff
3056 .\" -----------------------------------------------------------------
3057@@ -325,40 +325,11 @@
3058 .PP
3059 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
3060 .PP
3061-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
3062-.PP
3063-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
3064-.PP
3065-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
3066-.PP
3067-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
3068-.PP
3069-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
3070-.PP
3071-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
3072-.PP
3073-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
3074-.PP
3075-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
3076-.PP
3077-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
3078-.PP
3079-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
3080-.PP
3081-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
3082-\m[blue]\fBMySQL Contact & Questions\fR\m[].
3083-.PP
3084-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
3085-Preface and Legal Notices.
3086-.PP
3087-For help with using MySQL, please visit either the
3088-\m[blue]\fBMySQL Forums\fR\m[]
3089-or
3090-\m[blue]\fBMySQL Mailing Lists\fR\m[]
3091-where you can discuss your issues with other MySQL users.
3092-.PP
3093-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
3094-\m[blue]\fBMySQL Documentation Library\fR\m[].
3095+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
3096+.PP
3097+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
3098+.PP
3099+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
3100 .sp
3101 .SH "SEE ALSO"
3102 For more information, please refer to the MySQL Reference Manual,
3103
3104=== modified file 'Percona-Server/man/mysqlhotcopy.1'
3105--- Percona-Server/man/mysqlhotcopy.1 2013-06-03 03:53:55 +0000
3106+++ Percona-Server/man/mysqlhotcopy.1 2013-10-22 14:49:41 +0000
3107@@ -2,12 +2,12 @@
3108 .\" Title: \fBmysqlhotcopy\fR
3109 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3110 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
3111-.\" Date: 03/05/2013
3112+.\" Date: 09/09/2013
3113 .\" Manual: MySQL Database System
3114 .\" Source: MySQL 5.1
3115 .\" Language: English
3116 .\"
3117-.TH "\FBMYSQLHOTCOPY\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
3118+.TH "\FBMYSQLHOTCOPY\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
3119 .\" -----------------------------------------------------------------
3120 .\" * Define some portability stuff
3121 .\" -----------------------------------------------------------------
3122@@ -525,40 +525,11 @@
3123 .PP
3124 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
3125 .PP
3126-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
3127-.PP
3128-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
3129-.PP
3130-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
3131-.PP
3132-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
3133-.PP
3134-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
3135-.PP
3136-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
3137-.PP
3138-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
3139-.PP
3140-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
3141-.PP
3142-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
3143-.PP
3144-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
3145-.PP
3146-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
3147-\m[blue]\fBMySQL Contact & Questions\fR\m[].
3148-.PP
3149-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
3150-Preface and Legal Notices.
3151-.PP
3152-For help with using MySQL, please visit either the
3153-\m[blue]\fBMySQL Forums\fR\m[]
3154-or
3155-\m[blue]\fBMySQL Mailing Lists\fR\m[]
3156-where you can discuss your issues with other MySQL users.
3157-.PP
3158-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
3159-\m[blue]\fBMySQL Documentation Library\fR\m[].
3160+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
3161+.PP
3162+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
3163+.PP
3164+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
3165 .sp
3166 .SH "SEE ALSO"
3167 For more information, please refer to the MySQL Reference Manual,
3168
3169=== modified file 'Percona-Server/man/mysqlimport.1'
3170--- Percona-Server/man/mysqlimport.1 2013-06-03 03:53:55 +0000
3171+++ Percona-Server/man/mysqlimport.1 2013-10-22 14:49:41 +0000
3172@@ -2,12 +2,12 @@
3173 .\" Title: \fBmysqlimport\fR
3174 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3175 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
3176-.\" Date: 03/05/2013
3177+.\" Date: 09/09/2013
3178 .\" Manual: MySQL Database System
3179 .\" Source: MySQL 5.1
3180 .\" Language: English
3181 .\"
3182-.TH "\FBMYSQLIMPORT\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
3183+.TH "\FBMYSQLIMPORT\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
3184 .\" -----------------------------------------------------------------
3185 .\" * Define some portability stuff
3186 .\" -----------------------------------------------------------------
3187@@ -73,10 +73,6 @@
3188 all would be imported into a table named
3189 patient\&.
3190 .PP
3191-For additional information about
3192-\fBmysqldump\fR, see
3193-Section\ \&7.4, \(lqUsing mysqldump for Backups\(rq\&.
3194-.PP
3195 \fBmysqlimport\fR
3196 supports the following options, which can be specified on the command line or in the
3197 [mysqlimport]
3198@@ -682,40 +678,11 @@
3199 .PP
3200 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
3201 .PP
3202-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
3203-.PP
3204-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
3205-.PP
3206-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
3207-.PP
3208-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
3209-.PP
3210-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
3211-.PP
3212-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
3213-.PP
3214-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
3215-.PP
3216-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
3217-.PP
3218-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
3219-.PP
3220-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
3221-.PP
3222-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
3223-\m[blue]\fBMySQL Contact & Questions\fR\m[].
3224-.PP
3225-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
3226-Preface and Legal Notices.
3227-.PP
3228-For help with using MySQL, please visit either the
3229-\m[blue]\fBMySQL Forums\fR\m[]
3230-or
3231-\m[blue]\fBMySQL Mailing Lists\fR\m[]
3232-where you can discuss your issues with other MySQL users.
3233-.PP
3234-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
3235-\m[blue]\fBMySQL Documentation Library\fR\m[].
3236+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
3237+.PP
3238+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
3239+.PP
3240+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
3241 .sp
3242 .SH "SEE ALSO"
3243 For more information, please refer to the MySQL Reference Manual,
3244
3245=== modified file 'Percona-Server/man/mysqlmanager.8'
3246--- Percona-Server/man/mysqlmanager.8 2013-06-03 03:53:55 +0000
3247+++ Percona-Server/man/mysqlmanager.8 2013-10-22 14:49:41 +0000
3248@@ -2,12 +2,12 @@
3249 .\" Title: \fBmysqlmanager\fR
3250 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3251 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
3252-.\" Date: 03/05/2013
3253+.\" Date: 09/09/2013
3254 .\" Manual: MySQL Database System
3255 .\" Source: MySQL 5.1
3256 .\" Language: English
3257 .\"
3258-.TH "\FBMYSQLMANAGER\FR" "8" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
3259+.TH "\FBMYSQLMANAGER\FR" "8" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
3260 .\" -----------------------------------------------------------------
3261 .\" * Define some portability stuff
3262 .\" -----------------------------------------------------------------
3263@@ -2074,40 +2074,11 @@
3264 .PP
3265 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
3266 .PP
3267-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
3268-.PP
3269-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
3270-.PP
3271-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
3272-.PP
3273-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
3274-.PP
3275-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
3276-.PP
3277-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
3278-.PP
3279-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
3280-.PP
3281-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
3282-.PP
3283-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
3284-.PP
3285-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
3286-.PP
3287-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
3288-\m[blue]\fBMySQL Contact & Questions\fR\m[].
3289-.PP
3290-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
3291-Preface and Legal Notices.
3292-.PP
3293-For help with using MySQL, please visit either the
3294-\m[blue]\fBMySQL Forums\fR\m[]
3295-or
3296-\m[blue]\fBMySQL Mailing Lists\fR\m[]
3297-where you can discuss your issues with other MySQL users.
3298-.PP
3299-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
3300-\m[blue]\fBMySQL Documentation Library\fR\m[].
3301+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
3302+.PP
3303+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
3304+.PP
3305+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
3306 .sp
3307 .SH "SEE ALSO"
3308 For more information, please refer to the MySQL Reference Manual,
3309
3310=== modified file 'Percona-Server/man/mysqlshow.1'
3311--- Percona-Server/man/mysqlshow.1 2013-06-03 03:53:55 +0000
3312+++ Percona-Server/man/mysqlshow.1 2013-10-22 14:49:41 +0000
3313@@ -2,12 +2,12 @@
3314 .\" Title: \fBmysqlshow\fR
3315 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3316 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
3317-.\" Date: 03/05/2013
3318+.\" Date: 09/09/2013
3319 .\" Manual: MySQL Database System
3320 .\" Source: MySQL 5.1
3321 .\" Language: English
3322 .\"
3323-.TH "\FBMYSQLSHOW\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
3324+.TH "\FBMYSQLSHOW\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
3325 .\" -----------------------------------------------------------------
3326 .\" * Define some portability stuff
3327 .\" -----------------------------------------------------------------
3328@@ -513,40 +513,11 @@
3329 .PP
3330 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
3331 .PP
3332-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
3333-.PP
3334-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
3335-.PP
3336-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
3337-.PP
3338-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
3339-.PP
3340-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
3341-.PP
3342-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
3343-.PP
3344-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
3345-.PP
3346-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
3347-.PP
3348-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
3349-.PP
3350-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
3351-.PP
3352-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
3353-\m[blue]\fBMySQL Contact & Questions\fR\m[].
3354-.PP
3355-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
3356-Preface and Legal Notices.
3357-.PP
3358-For help with using MySQL, please visit either the
3359-\m[blue]\fBMySQL Forums\fR\m[]
3360-or
3361-\m[blue]\fBMySQL Mailing Lists\fR\m[]
3362-where you can discuss your issues with other MySQL users.
3363-.PP
3364-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
3365-\m[blue]\fBMySQL Documentation Library\fR\m[].
3366+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
3367+.PP
3368+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
3369+.PP
3370+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
3371 .sp
3372 .SH "SEE ALSO"
3373 For more information, please refer to the MySQL Reference Manual,
3374
3375=== modified file 'Percona-Server/man/mysqlslap.1'
3376--- Percona-Server/man/mysqlslap.1 2013-06-03 03:53:55 +0000
3377+++ Percona-Server/man/mysqlslap.1 2013-10-22 14:49:41 +0000
3378@@ -2,12 +2,12 @@
3379 .\" Title: \fBmysqlslap\fR
3380 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3381 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
3382-.\" Date: 03/05/2013
3383+.\" Date: 09/09/2013
3384 .\" Manual: MySQL Database System
3385 .\" Source: MySQL 5.1
3386 .\" Language: English
3387 .\"
3388-.TH "\FBMYSQLSLAP\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
3389+.TH "\FBMYSQLSLAP\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
3390 .\" -----------------------------------------------------------------
3391 .\" * Define some portability stuff
3392 .\" -----------------------------------------------------------------
3393@@ -409,23 +409,6 @@
3394 .sp -1
3395 .IP \(bu 2.3
3396 .\}
3397-.\" mysqlslap: create-and-drop-schema option
3398-.\" create-and-drop-schema option: mysqlslap
3399-\fB\-\-create\-and\-drop\-schema=\fR\fB\fIvalue\fR\fR
3400-.sp
3401-The schema in which to run the tests\&.
3402-\fBmysqlslap\fR
3403-drops the schema at the end of the test run\&. This option was added in MySQL 5\&.1\&.57\&.
3404-.RE
3405-.sp
3406-.RS 4
3407-.ie n \{\
3408-\h'-04'\(bu\h'+03'\c
3409-.\}
3410-.el \{\
3411-.sp -1
3412-.IP \(bu 2.3
3413-.\}
3414 .\" mysqlslap: create-schema option
3415 .\" create-schema option: mysqlslap
3416 \fB\-\-create\-schema=\fR\fB\fIvalue\fR\fR
3417@@ -448,8 +431,8 @@
3418 option is also given,
3419 \fBmysqlslap\fR
3420 drops the schema at the end of the test run\&. To avoid this, use the
3421-\fB\-\-create\-and\-drop\-schema\fR
3422-option instead\&.
3423+\fB\-\-no\-drop\fR
3424+option as well\&.
3425 .sp .5v
3426 .RE
3427 .RE
3428@@ -624,6 +607,23 @@
3429 .sp -1
3430 .IP \(bu 2.3
3431 .\}
3432+.\" mysqlslap: no-drop option
3433+.\" no-drop option: mysqlslap
3434+\fB\-\-no\-drop\fR
3435+.sp
3436+Prevent
3437+\fBmysqlslap\fR
3438+from dropping any schema it creates during the test run\&. This option was added in MySQL 5\&.1\&.57\&.
3439+.RE
3440+.sp
3441+.RS 4
3442+.ie n \{\
3443+\h'-04'\(bu\h'+03'\c
3444+.\}
3445+.el \{\
3446+.sp -1
3447+.IP \(bu 2.3
3448+.\}
3449 .\" mysqlslap: number-char-cols option
3450 .\" number-char-cols option: mysqlslap
3451 \fB\-\-number\-char\-cols=\fR\fB\fIN\fR\fR,
3452@@ -1043,40 +1043,11 @@
3453 .PP
3454 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
3455 .PP
3456-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
3457-.PP
3458-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
3459-.PP
3460-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
3461-.PP
3462-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
3463-.PP
3464-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
3465-.PP
3466-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
3467-.PP
3468-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
3469-.PP
3470-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
3471-.PP
3472-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
3473-.PP
3474-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
3475-.PP
3476-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
3477-\m[blue]\fBMySQL Contact & Questions\fR\m[].
3478-.PP
3479-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
3480-Preface and Legal Notices.
3481-.PP
3482-For help with using MySQL, please visit either the
3483-\m[blue]\fBMySQL Forums\fR\m[]
3484-or
3485-\m[blue]\fBMySQL Mailing Lists\fR\m[]
3486-where you can discuss your issues with other MySQL users.
3487-.PP
3488-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
3489-\m[blue]\fBMySQL Documentation Library\fR\m[].
3490+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
3491+.PP
3492+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
3493+.PP
3494+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
3495 .sp
3496 .SH "SEE ALSO"
3497 For more information, please refer to the MySQL Reference Manual,
3498
3499=== modified file 'Percona-Server/man/mysqltest.1'
3500--- Percona-Server/man/mysqltest.1 2013-06-03 03:53:55 +0000
3501+++ Percona-Server/man/mysqltest.1 2013-10-22 14:49:41 +0000
3502@@ -2,12 +2,12 @@
3503 .\" Title: \fBmysqltest\fR
3504 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3505 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
3506-.\" Date: 03/05/2013
3507+.\" Date: 09/06/2013
3508 .\" Manual: MySQL Database System
3509 .\" Source: MySQL
3510 .\" Language: English
3511 .\"
3512-.TH "\FBMYSQLTEST\FR" "1" "03/05/2013" "MySQL" "MySQL Database System"
3513+.TH "\FBMYSQLTEST\FR" "1" "09/06/2013" "MySQL" "MySQL Database System"
3514 .\" -----------------------------------------------------------------
3515 .\" * Define some portability stuff
3516 .\" -----------------------------------------------------------------
3517@@ -911,41 +911,11 @@
3518 .PP
3519 Copyright \(co 2006, 2013, Oracle and/or its affiliates. All rights reserved.
3520 .PP
3521-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
3522-.PP
3523-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
3524-.PP
3525-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
3526-.PP
3527-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
3528-.PP
3529-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
3530-.PP
3531-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
3532-.PP
3533-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
3534-.PP
3535-This documentation is in prerelease status and is intended for demonstration and preliminary use only. It may not be specific to the hardware on which you are using the software. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to this documentation and will not be responsible for any loss, costs, or damages incurred due to the use of this documentation.
3536-.PP
3537-The information contained in this document is for informational sharing purposes only and should be considered in your capacity as a customer advisory board member or pursuant to your beta trial agreement only. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described in this document remains at the sole discretion of Oracle.
3538-.PP
3539-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
3540-.PP
3541-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
3542-.PP
3543-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
3544-.PP
3545-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
3546-\m[blue]\fBMySQL Contact & Questions\fR\m[].
3547-.PP
3548-For help with using MySQL, please visit either the
3549-\m[blue]\fBMySQL Forums\fR\m[]
3550-or
3551-\m[blue]\fBMySQL Mailing Lists\fR\m[]
3552-where you can discuss your issues with other MySQL users.
3553-.PP
3554-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
3555-\m[blue]\fBMySQL Documentation Library\fR\m[].
3556+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
3557+.PP
3558+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
3559+.PP
3560+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
3561 .sp
3562 .SH "NOTES"
3563 .IP " 1." 4
3564
3565=== modified file 'Percona-Server/man/mysqltest_embedded.1'
3566--- Percona-Server/man/mysqltest_embedded.1 2013-06-03 03:53:55 +0000
3567+++ Percona-Server/man/mysqltest_embedded.1 2013-10-22 14:49:41 +0000
3568@@ -1,1 +1,1 @@
3569-.so mysqltest.1
3570+.so man-gpl-tmp2/mysqltest.1
3571
3572=== modified file 'Percona-Server/man/ndb-common-options.1'
3573--- Percona-Server/man/ndb-common-options.1 2013-06-03 03:53:55 +0000
3574+++ Percona-Server/man/ndb-common-options.1 2013-10-22 14:49:41 +0000
3575@@ -2,12 +2,12 @@
3576 .\" Title: Options Common to MySQL Cluster Programs
3577 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3578 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
3579-.\" Date: 03/05/2013
3580+.\" Date: 09/09/2013
3581 .\" Manual: MySQL Database System
3582 .\" Source: MySQL 5.1
3583 .\" Language: English
3584 .\"
3585-.TH "OPTIONS COMMON TO MY" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
3586+.TH "OPTIONS COMMON TO MY" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
3587 .\" -----------------------------------------------------------------
3588 .\" * Define some portability stuff
3589 .\" -----------------------------------------------------------------
3590@@ -97,7 +97,7 @@
3591 .nr an-no-space-flag 1
3592 .nr an-break-flag 1
3593 .br
3594-.B Table\ \&17.28.\ \&Common MySQL Cluster Program Options: MySQL 5.1, MySQL Cluster NDB 6.3-7.1
3595+.B Table\ \&17.29.\ \&Common MySQL Cluster Program Options and Variables: MySQL 5.1, MySQL Cluster NDB 6.3-7.1
3596 .TS
3597 allbox tab(:);
3598 lB lB lB.
3599@@ -140,7 +140,7 @@
3600 .PP
3601 -c
3602 T}:T{
3603-Set connectstring for connecting to ndb_mgmd\&. Syntax:
3604+Set connection string for connecting to ndb_mgmd\&. Syntax:
3605 [nodeid=<id>;][host=]<hostname>[:<port>]\&.
3606 Overrides entries specified in NDB_CONNECTSTRING or my\&.cnf\&.
3607 T}:T{
3608@@ -260,10 +260,12 @@
3609 \-\-help
3610 T}
3611 T{
3612+\ \&
3613 T}:T{
3614 \-\-usage
3615 T}
3616 T{
3617+\ \&
3618 T}:T{
3619 \-?
3620 T}
3621@@ -297,7 +299,7 @@
3622 T{
3623 \ \&
3624 T}:T{
3625-\fBPermitted Values \fR
3626+\fBPermitted Values\fR
3627 T}
3628 :T{
3629 \fBType\fR
3630@@ -341,17 +343,19 @@
3631 \-\-ndb\-connectstring=connectstring
3632 T}
3633 T{
3634+\ \&
3635 T}:T{
3636 \-\-connect\-string=connectstring
3637 T}
3638 T{
3639+\ \&
3640 T}:T{
3641 \-c
3642 T}
3643 T{
3644 \ \&
3645 T}:T{
3646-\fBPermitted Values \fR
3647+\fBPermitted Values\fR
3648 T}
3649 :T{
3650 \fBType\fR
3651@@ -365,7 +369,7 @@
3652 T}
3653 .TE
3654 .sp 1
3655-This option takes a MySQL Cluster connectstring that specifies the management server for the application to connect to, as shown here:
3656+This option takes a MySQL Cluster connection string that specifies the management server for the application to connect to, as shown here:
3657 .sp
3658 .if n \{\
3659 .RS 4
3660@@ -378,7 +382,7 @@
3661 .\}
3662 .sp
3663 For more information, see
3664-Section\ \&17.3.2.3, \(lqThe MySQL Cluster Connectstring\(rq\&.
3665+Section\ \&17.3.2.3, \(lqMySQL Cluster Connection Strings\(rq\&.
3666 .RE
3667 .sp
3668 .RS 4
3669@@ -405,7 +409,7 @@
3670 T{
3671 \ \&
3672 T}:T{
3673-\fBPermitted Values \fR
3674+\fBPermitted Values\fR
3675 T}
3676 :T{
3677 \fBType\fR
3678@@ -458,7 +462,7 @@
3679 T{
3680 \ \&
3681 T}:T{
3682-\fBPermitted Values \fR
3683+\fBPermitted Values\fR
3684 T}
3685 :T{
3686 \fBType\fR
3687@@ -507,7 +511,7 @@
3688 T{
3689 \ \&
3690 T}:T{
3691-\fBPermitted Values \fR
3692+\fBPermitted Values\fR
3693 T}
3694 :T{
3695 \fBType\fR
3696@@ -550,7 +554,7 @@
3697 T{
3698 \ \&
3699 T}:T{
3700-\fBPermitted Values \fR
3701+\fBPermitted Values\fR
3702 T}
3703 :T{
3704 \fBType\fR
3705@@ -593,7 +597,7 @@
3706 T{
3707 \ \&
3708 T}:T{
3709-\fBPermitted Values \fR
3710+\fBPermitted Values\fR
3711 T}
3712 :T{
3713 \fBType\fR
3714@@ -632,6 +636,7 @@
3715 \-\-version
3716 T}
3717 T{
3718+\ \&
3719 T}:T{
3720 \-V
3721 T}
3722@@ -661,7 +666,7 @@
3723 ^ l l s
3724 ^ l l s.
3725 T{
3726-\fBVersion Removed\fR
3727+\fBRemoved\fR
3728 T}:T{
3729 5\&.1\&.47\-ndb\-7\&.1\&.5
3730 T}
3731@@ -673,7 +678,7 @@
3732 T{
3733 \ \&
3734 T}:T{
3735-\fBPermitted Values \fR
3736+\fBPermitted Values\fR
3737 T}
3738 :T{
3739 \fBType\fR
3740@@ -696,40 +701,11 @@
3741 .PP
3742 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
3743 .PP
3744-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
3745-.PP
3746-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
3747-.PP
3748-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
3749-.PP
3750-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
3751-.PP
3752-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
3753-.PP
3754-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
3755-.PP
3756-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
3757-.PP
3758-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
3759-.PP
3760-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
3761-.PP
3762-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
3763-.PP
3764-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
3765-\m[blue]\fBMySQL Contact & Questions\fR\m[].
3766-.PP
3767-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
3768-Preface and Legal Notices.
3769-.PP
3770-For help with using MySQL, please visit either the
3771-\m[blue]\fBMySQL Forums\fR\m[]
3772-or
3773-\m[blue]\fBMySQL Mailing Lists\fR\m[]
3774-where you can discuss your issues with other MySQL users.
3775-.PP
3776-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
3777-\m[blue]\fBMySQL Documentation Library\fR\m[].
3778+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
3779+.PP
3780+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
3781+.PP
3782+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
3783 .sp
3784 .SH "SEE ALSO"
3785 For more information, please refer to the MySQL Reference Manual,
3786
3787=== added file 'Percona-Server/man/ndb_blob_tool.1'
3788--- Percona-Server/man/ndb_blob_tool.1 1970-01-01 00:00:00 +0000
3789+++ Percona-Server/man/ndb_blob_tool.1 2013-10-22 14:49:41 +0000
3790@@ -0,0 +1,529 @@
3791+'\" t
3792+.\" Title: \fBndb_blob_tool\fR
3793+.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
3794+.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
3795+.\" Date: 09/09/2013
3796+.\" Manual: MySQL Database System
3797+.\" Source: MySQL 5.1
3798+.\" Language: English
3799+.\"
3800+.TH "\FBNDB_BLOB_TOOL\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
3801+.\" -----------------------------------------------------------------
3802+.\" * Define some portability stuff
3803+.\" -----------------------------------------------------------------
3804+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3805+.\" http://bugs.debian.org/507673
3806+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
3807+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3808+.ie \n(.g .ds Aq \(aq
3809+.el .ds Aq '
3810+.\" -----------------------------------------------------------------
3811+.\" * set default formatting
3812+.\" -----------------------------------------------------------------
3813+.\" disable hyphenation
3814+.nh
3815+.\" disable justification (adjust text to left margin only)
3816+.ad l
3817+.\" -----------------------------------------------------------------
3818+.\" * MAIN CONTENT STARTS HERE *
3819+.\" -----------------------------------------------------------------
3820+.\" ndb_blob_tool
3821+.SH "NAME"
3822+ndb_blob_tool \- check and repair BLOB and TEXT columns of MySQL Cluster tables
3823+.SH "SYNOPSIS"
3824+.HP \w'\fBndb_blob_tool\ \fR\fB\fIoptions\fR\fR\fB\ \fR\fB\fItable\fR\fR\fB\ [\fR\fB\fIcolumn\fR\fR\fB,\ \&.\&.\&.]\fR\ 'u
3825+\fBndb_blob_tool \fR\fB\fIoptions\fR\fR\fB \fR\fB\fItable\fR\fR\fB [\fR\fB\fIcolumn\fR\fR\fB, \&.\&.\&.]\fR
3826+.SH "DESCRIPTION"
3827+.PP
3828+This tool, which is available in MySQL Cluster NDB 7\&.0\&.4 and later, can be used to check for and remove orphaned BLOB column parts from
3829+NDB
3830+tables, as well as to generate a file listing any orphaned parts\&. It is sometimes useful in diagnosing and repairing corrupted or damaged
3831+NDB
3832+tables containing
3833+BLOB
3834+or
3835+TEXT
3836+columns\&.
3837+.PP
3838+The basic syntax for
3839+\fBndb_blob_tool\fR
3840+is shown here:
3841+.sp
3842+.if n \{\
3843+.RS 4
3844+.\}
3845+.nf
3846+ndb_blob_tool [\fIoptions\fR] \fItable\fR [\fIcolumn\fR, \&.\&.\&.]
3847+.fi
3848+.if n \{\
3849+.RE
3850+.\}
3851+.PP
3852+Unless you use the
3853+\fB\-\-help\fR
3854+option, you must specify an action to be performed by including one or more of the options
3855+\fB\-\-check\-orphans\fR,
3856+\fB\-\-delete\-orphans\fR, or
3857+\fB\-\-dump\-file\fR\&. These options cause
3858+\fBndb_blob_tool\fR
3859+to check for orphaned BLOB parts, remove any orphaned BLOB parts, and generate a dump file listing orphaned BLOB parts, respectively, and are described in more detail later in this section\&.
3860+.PP
3861+You must also specify the name of a table when invoking
3862+\fBndb_blob_tool\fR\&. In addition, you can optionally follow the table name with the (comma\-separated) names of one or more
3863+BLOB
3864+or
3865+TEXT
3866+columns from that table\&. If no columns are listed, the tool works on all of the table\*(Aqs
3867+BLOB
3868+and
3869+TEXT
3870+columns\&. If you need to specify a database, use the
3871+\fB\-\-database\fR
3872+(\fB\-d\fR) option\&.
3873+.PP
3874+The
3875+\fB\-\-verbose\fR
3876+option provides additional information in the output about the tool\*(Aqs progress\&.
3877+.PP
3878+The following table includes options that are specific to
3879+\fBndb_blob_tool\fR\&. Additional descriptions follow the table\&. For options common to most MySQL Cluster programs (including
3880+\fBndb_blob_tool\fR), see
3881+Options Common to MySQL Cluster Programs(1)\&.
3882+.sp
3883+.it 1 an-trap
3884+.nr an-no-space-flag 1
3885+.nr an-break-flag 1
3886+.br
3887+.B Table\ \&17.14.\ \&ndb_blob_tool Options and Variables: MySQL 5.1, MySQL Cluster NDB 6.3-7.1
3888+.TS
3889+allbox tab(:);
3890+lB lB lB.
3891+T{
3892+Format
3893+T}:T{
3894+Description
3895+T}:T{
3896+Added / Removed
3897+T}
3898+.T&
3899+l l l
3900+l l l
3901+l l l
3902+l l l
3903+l l l.
3904+T{
3905+.PP
3906+--check-orphans
3907+T}:T{
3908+Check for orphan blob parts
3909+T}:T{
3910+.PP
3911+ADDED: NDB 7\&.0\&.4
3912+T}
3913+T{
3914+.PP
3915+--database=db_name,
3916+.PP
3917+-d
3918+T}:T{
3919+Database to find the table in\&.
3920+T}:T{
3921+.PP
3922+ADDED: NDB 7\&.0\&.4
3923+T}
3924+T{
3925+.PP
3926+--delete-orphans
3927+T}:T{
3928+Delete orphan blob parts
3929+T}:T{
3930+.PP
3931+ADDED: NDB 7\&.0\&.4
3932+T}
3933+T{
3934+.PP
3935+--dump-file=file
3936+T}:T{
3937+Write orphan keys to specified file
3938+T}:T{
3939+.PP
3940+ADDED: NDB 7\&.0\&.4
3941+T}
3942+T{
3943+.PP
3944+--verbose,
3945+.PP
3946+-v
3947+T}:T{
3948+Verbose output
3949+T}:T{
3950+.PP
3951+ADDED: NDB 7\&.0\&.4
3952+T}
3953+.TE
3954+.sp 1
3955+.sp
3956+.RS 4
3957+.ie n \{\
3958+\h'-04'\(bu\h'+03'\c
3959+.\}
3960+.el \{\
3961+.sp -1
3962+.IP \(bu 2.3
3963+.\}
3964+.\" ndb_blob_tool: check-orphans option
3965+.\" check-orphans option: ndb_blob_tool
3966+\fB\-\-check\-orphans\fR
3967+.TS
3968+allbox tab(:);
3969+l l s s
3970+l l s s
3971+l l s s
3972+^ l l s
3973+^ l l s.
3974+T{
3975+\fBIntroduced\fR
3976+T}:T{
3977+5\&.1\&.32\-ndb\-7\&.0\&.4
3978+T}
3979+T{
3980+\fBCommand\-Line Format\fR
3981+T}:T{
3982+\-\-check\-orphans
3983+T}
3984+T{
3985+\ \&
3986+T}:T{
3987+\fBPermitted Values\fR
3988+T}
3989+:T{
3990+\fBType\fR
3991+T}:T{
3992+boolean
3993+T}
3994+:T{
3995+\fBDefault\fR
3996+T}:T{
3997+FALSE
3998+T}
3999+.TE
4000+.sp 1
4001+Check for orphaned BLOB parts in MySQL Cluster tables\&.
4002+.RE
4003+.sp
4004+.RS 4
4005+.ie n \{\
4006+\h'-04'\(bu\h'+03'\c
4007+.\}
4008+.el \{\
4009+.sp -1
4010+.IP \(bu 2.3
4011+.\}
4012+.\" ndb_blob_tool: database option
4013+.\" database option: ndb_blob_tool
4014+\fB\-\-database=\fR\fB\fIdb_name\fR\fR,
4015+\fB\-d\fR
4016+.TS
4017+allbox tab(:);
4018+l l s s
4019+l l s s
4020+l l s s
4021+l l s s
4022+^ l l s
4023+^ l l s.
4024+T{
4025+\fBIntroduced\fR
4026+T}:T{
4027+5\&.1\&.32\-ndb\-7\&.0\&.4
4028+T}
4029+T{
4030+\fBCommand\-Line Format\fR
4031+T}:T{
4032+\-\-database=db_name
4033+T}
4034+T{
4035+\ \&
4036+T}:T{
4037+\-d
4038+T}
4039+T{
4040+\ \&
4041+T}:T{
4042+\fBPermitted Values\fR
4043+T}
4044+:T{
4045+\fBType\fR
4046+T}:T{
4047+string
4048+T}
4049+:T{
4050+\fBDefault\fR
4051+T}:T{
4052+[none]
4053+T}
4054+.TE
4055+.sp 1
4056+Specify the database to find the table in\&.
4057+.RE
4058+.sp
4059+.RS 4
4060+.ie n \{\
4061+\h'-04'\(bu\h'+03'\c
4062+.\}
4063+.el \{\
4064+.sp -1
4065+.IP \(bu 2.3
4066+.\}
4067+.\" ndb_blob_tool: delete-orphans option
4068+.\" delete-orphans option: ndb_blob_tool
4069+\fB\-\-delete\-orphans\fR
4070+.TS
4071+allbox tab(:);
4072+l l s s
4073+l l s s
4074+l l s s
4075+^ l l s
4076+^ l l s.
4077+T{
4078+\fBIntroduced\fR
4079+T}:T{
4080+5\&.1\&.32\-ndb\-7\&.0\&.4
4081+T}
4082+T{
4083+\fBCommand\-Line Format\fR
4084+T}:T{
4085+\-\-delete\-orphans
4086+T}
4087+T{
4088+\ \&
4089+T}:T{
4090+\fBPermitted Values\fR
4091+T}
4092+:T{
4093+\fBType\fR
4094+T}:T{
4095+boolean
4096+T}
4097+:T{
4098+\fBDefault\fR
4099+T}:T{
4100+FALSE
4101+T}
4102+.TE
4103+.sp 1
4104+Remove orphaned BLOB parts from MySQL Cluster tables\&.
4105+.RE
4106+.sp
4107+.RS 4
4108+.ie n \{\
4109+\h'-04'\(bu\h'+03'\c
4110+.\}
4111+.el \{\
4112+.sp -1
4113+.IP \(bu 2.3
4114+.\}
4115+.\" ndb_blob_tool: dump-file option
4116+.\" dump-file option: ndb_blob_tool
4117+\fB\-\-dump\-file=\fR\fB\fIfile\fR\fR
4118+.TS
4119+allbox tab(:);
4120+l l s s
4121+l l s s
4122+l l s s
4123+^ l l s
4124+^ l l s.
4125+T{
4126+\fBIntroduced\fR
4127+T}:T{
4128+5\&.1\&.32\-ndb\-7\&.0\&.4
4129+T}
4130+T{
4131+\fBCommand\-Line Format\fR
4132+T}:T{
4133+\-\-dump\-file=file
4134+T}
4135+T{
4136+\ \&
4137+T}:T{
4138+\fBPermitted Values\fR
4139+T}
4140+:T{
4141+\fBType\fR
4142+T}:T{
4143+file name
4144+T}
4145+:T{
4146+\fBDefault\fR
4147+T}:T{
4148+[none]
4149+T}
4150+.TE
4151+.sp 1
4152+Writes a list of orphaned BLOB column parts to
4153+\fIfile\fR\&. The information written to the file includes the table key and BLOB part number for each orphaned BLOB part\&.
4154+.RE
4155+.sp
4156+.RS 4
4157+.ie n \{\
4158+\h'-04'\(bu\h'+03'\c
4159+.\}
4160+.el \{\
4161+.sp -1
4162+.IP \(bu 2.3
4163+.\}
4164+.\" ndb_blob_tool: verbose option
4165+.\" verbose option: ndb_blob_tool
4166+\fB\-\-verbose\fR
4167+.TS
4168+allbox tab(:);
4169+l l s s
4170+l l s s
4171+l l s s
4172+l l s s
4173+^ l l s
4174+^ l l s.
4175+T{
4176+\fBIntroduced\fR
4177+T}:T{
4178+5\&.1\&.32\-ndb\-7\&.0\&.4
4179+T}
4180+T{
4181+\fBCommand\-Line Format\fR
4182+T}:T{
4183+\-\-verbose
4184+T}
4185+T{
4186+\ \&
4187+T}:T{
4188+\-v
4189+T}
4190+T{
4191+\ \&
4192+T}:T{
4193+\fBPermitted Values\fR
4194+T}
4195+:T{
4196+\fBType\fR
4197+T}:T{
4198+boolean
4199+T}
4200+:T{
4201+\fBDefault\fR
4202+T}:T{
4203+FALSE
4204+T}
4205+.TE
4206+.sp 1
4207+Provide extra information in the tool\*(Aqs output regarding its progress\&.
4208+.RE
4209+ Example
4210+.PP
4211+First we create an
4212+NDB
4213+table in the
4214+test
4215+database, using the
4216+CREATE TABLE
4217+statement shown here:
4218+.sp
4219+.if n \{\
4220+.RS 4
4221+.\}
4222+.nf
4223+USE test;
4224+CREATE TABLE btest (
4225+ c0 BIGINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
4226+ c1 TEXT,
4227+ c2 BLOB
4228+) ENGINE=NDB;
4229+.fi
4230+.if n \{\
4231+.RE
4232+.\}
4233+.PP
4234+Then we insert a few rows into this table, using a series of statements similar to this one:
4235+.sp
4236+.if n \{\
4237+.RS 4
4238+.\}
4239+.nf
4240+INSERT INTO btest VALUES (NULL, \*(Aqx\*(Aq, REPEAT(\*(Aqx\*(Aq, 1000));
4241+.fi
4242+.if n \{\
4243+.RE
4244+.\}
4245+.PP
4246+When run with
4247+\fB\-\-check\-orphans\fR
4248+against this table,
4249+\fBndb_blob_tool\fR
4250+generates the following output:
4251+.sp
4252+.if n \{\
4253+.RS 4
4254+.\}
4255+.nf
4256+shell> \fBndb_blob_tool \-\-check\-orphans \-\-verbose \-d test btest\fR
4257+connected
4258+processing 2 blobs
4259+processing blob #0 c1 NDB$BLOB_19_1
4260+NDB$BLOB_19_1: nextResult: res=1
4261+total parts: 0
4262+orphan parts: 0
4263+processing blob #1 c2 NDB$BLOB_19_2
4264+NDB$BLOB_19_2: nextResult: res=0
4265+NDB$BLOB_19_2: nextResult: res=0
4266+NDB$BLOB_19_2: nextResult: res=0
4267+NDB$BLOB_19_2: nextResult: res=0
4268+NDB$BLOB_19_2: nextResult: res=0
4269+NDB$BLOB_19_2: nextResult: res=0
4270+NDB$BLOB_19_2: nextResult: res=0
4271+NDB$BLOB_19_2: nextResult: res=0
4272+NDB$BLOB_19_2: nextResult: res=0
4273+NDB$BLOB_19_2: nextResult: res=0
4274+NDB$BLOB_19_2: nextResult: res=1
4275+total parts: 10
4276+orphan parts: 0
4277+disconnected
4278+NDBT_ProgramExit: 0 \- OK
4279+.fi
4280+.if n \{\
4281+.RE
4282+.\}
4283+.PP
4284+The tool reports that there are no
4285+NDB
4286+BLOB column parts associated with column
4287+c1, even though
4288+c1
4289+is a
4290+TEXT
4291+column\&. This is due to the fact that, in an
4292+NDB
4293+table, only the first 256 bytes of a
4294+BLOB
4295+or
4296+TEXT
4297+column value are stored inline, and only the excess, if any, is stored separately; thus, if there are no values using more than 256 bytes in a given column of one of these types, no
4298+BLOB
4299+column parts are created by
4300+NDB
4301+for this column\&. See
4302+Section\ \&11.6, \(lqData Type Storage Requirements\(rq, for more information\&.
4303+.SH "COPYRIGHT"
4304+.br
4305+.PP
4306+Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
4307+.PP
4308+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
4309+.PP
4310+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
4311+.PP
4312+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
4313+.sp
4314+.SH "SEE ALSO"
4315+For more information, please refer to the MySQL Reference Manual,
4316+which may already be installed locally and which is also available
4317+online at http://dev.mysql.com/doc/.
4318+.SH AUTHOR
4319+Oracle Corporation (http://dev.mysql.com/).
4320
4321=== modified file 'Percona-Server/man/ndb_config.1'
4322--- Percona-Server/man/ndb_config.1 2013-06-03 03:53:55 +0000
4323+++ Percona-Server/man/ndb_config.1 2013-10-22 14:49:41 +0000
4324@@ -2,12 +2,12 @@
4325 .\" Title: \fBndb_config\fR
4326 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4327 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
4328-.\" Date: 03/05/2013
4329+.\" Date: 09/09/2013
4330 .\" Manual: MySQL Database System
4331 .\" Source: MySQL 5.1
4332 .\" Language: English
4333 .\"
4334-.TH "\FBNDB_CONFIG\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
4335+.TH "\FBNDB_CONFIG\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
4336 .\" -----------------------------------------------------------------
4337 .\" * Define some portability stuff
4338 .\" -----------------------------------------------------------------
4339@@ -44,7 +44,7 @@
4340 or
4341 \fB\-\-mycnf\fR
4342 option\&. Beginning with MySQL Cluster NDB 7\&.0\&.27 and MySQL Cluster NDB 7\&.1\&.16, it is also possible to use a data node as the source by specifying its node ID using
4343-\fB\-\-config_from_node=\fR\fB\fInode_id\fR\fR\-
4344+\fB\-\-config_from_node=\fR\fB\fInode_id\fR\fR\&.
4345 .PP
4346 Beginning with MySQL Cluster NDB 6\&.3\&.25 and MySQL Cluster NDB 7\&.0\&.6,
4347 \fBndb_config\fR
4348@@ -70,7 +70,7 @@
4349 .nr an-no-space-flag 1
4350 .nr an-break-flag 1
4351 .br
4352-.B Table\ \&17.14.\ \&ndb_config Options: MySQL 5.1, MySQL Cluster NDB 6.3-7.1
4353+.B Table\ \&17.15.\ \&ndb_config Options and Variables: MySQL 5.1, MySQL Cluster NDB 6.3-7.1
4354 .TS
4355 allbox tab(:);
4356 lB lB lB.
4357@@ -274,10 +274,12 @@
4358 \-\-help
4359 T}
4360 T{
4361+\ \&
4362 T}:T{
4363 \-\-usage
4364 T}
4365 T{
4366+\ \&
4367 T}:T{
4368 \-?
4369 T}
4370@@ -308,7 +310,7 @@
4371 ^ l l s
4372 ^ l l s.
4373 T{
4374-\fBVersion Introduced\fR
4375+\fBIntroduced\fR
4376 T}:T{
4377 5\&.1\&.56\-ndb\-7\&.1\&.16
4378 T}
4379@@ -320,7 +322,7 @@
4380 T{
4381 \ \&
4382 T}:T{
4383-\fBPermitted Values \fR
4384+\fBPermitted Values\fR
4385 T}
4386 :T{
4387 \fBType\fR
4388@@ -371,6 +373,7 @@
4389 \-\-version
4390 T}
4391 T{
4392+\ \&
4393 T}:T{
4394 \-V
4395 T}
4396@@ -392,9 +395,48 @@
4397 .\" ndb_config: ndb-connectstring option
4398 .\" ndb-connectstring option: ndb_config
4399 \fB\-\-ndb\-connectstring=\fR\fB\fIconnect_string\fR\fR
4400-.sp
4401-Specifies the connectstring to use in connecting to the management server\&. The format for the connectstring is the same as described in
4402-Section\ \&17.3.2.3, \(lqThe MySQL Cluster Connectstring\(rq, and defaults to
4403+.TS
4404+allbox tab(:);
4405+l l s s
4406+l l s s
4407+l l s s
4408+l l s s
4409+^ l l s
4410+^ l l s.
4411+T{
4412+\fBCommand\-Line Format\fR
4413+T}:T{
4414+\-\-ndb\-connectstring=connectstring
4415+T}
4416+T{
4417+\ \&
4418+T}:T{
4419+\-\-connect\-string=connectstring
4420+T}
4421+T{
4422+\ \&
4423+T}:T{
4424+\-c
4425+T}
4426+T{
4427+\ \&
4428+T}:T{
4429+\fBPermitted Values\fR
4430+T}
4431+:T{
4432+\fBType\fR
4433+T}:T{
4434+string
4435+T}
4436+:T{
4437+\fBDefault\fR
4438+T}:T{
4439+localhost:1186
4440+T}
4441+.TE
4442+.sp 1
4443+Specifies the connection string to use in connecting to the management server\&. The format for the connection string is the same as described in
4444+Section\ \&17.3.2.3, \(lqMySQL Cluster Connection Strings\(rq, and defaults to
4445 localhost:1186\&.
4446 .sp
4447 The use of
4448@@ -429,7 +471,7 @@
4449 T{
4450 \ \&
4451 T}:T{
4452-\fBPermitted Values \fR
4453+\fBPermitted Values\fR
4454 T}
4455 :T{
4456 \fBType\fR
4457@@ -472,7 +514,7 @@
4458 T{
4459 \ \&
4460 T}:T{
4461-\fBPermitted Values \fR
4462+\fBPermitted Values\fR
4463 T}
4464 :T{
4465 \fBType\fR
4466@@ -517,13 +559,14 @@
4467 \-\-query=string
4468 T}
4469 T{
4470+\ \&
4471 T}:T{
4472 \-q
4473 T}
4474 T{
4475 \ \&
4476 T}:T{
4477-\fBPermitted Values \fR
4478+\fBPermitted Values\fR
4479 T}
4480 :T{
4481 \fBType\fR
4482@@ -594,7 +637,7 @@
4483 T{
4484 \ \&
4485 T}:T{
4486-\fBPermitted Values \fR
4487+\fBPermitted Values\fR
4488 T}
4489 :T{
4490 \fBType\fR
4491@@ -655,7 +698,34 @@
4492 .\" ndb_config: nodeid option
4493 .\" nodeid option: ndb_config
4494 \fB\-\-nodeid=\fR\fB\fInode_id\fR\fR
4495-.sp
4496+.TS
4497+allbox tab(:);
4498+l l s s
4499+l l s s
4500+^ l l s
4501+^ l l s.
4502+T{
4503+\fBCommand\-Line Format\fR
4504+T}:T{
4505+\-\-ndb\-nodeid=#
4506+T}
4507+T{
4508+\ \&
4509+T}:T{
4510+\fBPermitted Values\fR
4511+T}
4512+:T{
4513+\fBType\fR
4514+T}:T{
4515+numeric
4516+T}
4517+:T{
4518+\fBDefault\fR
4519+T}:T{
4520+0
4521+T}
4522+.TE
4523+.sp 1
4524 Either of these options can be used to specify the node ID of the node for which configuration information is to be obtained\&.
4525 \fB\-\-nodeid\fR
4526 is the preferred form\&.
4527@@ -686,7 +756,7 @@
4528 T{
4529 \ \&
4530 T}:T{
4531-\fBPermitted Values \fR
4532+\fBPermitted Values\fR
4533 T}
4534 :T{
4535 \fBType\fR
4536@@ -735,7 +805,7 @@
4537 T{
4538 \ \&
4539 T}:T{
4540-\fBPermitted Values \fR
4541+\fBPermitted Values\fR
4542 T}
4543 :T{
4544 \fBType\fR
4545@@ -778,7 +848,7 @@
4546 ^ l l s
4547 ^ l l s.
4548 T{
4549-\fBVersion Introduced\fR
4550+\fBIntroduced\fR
4551 T}:T{
4552 5\&.1\&.56\-ndb\-7\&.1\&.16
4553 T}
4554@@ -790,7 +860,7 @@
4555 T{
4556 \ \&
4557 T}:T{
4558-\fBPermitted Values \fR
4559+\fBPermitted Values\fR
4560 T}
4561 :T{
4562 \fBType\fR
4563@@ -834,7 +904,9 @@
4564 l l s s
4565 ^ l l s
4566 ^ l l s
4567-^ l l s.
4568+^ lt l s
4569+^ ^ l s
4570+^ ^ l s.
4571 T{
4572 \fBCommand\-Line Format\fR
4573 T}:T{
4574@@ -843,7 +915,7 @@
4575 T{
4576 \ \&
4577 T}:T{
4578-\fBPermitted Values \fR
4579+\fBPermitted Values\fR
4580 T}
4581 :T{
4582 \fBType\fR
4583@@ -858,9 +930,11 @@
4584 \fBValid Values\fR
4585 T}:T{
4586 ndbd
4587-.sp
4588+T}
4589+::T{
4590 mysqld
4591-.sp
4592+T}
4593+::T{
4594 ndb_mgmd
4595 T}
4596 .TE
4597@@ -898,13 +972,14 @@
4598 \-\-fields=string
4599 T}
4600 T{
4601+\ \&
4602 T}:T{
4603 \-f
4604 T}
4605 T{
4606 \ \&
4607 T}:T{
4608-\fBPermitted Values \fR
4609+\fBPermitted Values\fR
4610 T}
4611 :T{
4612 \fBType\fR
4613@@ -969,13 +1044,14 @@
4614 \-\-rows=string
4615 T}
4616 T{
4617+\ \&
4618 T}:T{
4619 \-r
4620 T}
4621 T{
4622 \ \&
4623 T}:T{
4624-\fBPermitted Values \fR
4625+\fBPermitted Values\fR
4626 T}
4627 :T{
4628 \fBType\fR
4629@@ -1142,7 +1218,7 @@
4630 ^ l l s
4631 ^ l l s.
4632 T{
4633-\fBVersion Introduced\fR
4634+\fBIntroduced\fR
4635 T}:T{
4636 5\&.1\&.34\-ndb\-7\&.0\&.6
4637 T}
4638@@ -1154,7 +1230,7 @@
4639 T{
4640 \ \&
4641 T}:T{
4642-\fBPermitted Values \fR
4643+\fBPermitted Values\fR
4644 T}
4645 :T{
4646 \fBType\fR
4647@@ -1182,7 +1258,7 @@
4648 .\}
4649 .nf
4650 shell> \fBndb_config \-\-configinfo \-\-xml\fR
4651-<configvariables protocolversion="1" ndbversionstring="5\&.1\&.67\-ndb\-7\&.1\&.27"
4652+<configvariables protocolversion="1" ndbversionstring="5\&.1\&.71\-ndb\-7\&.1\&.29"
4653 ndbversion="458758" ndbversionmajor="7" ndbversionminor="0"
4654 ndbversionbuild="6">
4655 <section name="SYSTEM">
4656@@ -1382,7 +1458,7 @@
4657 .sp -1
4658 .IP " 2." 4.2
4659 .\}
4660-To produce a connectstring that can be used by data, SQL, and API nodes to connect to the management server:
4661+To produce a connection string that can be used by data, SQL, and API nodes to connect to the management server:
4662 .sp
4663 .if n \{\
4664 .RS 4
4665@@ -1475,40 +1551,11 @@
4666 .PP
4667 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
4668 .PP
4669-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
4670-.PP
4671-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
4672-.PP
4673-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
4674-.PP
4675-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
4676-.PP
4677-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
4678-.PP
4679-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
4680-.PP
4681-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
4682-.PP
4683-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
4684-.PP
4685-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
4686-.PP
4687-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
4688-.PP
4689-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
4690-\m[blue]\fBMySQL Contact & Questions\fR\m[].
4691-.PP
4692-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
4693-Preface and Legal Notices.
4694-.PP
4695-For help with using MySQL, please visit either the
4696-\m[blue]\fBMySQL Forums\fR\m[]
4697-or
4698-\m[blue]\fBMySQL Mailing Lists\fR\m[]
4699-where you can discuss your issues with other MySQL users.
4700-.PP
4701-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
4702-\m[blue]\fBMySQL Documentation Library\fR\m[].
4703+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
4704+.PP
4705+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
4706+.PP
4707+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
4708 .sp
4709 .SH "SEE ALSO"
4710 For more information, please refer to the MySQL Reference Manual,
4711
4712=== modified file 'Percona-Server/man/ndb_cpcd.1'
4713--- Percona-Server/man/ndb_cpcd.1 2013-06-03 03:53:55 +0000
4714+++ Percona-Server/man/ndb_cpcd.1 2013-10-22 14:49:41 +0000
4715@@ -2,12 +2,12 @@
4716 .\" Title: \fBndb_cpcd\fR
4717 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4718 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
4719-.\" Date: 03/05/2013
4720+.\" Date: 09/09/2013
4721 .\" Manual: MySQL Database System
4722 .\" Source: MySQL 5.1
4723 .\" Language: English
4724 .\"
4725-.TH "\FBNDB_CPCD\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
4726+.TH "\FBNDB_CPCD\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
4727 .\" -----------------------------------------------------------------
4728 .\" * Define some portability stuff
4729 .\" -----------------------------------------------------------------
4730@@ -52,40 +52,11 @@
4731 .PP
4732 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
4733 .PP
4734-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
4735-.PP
4736-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
4737-.PP
4738-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
4739-.PP
4740-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
4741-.PP
4742-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
4743-.PP
4744-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
4745-.PP
4746-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
4747-.PP
4748-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
4749-.PP
4750-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
4751-.PP
4752-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
4753-.PP
4754-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
4755-\m[blue]\fBMySQL Contact & Questions\fR\m[].
4756-.PP
4757-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
4758-Preface and Legal Notices.
4759-.PP
4760-For help with using MySQL, please visit either the
4761-\m[blue]\fBMySQL Forums\fR\m[]
4762-or
4763-\m[blue]\fBMySQL Mailing Lists\fR\m[]
4764-where you can discuss your issues with other MySQL users.
4765-.PP
4766-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
4767-\m[blue]\fBMySQL Documentation Library\fR\m[].
4768+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
4769+.PP
4770+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
4771+.PP
4772+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
4773 .sp
4774 .SH "SEE ALSO"
4775 For more information, please refer to the MySQL Reference Manual,
4776
4777=== modified file 'Percona-Server/man/ndb_delete_all.1'
4778--- Percona-Server/man/ndb_delete_all.1 2013-06-03 03:53:55 +0000
4779+++ Percona-Server/man/ndb_delete_all.1 2013-10-22 14:49:41 +0000
4780@@ -2,12 +2,12 @@
4781 .\" Title: \fBndb_delete_all\fR
4782 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4783 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
4784-.\" Date: 03/05/2013
4785+.\" Date: 09/09/2013
4786 .\" Manual: MySQL Database System
4787 .\" Source: MySQL 5.1
4788 .\" Language: English
4789 .\"
4790-.TH "\FBNDB_DELETE_ALL\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
4791+.TH "\FBNDB_DELETE_ALL\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
4792 .\" -----------------------------------------------------------------
4793 .\" * Define some portability stuff
4794 .\" -----------------------------------------------------------------
4795@@ -70,7 +70,7 @@
4796 .nr an-no-space-flag 1
4797 .nr an-break-flag 1
4798 .br
4799-.B Table\ \&17.15.\ \&ndb_delete_all Options: MySQL 5.1, MySQL Cluster NDB 6.3-7.1
4800+.B Table\ \&17.16.\ \&ndb_delete_all Options and Variables: MySQL 5.1, MySQL Cluster NDB 6.3-7.1
4801 .TS
4802 allbox tab(:);
4803 lB lB lB.
4804@@ -164,40 +164,11 @@
4805 .PP
4806 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
4807 .PP
4808-This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
4809-.PP
4810-The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing.
4811-.PP
4812-If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable:
4813-.PP
4814-U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065.
4815-.PP
4816-This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications.
4817-.PP
4818-Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners.
4819-.PP
4820-This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
4821-.PP
4822-This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates.
4823-.PP
4824-This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
4825-.PP
4826-You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above.
4827-.PP
4828-For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
4829-\m[blue]\fBMySQL Contact & Questions\fR\m[].
4830-.PP
4831-For additional licensing information, including licenses for third-party libraries used by MySQL products, see
4832-Preface and Legal Notices.
4833-.PP
4834-For help with using MySQL, please visit either the
4835-\m[blue]\fBMySQL Forums\fR\m[]
4836-or
4837-\m[blue]\fBMySQL Mailing Lists\fR\m[]
4838-where you can discuss your issues with other MySQL users.
4839-.PP
4840-For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the
4841-\m[blue]\fBMySQL Documentation Library\fR\m[].
4842+This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
4843+.PP
4844+This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
4845+.PP
4846+You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
4847 .sp
4848 .SH "SEE ALSO"
4849 For more information, please refer to the MySQL Reference Manual,
4850
4851=== modified file 'Percona-Server/man/ndb_desc.1'
4852--- Percona-Server/man/ndb_desc.1 2013-06-03 03:53:55 +0000
4853+++ Percona-Server/man/ndb_desc.1 2013-10-22 14:49:41 +0000
4854@@ -2,12 +2,12 @@
4855 .\" Title: \fBndb_desc\fR
4856 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4857 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
4858-.\" Date: 03/05/2013
4859+.\" Date: 09/09/2013
4860 .\" Manual: MySQL Database System
4861 .\" Source: MySQL 5.1
4862 .\" Language: English
4863 .\"
4864-.TH "\FBNDB_DESC\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"
4865+.TH "\FBNDB_DESC\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
4866 .\" -----------------------------------------------------------------
4867 .\" * Define some portability stuff
4868 .\" -----------------------------------------------------------------
4869@@ -50,6 +50,18 @@
4870 .if n \{\
4871 .RE
4872 .\}
4873+.PP
4874+(\fIMySQL Cluster NDB 7\&.0\&.36 and later; MySQL Cluster NDB 7\&.1\&.25 and later:\fR)
4875+.sp
4876+.if n \{\
4877+.RS 4
4878+.\}
4879+.nf
4880+ndb_desc \-c \fIconnect_string\fR \fIindex_name\fR \-d \fIdb_name\fR \-t \fItbl_name\fR
4881+.fi
4882+.if n \{\
4883+.RE
4884+.\}
4885 .sp
4886 Sample Output
4887 .PP
4888@@ -128,6 +140,61 @@
4889 \fBndb_desc\fR
4890 by using their names, separated by spaces\&. All of the tables must be in the same database\&.
4891 .PP
4892+Beginning with MySQL Cluster NDB 7\&.0\&.36 and MySQL Cluster NDB 7\&.1\&.25, it is possible to obtain additional information about a specific index using the
4893+\fB\-\-table\fR
4894+(short form:
4895+\fB\-t\fR) option introduced in these versions and supplying the name of the index as the first argument to
4896+\fBndb_desc\fR, as shown here:
4897+.sp
4898+.if n \{\
4899+.RS 4
4900+.\}
4901+.nf
4902+shell> \fB\&./ndb_desc uk \-d test \-t fish\fR
4903+\-\- uk \-\-
4904+Version: 3
4905+Base table: fish
4906+Number of attributes: 1
4907+Logging: 0
4908+Index type: OrderedIndex
4909+Index status: Retrieved
4910+\-\- Attributes \-\-
4911+name Varchar(20;latin1_swedish_ci) NOT NULL AT=SHORT_VAR ST=MEMORY
4912+\-\- IndexTable 10/uk \-\-
4913+Version: 3
4914+Fragment type: FragUndefined
4915+K Value: 6
4916+Min load factor: 78
4917+Max load factor: 80
4918+Temporary table: yes
4919+Number of attributes: 2
4920+Number of primary keys: 1
4921+Length of frm data: 0
4922+Row Checksum: 1
4923+Row GCI: 1
4924+SingleUserMode: 2
4925+ForceVarPart: 0
4926+FragmentCount: 4
4927+ExtraRowGciBits: 0
4928+ExtraRowAuthorBits: 0
4929+TableStatus: Retrieved
4930+\-\- Attributes \-\-
4931+name Varchar(20;latin1_swedish_ci) NOT NULL AT=SHORT_VAR ST=MEMORY
4932+NDB$TNODE Unsigned [64] PRIMARY KEY DISTRIBUTION KEY AT=FIXED ST=MEMORY
4933+\-\- Indexes \-\-
4934+PRIMARY KEY(NDB$TNODE) \- UniqueHashIndex
4935+NDBT_ProgramExit: 0 \- OK
4936+.fi
4937+.if n \{\
4938+.RE
4939+.\}
4940+.PP
4941+When an index is specified in this way, the
4942+\fB\-\-extra\-partition\-info\fR
4943+and
4944+\fB\-\-extra\-node\-info\fR
4945+options have no effect\&.
4946+.PP
4947 The
4948 Version
4949 column in the output contains the table\*(Aqs schema object version\&. For information about interpreting this value, see
4950@@ -267,7 +334,7 @@
4951 .nr an-no-space-flag 1
4952 .nr an-break-flag 1
4953 .br
4954-.B Table\ \&17.16.\ \&ndb_desc Options: MySQL 5.1, MySQL Cluster NDB 6.3-7.1
4955+.B Table\ \&17.17.\ \&ndb_desc Options and Variables: MySQL 5.1, MySQL Cluster NDB 6.3-7.1
4956 .TS
4957 allbox tab(:);
4958 lB lB lB.
4959@@ -284,53 +351,10 @@
4960 l l l
4961 l l l
4962 l l l
4963+l l l
4964 l l l.
4965 T{
4966 .PP
4967-\-\-database=dbname,
4968-.PP
4969-\-d
4970-T}:T{
4971-Name of database containing table
4972-T}:T{
4973-.PP
4974-All MySQL 5\&.1 based releases
4975-T}
4976-T{
4977-.PP
4978-\-\-unqualified,
4979-.PP
4980-\-u
4981-T}:T{
4982-Use unqualified table names
4983-T}:T{
4984-.PP
4985-All MySQL 5\&.1 based releases
4986-T}
4987-T{
4988-.PP
4989---extra-partition-info,
4990-.PP
4991--p
4992-T}:T{
4993-Display information about partitions
4994-T}:T{
4995-.PP
4996-All MySQL 5\&.1 based releases
4997-T}
4998-T{
4999-.PP
5000-\-\-retries=#,
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches