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
=== modified file 'Makefile'
--- Makefile 2013-08-27 15:05:45 +0000
+++ Makefile 2013-10-22 14:49:41 +0000
@@ -1,5 +1,5 @@
1MYSQL_VERSION=5.1.711MYSQL_VERSION=5.1.72
2PERCONA_SERVER_VERSION=rel14.92PERCONA_SERVER_VERSION=rel14.10
3PERCONA_SERVER ?=Percona-Server-$(MYSQL_VERSION)-$(PERCONA_SERVER_VERSION)3PERCONA_SERVER ?=Percona-Server-$(MYSQL_VERSION)-$(PERCONA_SERVER_VERSION)
4PERCONA_SERVER_SHORT_1 ?=Percona-Server-$(MYSQL_VERSION)4PERCONA_SERVER_SHORT_1 ?=Percona-Server-$(MYSQL_VERSION)
5PERCONA_SERVER_SHORT_2 ?=Percona-Server5PERCONA_SERVER_SHORT_2 ?=Percona-Server
66
=== modified file 'Percona-Server/client/mysqldump.c'
--- Percona-Server/client/mysqldump.c 2013-06-03 03:53:55 +0000
+++ Percona-Server/client/mysqldump.c 2013-10-22 14:49:41 +0000
@@ -2886,7 +2886,7 @@
2886 verbose_msg("-- Retrieving table structure for table %s...\n", table);2886 verbose_msg("-- Retrieving table structure for table %s...\n", table);
28872887
2888 len= my_snprintf(query_buff, sizeof(query_buff),2888 len= my_snprintf(query_buff, sizeof(query_buff),
2889 "SET OPTION SQL_QUOTE_SHOW_CREATE=%d",2889 "SET SQL_QUOTE_SHOW_CREATE=%d",
2890 (opt_quoted || opt_keywords));2890 (opt_quoted || opt_keywords));
2891 if (!create_options)2891 if (!create_options)
2892 strmov(query_buff+len,2892 strmov(query_buff+len,
@@ -5507,7 +5507,7 @@
5507 verbose_msg("-- Retrieving view structure for table %s...\n", table);5507 verbose_msg("-- Retrieving view structure for table %s...\n", table);
55085508
5509#ifdef NOT_REALLY_USED_YET5509#ifdef NOT_REALLY_USED_YET
5510 sprintf(insert_pat,"SET OPTION SQL_QUOTE_SHOW_CREATE=%d",5510 sprintf(insert_pat, "SET SQL_QUOTE_SHOW_CREATE=%d",
5511 (opt_quoted || opt_keywords));5511 (opt_quoted || opt_keywords));
5512#endif5512#endif
55135513
55145514
=== modified file 'Percona-Server/configure.in'
--- Percona-Server/configure.in 2013-08-05 13:11:52 +0000
+++ Percona-Server/configure.in 2013-10-22 14:49:41 +0000
@@ -12,7 +12,7 @@
12dnl When changing the major version number please also check the switch12dnl When changing the major version number please also check the switch
13dnl statement in mysqlbinlog::check_master_version(). You may also need13dnl statement in mysqlbinlog::check_master_version(). You may also need
14dnl to update version.c in ndb.14dnl to update version.c in ndb.
15AC_INIT([MySQL Server], [5.1.71], [], [mysql])15AC_INIT([MySQL Server], [5.1.72], [], [mysql])
1616
17AC_CONFIG_SRCDIR([sql/mysqld.cc])17AC_CONFIG_SRCDIR([sql/mysqld.cc])
18AC_CANONICAL_SYSTEM18AC_CANONICAL_SYSTEM
1919
=== modified file 'Percona-Server/man/comp_err.1'
--- Percona-Server/man/comp_err.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/comp_err.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBcomp_err\fR2.\" Title: \fBcomp_err\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBCOMP_ERR\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBCOMP_ERR\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -266,40 +266,11 @@
266.PP266.PP
267Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.267Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
268.PP268.PP
269This 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.269This 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.
270.PP270.PP
271The 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.271This 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.
272.PP272.PP
273If 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:273You 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/.
274.PP
275U.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.
276.PP
277This 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.
278.PP
279Oracle 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.
280.PP
281This 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.
282.PP
283This 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.
284.PP
285This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
286.PP
287You 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.
288.PP
289For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
290\m[blue]\fBMySQL Contact & Questions\fR\m[].
291.PP
292For additional licensing information, including licenses for third-party libraries used by MySQL products, see
293Preface and Legal Notices.
294.PP
295For help with using MySQL, please visit either the
296\m[blue]\fBMySQL Forums\fR\m[]
297or
298\m[blue]\fBMySQL Mailing Lists\fR\m[]
299where you can discuss your issues with other MySQL users.
300.PP
301For 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
302\m[blue]\fBMySQL Documentation Library\fR\m[].
303.sp274.sp
304.SH "NOTES"275.SH "NOTES"
305.IP " 1." 4276.IP " 1." 4
306277
=== modified file 'Percona-Server/man/innochecksum.1'
--- Percona-Server/man/innochecksum.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/innochecksum.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBinnochecksum\fR2.\" Title: \fBinnochecksum\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBINNOCHECKSUM\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBINNOCHECKSUM\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -152,40 +152,11 @@
152.PP152.PP
153Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.153Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
154.PP154.PP
155This 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.155This 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.
156.PP156.PP
157The 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.157This 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.
158.PP158.PP
159If 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:159You 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/.
160.PP
161U.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.
162.PP
163This 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.
164.PP
165Oracle 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.
166.PP
167This 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.
168.PP
169This 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.
170.PP
171This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
172.PP
173You 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.
174.PP
175For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
176\m[blue]\fBMySQL Contact & Questions\fR\m[].
177.PP
178For additional licensing information, including licenses for third-party libraries used by MySQL products, see
179Preface and Legal Notices.
180.PP
181For help with using MySQL, please visit either the
182\m[blue]\fBMySQL Forums\fR\m[]
183or
184\m[blue]\fBMySQL Mailing Lists\fR\m[]
185where you can discuss your issues with other MySQL users.
186.PP
187For 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
188\m[blue]\fBMySQL Documentation Library\fR\m[].
189.sp160.sp
190.SH "SEE ALSO"161.SH "SEE ALSO"
191For more information, please refer to the MySQL Reference Manual,162For more information, please refer to the MySQL Reference Manual,
192163
=== modified file 'Percona-Server/man/make_win_bin_dist.1'
--- Percona-Server/man/make_win_bin_dist.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/make_win_bin_dist.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmake_win_bin_dist\fR2.\" Title: \fBmake_win_bin_dist\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMAKE_WIN_BIN_DIST" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMAKE_WIN_BIN_DIST" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -180,40 +180,11 @@
180.PP180.PP
181Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.181Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
182.PP182.PP
183This 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.183This 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.
184.PP184.PP
185The 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.185This 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.
186.PP186.PP
187If 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:187You 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/.
188.PP
189U.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.
190.PP
191This 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.
192.PP
193Oracle 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.
194.PP
195This 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.
196.PP
197This 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.
198.PP
199This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
200.PP
201You 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.
202.PP
203For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
204\m[blue]\fBMySQL Contact & Questions\fR\m[].
205.PP
206For additional licensing information, including licenses for third-party libraries used by MySQL products, see
207Preface and Legal Notices.
208.PP
209For help with using MySQL, please visit either the
210\m[blue]\fBMySQL Forums\fR\m[]
211or
212\m[blue]\fBMySQL Mailing Lists\fR\m[]
213where you can discuss your issues with other MySQL users.
214.PP
215For 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
216\m[blue]\fBMySQL Documentation Library\fR\m[].
217.sp188.sp
218.SH "SEE ALSO"189.SH "SEE ALSO"
219For more information, please refer to the MySQL Reference Manual,190For more information, please refer to the MySQL Reference Manual,
220191
=== modified file 'Percona-Server/man/msql2mysql.1'
--- Percona-Server/man/msql2mysql.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/msql2mysql.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmsql2mysql\fR2.\" Title: \fBmsql2mysql\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMSQL2MYSQL\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMSQL2MYSQL\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -71,40 +71,11 @@
71.PP71.PP
72Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.72Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
73.PP73.PP
74This 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.74This 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.
75.PP75.PP
76The 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.76This 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.
77.PP77.PP
78If 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:78You 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/.
79.PP
80U.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.
81.PP
82This 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.
83.PP
84Oracle 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.
85.PP
86This 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.
87.PP
88This 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.
89.PP
90This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
91.PP
92You 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.
93.PP
94For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
95\m[blue]\fBMySQL Contact & Questions\fR\m[].
96.PP
97For additional licensing information, including licenses for third-party libraries used by MySQL products, see
98Preface and Legal Notices.
99.PP
100For help with using MySQL, please visit either the
101\m[blue]\fBMySQL Forums\fR\m[]
102or
103\m[blue]\fBMySQL Mailing Lists\fR\m[]
104where you can discuss your issues with other MySQL users.
105.PP
106For 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
107\m[blue]\fBMySQL Documentation Library\fR\m[].
108.sp79.sp
109.SH "SEE ALSO"80.SH "SEE ALSO"
110For more information, please refer to the MySQL Reference Manual,81For more information, please refer to the MySQL Reference Manual,
11182
=== modified file 'Percona-Server/man/my_print_defaults.1'
--- Percona-Server/man/my_print_defaults.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/my_print_defaults.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmy_print_defaults\fR2.\" Title: \fBmy_print_defaults\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMY_PRINT_DEFAULTS" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMY_PRINT_DEFAULTS" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -206,40 +206,11 @@
206.PP206.PP
207Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.207Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
208.PP208.PP
209This 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.209This 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.
210.PP210.PP
211The 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.211This 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.
212.PP212.PP
213If 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:213You 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/.
214.PP
215U.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.
216.PP
217This 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.
218.PP
219Oracle 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.
220.PP
221This 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.
222.PP
223This 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.
224.PP
225This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
226.PP
227You 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.
228.PP
229For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
230\m[blue]\fBMySQL Contact & Questions\fR\m[].
231.PP
232For additional licensing information, including licenses for third-party libraries used by MySQL products, see
233Preface and Legal Notices.
234.PP
235For help with using MySQL, please visit either the
236\m[blue]\fBMySQL Forums\fR\m[]
237or
238\m[blue]\fBMySQL Mailing Lists\fR\m[]
239where you can discuss your issues with other MySQL users.
240.PP
241For 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
242\m[blue]\fBMySQL Documentation Library\fR\m[].
243.sp214.sp
244.SH "SEE ALSO"215.SH "SEE ALSO"
245For more information, please refer to the MySQL Reference Manual,216For more information, please refer to the MySQL Reference Manual,
246217
=== modified file 'Percona-Server/man/myisam_ftdump.1'
--- Percona-Server/man/myisam_ftdump.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/myisam_ftdump.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmyisam_ftdump\fR2.\" Title: \fBmyisam_ftdump\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYISAM_FTDUMP\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYISAM_FTDUMP\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -253,40 +253,11 @@
253.PP253.PP
254Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.254Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
255.PP255.PP
256This 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.256This 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.
257.PP257.PP
258The 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.258This 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.
259.PP259.PP
260If 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:260You 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/.
261.PP
262U.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.
263.PP
264This 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.
265.PP
266Oracle 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.
267.PP
268This 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.
269.PP
270This 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.
271.PP
272This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
273.PP
274You 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.
275.PP
276For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
277\m[blue]\fBMySQL Contact & Questions\fR\m[].
278.PP
279For additional licensing information, including licenses for third-party libraries used by MySQL products, see
280Preface and Legal Notices.
281.PP
282For help with using MySQL, please visit either the
283\m[blue]\fBMySQL Forums\fR\m[]
284or
285\m[blue]\fBMySQL Mailing Lists\fR\m[]
286where you can discuss your issues with other MySQL users.
287.PP
288For 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
289\m[blue]\fBMySQL Documentation Library\fR\m[].
290.sp261.sp
291.SH "SEE ALSO"262.SH "SEE ALSO"
292For more information, please refer to the MySQL Reference Manual,263For more information, please refer to the MySQL Reference Manual,
293264
=== modified file 'Percona-Server/man/myisamchk.1'
--- Percona-Server/man/myisamchk.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/myisamchk.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmyisamchk\fR2.\" Title: \fBmyisamchk\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYISAMCHK\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYISAMCHK\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -2491,40 +2491,11 @@
2491.PP2491.PP
2492Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.2492Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2493.PP2493.PP
2494This 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.2494This 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.
2495.PP2495.PP
2496The 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.2496This 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.
2497.PP2497.PP
2498If 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:2498You 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/.
2499.PP
2500U.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.
2501.PP
2502This 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.
2503.PP
2504Oracle 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.
2505.PP
2506This 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.
2507.PP
2508This 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.
2509.PP
2510This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
2511.PP
2512You 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.
2513.PP
2514For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
2515\m[blue]\fBMySQL Contact & Questions\fR\m[].
2516.PP
2517For additional licensing information, including licenses for third-party libraries used by MySQL products, see
2518Preface and Legal Notices.
2519.PP
2520For help with using MySQL, please visit either the
2521\m[blue]\fBMySQL Forums\fR\m[]
2522or
2523\m[blue]\fBMySQL Mailing Lists\fR\m[]
2524where you can discuss your issues with other MySQL users.
2525.PP
2526For 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
2527\m[blue]\fBMySQL Documentation Library\fR\m[].
2528.sp2499.sp
2529.SH "SEE ALSO"2500.SH "SEE ALSO"
2530For more information, please refer to the MySQL Reference Manual,2501For more information, please refer to the MySQL Reference Manual,
25312502
=== modified file 'Percona-Server/man/myisamlog.1'
--- Percona-Server/man/myisamlog.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/myisamlog.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmyisamlog\fR2.\" Title: \fBmyisamlog\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYISAMLOG\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYISAMLOG\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -28,7 +28,6 @@
28.\" * MAIN CONTENT STARTS HERE *28.\" * MAIN CONTENT STARTS HERE *
29.\" -----------------------------------------------------------------29.\" -----------------------------------------------------------------
30.\" myisamlog30.\" myisamlog
31.\" isamlog
32.SH "NAME"31.SH "NAME"
33myisamlog \- display MyISAM log file contents32myisamlog \- display MyISAM log file contents
34.SH "SYNOPSIS"33.SH "SYNOPSIS"
@@ -39,7 +38,9 @@
39\fBmyisamlog\fR38\fBmyisamlog\fR
40processes the contents of a39processes the contents of a
41MyISAM40MyISAM
42log file\&.41log file\&. To create such a file, start the server with a
42\fB\-\-log\-isam=\fR\fBlog_file\fR
43option\&.
43.PP44.PP
44Invoke45Invoke
45\fBmyisamlog\fR46\fBmyisamlog\fR
@@ -49,8 +50,7 @@
49.RS 450.RS 4
50.\}51.\}
51.nf52.nf
52shell> \fBmyisamlog [\fR\fB\fIoptions\fR\fR\fB] [\fR\fB\fIlog_file\fR\fR\fB [\fR\fB\fItbl_name\fR\fR\fB] \&.\&.\&.]\fR53shell> \fBmyisamlog [\fR\fB\fIoptions\fR\fR\fB] [\fR\fB\fIfile_name\fR\fR\fB [\fR\fB\fItbl_name\fR\fR\fB] \&.\&.\&.]\fR
53shell> \fBisamlog [\fR\fB\fIoptions\fR\fR\fB] [\fR\fB\fIlog_file\fR\fR\fB [\fR\fB\fItbl_name\fR\fR\fB] \&.\&.\&.]\fR
54.fi54.fi
55.if n \{\55.if n \{\
56.RE56.RE
@@ -58,12 +58,6 @@
58.PP58.PP
59The 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 is59The 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
60myisam\&.log60myisam\&.log
61for
62\fBmyisamlog\fR
63and
64isam\&.log
65for
66\fBisamlog\fR
67if no61if no
68\fIlog_file\fR62\fIlog_file\fR
69argument is given\&. If tables are named on the command line, only those tables are updated\&.63argument is given\&. If tables are named on the command line, only those tables are updated\&.
@@ -236,40 +230,11 @@
236.PP230.PP
237Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.231Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
238.PP232.PP
239This 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.233This 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.
240.PP234.PP
241The 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.235This 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.
242.PP236.PP
243If 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:237You 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/.
244.PP
245U.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.
246.PP
247This 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.
248.PP
249Oracle 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.
250.PP
251This 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.
252.PP
253This 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.
254.PP
255This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
256.PP
257You 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.
258.PP
259For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
260\m[blue]\fBMySQL Contact & Questions\fR\m[].
261.PP
262For additional licensing information, including licenses for third-party libraries used by MySQL products, see
263Preface and Legal Notices.
264.PP
265For help with using MySQL, please visit either the
266\m[blue]\fBMySQL Forums\fR\m[]
267or
268\m[blue]\fBMySQL Mailing Lists\fR\m[]
269where you can discuss your issues with other MySQL users.
270.PP
271For 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
272\m[blue]\fBMySQL Documentation Library\fR\m[].
273.sp238.sp
274.SH "SEE ALSO"239.SH "SEE ALSO"
275For more information, please refer to the MySQL Reference Manual,240For more information, please refer to the MySQL Reference Manual,
276241
=== modified file 'Percona-Server/man/myisampack.1'
--- Percona-Server/man/myisampack.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/myisampack.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmyisampack\fR2.\" Title: \fBmyisampack\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYISAMPACK\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYISAMPACK\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -843,40 +843,11 @@
843.PP843.PP
844Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.844Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
845.PP845.PP
846This 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.846This 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.
847.PP847.PP
848The 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.848This 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.
849.PP849.PP
850If 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:850You 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/.
851.PP
852U.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.
853.PP
854This 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.
855.PP
856Oracle 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.
857.PP
858This 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.
859.PP
860This 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.
861.PP
862This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
863.PP
864You 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.
865.PP
866For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
867\m[blue]\fBMySQL Contact & Questions\fR\m[].
868.PP
869For additional licensing information, including licenses for third-party libraries used by MySQL products, see
870Preface and Legal Notices.
871.PP
872For help with using MySQL, please visit either the
873\m[blue]\fBMySQL Forums\fR\m[]
874or
875\m[blue]\fBMySQL Mailing Lists\fR\m[]
876where you can discuss your issues with other MySQL users.
877.PP
878For 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
879\m[blue]\fBMySQL Documentation Library\fR\m[].
880.sp851.sp
881.SH "SEE ALSO"852.SH "SEE ALSO"
882For more information, please refer to the MySQL Reference Manual,853For more information, please refer to the MySQL Reference Manual,
883854
=== modified file 'Percona-Server/man/mysql-stress-test.pl.1'
--- Percona-Server/man/mysql-stress-test.pl.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysql-stress-test.pl.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysql-stress-test.pl\fR2.\" Title: \fBmysql-stress-test.pl\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/06/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL7.\" Source: MySQL
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL\-STRESS\-TE" "1" "03/05/2013" "MySQL" "MySQL Database System"10.TH "\FBMYSQL\-STRESS\-TE" "1" "09/06/2013" "MySQL" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -500,41 +500,11 @@
500.PP500.PP
501Copyright \(co 2006, 2013, Oracle and/or its affiliates. All rights reserved.501Copyright \(co 2006, 2013, Oracle and/or its affiliates. All rights reserved.
502.PP502.PP
503This 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.503This 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.
504.PP504.PP
505The 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.505This 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.
506.PP506.PP
507If 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:507You 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/.
508.PP
509U.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.
510.PP
511This 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.
512.PP
513Oracle 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.
514.PP
515This 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.
516.PP
517This 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.
518.PP
519The 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.
520.PP
521This 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.
522.PP
523This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
524.PP
525You 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.
526.PP
527For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
528\m[blue]\fBMySQL Contact & Questions\fR\m[].
529.PP
530For help with using MySQL, please visit either the
531\m[blue]\fBMySQL Forums\fR\m[]
532or
533\m[blue]\fBMySQL Mailing Lists\fR\m[]
534where you can discuss your issues with other MySQL users.
535.PP
536For 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
537\m[blue]\fBMySQL Documentation Library\fR\m[].
538.sp508.sp
539.SH "SEE ALSO"509.SH "SEE ALSO"
540For more information, please refer to the MySQL Reference Manual,510For more information, please refer to the MySQL Reference Manual,
541511
=== modified file 'Percona-Server/man/mysql-test-run.pl.1'
--- Percona-Server/man/mysql-test-run.pl.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysql-test-run.pl.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysql-test-run.pl\fR2.\" Title: \fBmysql-test-run.pl\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/06/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL7.\" Source: MySQL
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL\-TEST\-RUN\" "1" "03/05/2013" "MySQL" "MySQL Database System"10.TH "\FBMYSQL\-TEST\-RUN\" "1" "09/06/2013" "MySQL" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -2553,41 +2553,11 @@
2553.PP2553.PP
2554Copyright \(co 2006, 2013, Oracle and/or its affiliates. All rights reserved.2554Copyright \(co 2006, 2013, Oracle and/or its affiliates. All rights reserved.
2555.PP2555.PP
2556This 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.2556This 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.
2557.PP2557.PP
2558The 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.2558This 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.
2559.PP2559.PP
2560If 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:2560You 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/.
2561.PP
2562U.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.
2563.PP
2564This 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.
2565.PP
2566Oracle 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.
2567.PP
2568This 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.
2569.PP
2570This 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.
2571.PP
2572The 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.
2573.PP
2574This 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.
2575.PP
2576This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
2577.PP
2578You 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.
2579.PP
2580For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
2581\m[blue]\fBMySQL Contact & Questions\fR\m[].
2582.PP
2583For help with using MySQL, please visit either the
2584\m[blue]\fBMySQL Forums\fR\m[]
2585or
2586\m[blue]\fBMySQL Mailing Lists\fR\m[]
2587where you can discuss your issues with other MySQL users.
2588.PP
2589For 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
2590\m[blue]\fBMySQL Documentation Library\fR\m[].
2591.sp2561.sp
2592.SH "SEE ALSO"2562.SH "SEE ALSO"
2593For more information, please refer to the MySQL Reference Manual,2563For more information, please refer to the MySQL Reference Manual,
25942564
=== modified file 'Percona-Server/man/mysql.1'
--- Percona-Server/man/mysql.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysql.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysql\fR2.\" Title: \fBmysql\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQL\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -84,11 +84,17 @@
84\eG84\eG
85and press Enter\&.85and press Enter\&.
86.PP86.PP
87As of MySQL 5\&.1\&.10, typing Control+C causes87As of MySQL 5\&.1\&.10, typing
88\fBmysql\fR88Control+C
89to attempt to kill the current statement\&. If this cannot be done, or Control+C is typed again before the statement is killed,89causes
90\fBmysql\fR90\fBmysql\fR
91exits\&. Previously, Control+C caused91to attempt to kill the current statement\&. If this cannot be done, or
92Control+C
93is typed again before the statement is killed,
94\fBmysql\fR
95exits\&. Previously,
96Control+C
97caused
92\fBmysql\fR98\fBmysql\fR
93to exit in all cases\&.99to exit in all cases\&.
94.PP100.PP
@@ -106,8 +112,8 @@
106.PP112.PP
107On Unix, the113On Unix, the
108\fBmysql\fR114\fBmysql\fR
109client writes a record of executed statements to a history file\&. See115client logs statements executed interactively to a history file\&. See
110the section called \(lqMYSQL HISTORY FILE\(rq\&.116the section called \(lqMYSQL LOGGING\(rq\&.
111.SH "MYSQL OPTIONS"117.SH "MYSQL OPTIONS"
112.\" mysql command options118.\" mysql command options
113.\" command options: mysql119.\" command options: mysql
@@ -1017,7 +1023,7 @@
1017.\" secure-auth option: mysql1023.\" secure-auth option: mysql
1018\fB\-\-secure\-auth\fR1024\fB\-\-secure\-auth\fR
1019.sp1025.sp
1020Do 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\&.1026Do not send passwords to the server in old (pre\-4\&.1) format\&. This prevents connections except for servers that use the newer password format\&.
1021.RE1027.RE
1022.sp1028.sp
1023.RS 41029.RS 4
@@ -1049,7 +1055,8 @@
1049.sp1055.sp
1050Ignore1056Ignore
1051SIGINT1057SIGINT
1052signals (typically the result of typing Control+C)\&.1058signals (typically the result of typing
1059Control+C)\&.
1053.RE1060.RE
1054.sp1061.sp
1055.RS 41062.RS 4
@@ -1388,7 +1395,7 @@
1388.\" max_allowed_packet variable1395.\" max_allowed_packet variable
1389max_allowed_packet1396max_allowed_packet
1390.sp1397.sp
1391The maximum packet length to send to or receive from the server\&. (Default value is 16MB\&.)1398The maximum size of the buffer for client/server communication\&. The default is 16MB, the maximum is 1GB\&.
1392.RE1399.RE
1393.sp1400.sp
1394.RS 41401.RS 4
@@ -1612,7 +1619,7 @@
1612\(lq;\(rq, instances of that character are sent to the server without interpretation\&. However, the server itself still interprets1619\(lq;\(rq, instances of that character are sent to the server without interpretation\&. However, the server itself still interprets
1613\(lq;\(rq1620\(lq;\(rq
1614as a statement delimiter and processes statements accordingly\&. This behavior on the server side comes into play for multiple\-statement execution (see1621as a statement delimiter and processes statements accordingly\&. This behavior on the server side comes into play for multiple\-statement execution (see
1615Section\ \&21.8.12, \(lqC API Support for Multiple Statement Execution\(rq), and for parsing the body of stored procedures and functions, triggers, and events (see1622Section\ \&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
1616Section\ \&19.1, \(lqDefining Stored Programs\(rq)\&.1623Section\ \&19.1, \(lqDefining Stored Programs\(rq)\&.
1617.RE1624.RE
1618.sp1625.sp
@@ -2472,7 +2479,7 @@
2472.RE2479.RE
2473.\}2480.\}
2474.RE2481.RE
2475.SH "MYSQL HISTORY FILE"2482.SH "MYSQL LOGGING"
2476.\" MYSQL_HISTFILE environment variable2483.\" MYSQL_HISTFILE environment variable
2477.\" environment variable: MYSQL_HISTFILE2484.\" environment variable: MYSQL_HISTFILE
2478.\" HOME environment variable2485.\" HOME environment variable
@@ -2483,27 +2490,109 @@
2483.PP2490.PP
2484On Unix, the2491On Unix, the
2485\fBmysql\fR2492\fBmysql\fR
2486client writes a record of executed statements to a history file\&. By default, this file is named2493client logs statements executed interactively to a history file\&. By default, this file is named
2487\&.mysql_history2494\&.mysql_history
2488and is created in your home directory\&. To specify a different file, set the value of the2495in your home directory\&. To specify a different file, set the value of the
2489MYSQL_HISTFILE2496MYSQL_HISTFILE
2490environment variable\&.2497environment variable\&.
2498 How Logging Occurs
2499.PP
2500Statement logging occurs as follows:
2501.sp
2502.RS 4
2503.ie n \{\
2504\h'-04'\(bu\h'+03'\c
2505.\}
2506.el \{\
2507.sp -1
2508.IP \(bu 2.3
2509.\}
2510Statements 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
2511\fB\-\-batch\fR
2512or
2513\fB\-\-execute\fR
2514option\&.
2515.RE
2516.sp
2517.RS 4
2518.ie n \{\
2519\h'-04'\(bu\h'+03'\c
2520.\}
2521.el \{\
2522.sp -1
2523.IP \(bu 2.3
2524.\}
2525\fBmysql\fR
2526logs each nonempty statement line individually\&.
2527.RE
2528.sp
2529.RS 4
2530.ie n \{\
2531\h'-04'\(bu\h'+03'\c
2532.\}
2533.el \{\
2534.sp -1
2535.IP \(bu 2.3
2536.\}
2537If a statement spans multiple lines (not including the terminating delimiter),
2538\fBmysql\fR
2539concatenates the lines to form the complete statement, maps newlines to spaces, and logs the result, plus a delimiter\&.
2540.RE
2541.PP
2542Consequently, an input statement that spans multiple lines can be logged twice\&. Consider this input:
2543.sp
2544.if n \{\
2545.RS 4
2546.\}
2547.nf
2548mysql> \fBSELECT\fR
2549 \-> \fB\*(AqToday is\*(Aq\fR
2550 \-> \fB,\fR
2551 \-> \fBCONCAT()\fR
2552 \-> \fB;\fR
2553.fi
2554.if n \{\
2555.RE
2556.\}
2557.PP
2558In this case,
2559\fBmysql\fR
2560logs the
2561\(lqSELECT\(rq,
2562\(lq\*(AqToday is\*(Aq\(rq,
2563\(lq,\(rq,
2564\(lqCONCAT()\(rq, and
2565\(lq;\(rq
2566lines as it reads them\&. It also logs the complete statement, after mapping
2567SELECT\en\*(AqToday is\*(Aq\en,\enCURDATE()
2568to
2569SELECT \*(AqToday is\*(Aq , CURDATE(), plus a delimiter\&. Thus, these lines appear in logged output:
2570.sp
2571.if n \{\
2572.RS 4
2573.\}
2574.nf
2575SELECT
2576\*(AqToday is\*(Aq
2577,
2578CURDATE()
2579;
2580SELECT \*(AqToday is\*(Aq , CURDATE();
2581.fi
2582.if n \{\
2583.RE
2584.\}
2585.sp
2586 Controlling the History File
2491.PP2587.PP
2492The2588The
2493\&.mysql_history2589\&.mysql_history
2494should 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\&. See2590file 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
2495Section\ \&6.1.2.1, \(lqEnd-User Guidelines for Password Security\(rq\&.2591Section\ \&6.1.2.1, \(lqEnd-User Guidelines for Password Security\(rq\&.
2496.PP2592.PP
2497\fBmysql\fR
2498does 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
2499\fB\-\-batch\fR
2500or
2501\fB\-\-execute\fR
2502option\&.
2503.PP
2504If you do not want to maintain a history file, first remove2593If you do not want to maintain a history file, first remove
2505\&.mysql_history2594\&.mysql_history
2506if it exists, and then use either of the following techniques:2595if it exists\&. Then use either of the following techniques to prevent it from being created again:
2507.sp2596.sp
2508.RS 42597.RS 4
2509.ie n \{\2598.ie n \{\
@@ -2515,8 +2604,8 @@
2515.\}2604.\}
2516Set the2605Set the
2517MYSQL_HISTFILE2606MYSQL_HISTFILE
2518variable to2607environment variable to
2519/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\&.2608/dev/null\&. To cause this setting to take effect each time you log in, put it in one of your shell\*(Aqs startup files\&.
2520.RE2609.RE
2521.sp2610.sp
2522.RS 42611.RS 4
@@ -2530,7 +2619,7 @@
2530Create2619Create
2531\&.mysql_history2620\&.mysql_history
2532as a symbolic link to2621as a symbolic link to
2533/dev/null:2622/dev/null; this need be done only once:
2534.sp2623.sp
2535.if n \{\2624.if n \{\
2536.RS 42625.RS 4
@@ -2541,8 +2630,6 @@
2541.if n \{\2630.if n \{\
2542.RE2631.RE
2543.\}2632.\}
2544.sp
2545You need do this only once\&.
2546.RE2633.RE
2547.SH "MYSQL SERVER-SIDE HELP"2634.SH "MYSQL SERVER-SIDE HELP"
2548.sp2635.sp
@@ -2658,6 +2745,35 @@
2658.if n \{\2745.if n \{\
2659.RE2746.RE
2660.\}2747.\}
2748.PP
2749The search string can contain the the wildcard characters
2750\(lq%\(rq
2751and
2752\(lq_\(rq\&. These have the same meaning as for pattern\-matching operations performed with the
2753LIKE
2754operator\&. For example,
2755HELP rep%
2756returns a list of topics that begin with
2757rep:
2758.sp
2759.if n \{\
2760.RS 4
2761.\}
2762.nf
2763mysql> \fBHELP rep%\fR
2764Many help items for your request exist\&.
2765To make a more specific request, please type \*(Aqhelp <item>\*(Aq,
2766where <item> is one of the following
2767topics:
2768 REPAIR TABLE
2769 REPEAT FUNCTION
2770 REPEAT LOOP
2771 REPLACE
2772 REPLACE FUNCTION
2773.fi
2774.if n \{\
2775.RE
2776.\}
2661.SH "EXECUTING SQL STATEMENTS FROM A TEXT FILE"2777.SH "EXECUTING SQL STATEMENTS FROM A TEXT FILE"
2662.\" executing SQL statements from text files2778.\" executing SQL statements from text files
2663.\" importing: data2779.\" importing: data
@@ -2770,6 +2886,79 @@
2770This section describes some techniques that can help you use2886This section describes some techniques that can help you use
2771\fBmysql\fR2887\fBmysql\fR
2772more effectively\&.2888more effectively\&.
2889.SS "Input\-Line Editing"
2890.PP
2891\fBmysql\fR
2892supports input\-line editing, which enables you to modify the current input line in place or recall previous input lines\&. For example, the
2893left\-arrow
2894and
2895right\-arrow
2896keys move horizontally within the current input line, and the
2897up\-arror
2898and
2899down\-arrow
2900keys move up and down through the set of previously entered lines\&.
2901Backspace
2902deletes the character before the cursor and typing new characters enters them at the cursor position\&. To enter the line, press
2903Enter\&.
2904.PP
2905On 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
2906\fBmysql\fR
2907(for example, the
2908libedit
2909or
2910readline
2911library)\&.
2912.PP
2913Documentation for the
2914libedit
2915and
2916readline
2917libraries 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:
2918\&.editrc
2919for
2920libedit
2921and
2922\&.inputrc
2923for
2924readline\&.
2925.PP
2926For example, in
2927libedit,
2928Control+W
2929deletes everything before the current cursor position and
2930Control+U
2931deletes the entire line\&. In
2932readline,
2933Control+W
2934deletes the word before the cursor and
2935Control+U
2936deletes everything before the current cursor position\&. If
2937\fBmysql\fR
2938was built using
2939libedit, a user who prefers the
2940readline
2941behavior for these two keys can put the following lines in the
2942\&.editrc
2943file (creating the file if necessary):
2944.sp
2945.if n \{\
2946.RS 4
2947.\}
2948.nf
2949bind "^W" ed\-delete\-prev\-word
2950bind "^U" vi\-kill\-line\-prev
2951.fi
2952.if n \{\
2953.RE
2954.\}
2955.PP
2956To see the current set of key bindings, temporarily put a line that says only
2957bind
2958at the end of
2959\&.editrc\&.
2960\fBmysql\fR
2961will show the bindings when it starts\&.
2773.SS "Displaying Query Results Vertically"2962.SS "Displaying Query Results Vertically"
2774.PP2963.PP
2775Some 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:2964Some 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:
@@ -2953,46 +3142,17 @@
2953option\&.3142option\&.
2954.PP3143.PP
2955For more information about auto\-reconnect and its effect on state information when a reconnection occurs, see3144For more information about auto\-reconnect and its effect on state information when a reconnection occurs, see
2956Section\ \&21.8.11, \(lqControlling Automatic Reconnection Behavior\(rq\&.3145Section\ \&21.8.15, \(lqControlling Automatic Reconnection Behavior\(rq\&.
2957.SH "COPYRIGHT"3146.SH "COPYRIGHT"
2958.br3147.br
2959.PP3148.PP
2960Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.3149Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2961.PP3150.PP
2962This 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.3151This 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.
2963.PP3152.PP
2964The 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.3153This 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.
2965.PP3154.PP
2966If 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:3155You 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/.
2967.PP
2968U.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.
2969.PP
2970This 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.
2971.PP
2972Oracle 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.
2973.PP
2974This 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.
2975.PP
2976This 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.
2977.PP
2978This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
2979.PP
2980You 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.
2981.PP
2982For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
2983\m[blue]\fBMySQL Contact & Questions\fR\m[].
2984.PP
2985For additional licensing information, including licenses for third-party libraries used by MySQL products, see
2986Preface and Legal Notices.
2987.PP
2988For help with using MySQL, please visit either the
2989\m[blue]\fBMySQL Forums\fR\m[]
2990or
2991\m[blue]\fBMySQL Mailing Lists\fR\m[]
2992where you can discuss your issues with other MySQL users.
2993.PP
2994For 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
2995\m[blue]\fBMySQL Documentation Library\fR\m[].
2996.sp3156.sp
2997.SH "SEE ALSO"3157.SH "SEE ALSO"
2998For more information, please refer to the MySQL Reference Manual,3158For more information, please refer to the MySQL Reference Manual,
29993159
=== modified file 'Percona-Server/man/mysql.server.1'
--- Percona-Server/man/mysql.server.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysql.server.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysql.server\fR2.\" Title: \fBmysql.server\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL\&.SERVER\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQL\&.SERVER\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -49,7 +49,7 @@
49/etc/init\&.d49/etc/init\&.d
50directory with the name50directory with the name
51mysql\&. You need not install it manually\&. See51mysql\&. You need not install it manually\&. See
52Section\ \&2.5.1, \(lqInstalling MySQL from RPM Packages on Linux\(rq, for more information on the Linux RPM packages\&.52Section\ \&2.5.1, \(lqInstalling MySQL on Linux Using RPM Packages\(rq, for more information on the Linux RPM packages\&.
53.PP53.PP
54Some vendors provide RPM packages that install a startup script under a different name such as54Some vendors provide RPM packages that install a startup script under a different name such as
55\fBmysqld\fR\&.55\fBmysqld\fR\&.
@@ -187,40 +187,11 @@
187.PP187.PP
188Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.188Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
189.PP189.PP
190This 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.190This 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.
191.PP191.PP
192The 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.192This 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.
193.PP193.PP
194If 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:194You 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/.
195.PP
196U.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.
197.PP
198This 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.
199.PP
200Oracle 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.
201.PP
202This 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.
203.PP
204This 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.
205.PP
206This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
207.PP
208You 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.
209.PP
210For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
211\m[blue]\fBMySQL Contact & Questions\fR\m[].
212.PP
213For additional licensing information, including licenses for third-party libraries used by MySQL products, see
214Preface and Legal Notices.
215.PP
216For help with using MySQL, please visit either the
217\m[blue]\fBMySQL Forums\fR\m[]
218or
219\m[blue]\fBMySQL Mailing Lists\fR\m[]
220where you can discuss your issues with other MySQL users.
221.PP
222For 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
223\m[blue]\fBMySQL Documentation Library\fR\m[].
224.sp195.sp
225.SH "SEE ALSO"196.SH "SEE ALSO"
226For more information, please refer to the MySQL Reference Manual,197For more information, please refer to the MySQL Reference Manual,
227198
=== modified file 'Percona-Server/man/mysql_client_test.1'
--- Percona-Server/man/mysql_client_test.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysql_client_test.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysql_client_test\fR2.\" Title: \fBmysql_client_test\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/06/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL7.\" Source: MySQL
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_CLIENT_TEST" "1" "03/05/2013" "MySQL" "MySQL Database System"10.TH "\FBMYSQL_CLIENT_TEST" "1" "09/06/2013" "MySQL" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -337,41 +337,11 @@
337.PP337.PP
338Copyright \(co 2006, 2013, Oracle and/or its affiliates. All rights reserved.338Copyright \(co 2006, 2013, Oracle and/or its affiliates. All rights reserved.
339.PP339.PP
340This 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.340This 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.
341.PP341.PP
342The 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.342This 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.
343.PP343.PP
344If 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:344You 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/.
345.PP
346U.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.
347.PP
348This 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.
349.PP
350Oracle 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.
351.PP
352This 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.
353.PP
354This 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.
355.PP
356The 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.
357.PP
358This 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.
359.PP
360This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
361.PP
362You 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.
363.PP
364For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
365\m[blue]\fBMySQL Contact & Questions\fR\m[].
366.PP
367For help with using MySQL, please visit either the
368\m[blue]\fBMySQL Forums\fR\m[]
369or
370\m[blue]\fBMySQL Mailing Lists\fR\m[]
371where you can discuss your issues with other MySQL users.
372.PP
373For 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
374\m[blue]\fBMySQL Documentation Library\fR\m[].
375.sp345.sp
376.SH "SEE ALSO"346.SH "SEE ALSO"
377For more information, please refer to the MySQL Reference Manual,347For more information, please refer to the MySQL Reference Manual,
378348
=== modified file 'Percona-Server/man/mysql_client_test_embedded.1'
--- Percona-Server/man/mysql_client_test_embedded.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysql_client_test_embedded.1 2013-10-22 14:49:41 +0000
@@ -1,1 +1,1 @@
1.so mysql_client_test.11.so man-gpl-tmp2/mysql_client_test.1
22
=== modified file 'Percona-Server/man/mysql_config.1'
--- Percona-Server/man/mysql_config.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysql_config.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysql_config\fR2.\" Title: \fBmysql_config\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_CONFIG\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQL_CONFIG\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -29,14 +29,14 @@
29.\" -----------------------------------------------------------------29.\" -----------------------------------------------------------------
30.\" mysql_config30.\" mysql_config
31.SH "NAME"31.SH "NAME"
32mysql_config \- get compile options for compiling clients32mysql_config \- display options for compiling clients
33.SH "SYNOPSIS"33.SH "SYNOPSIS"
34.HP \w'\fBmysql_config\ \fR\fB\fIoptions\fR\fR\ 'u34.HP \w'\fBmysql_config\ \fR\fB\fIoptions\fR\fR\ 'u
35\fBmysql_config \fR\fB\fIoptions\fR\fR35\fBmysql_config \fR\fB\fIoptions\fR\fR
36.SH "DESCRIPTION"36.SH "DESCRIPTION"
37.PP37.PP
38\fBmysql_config\fR38\fBmysql_config\fR
39provides you with useful information for compiling your MySQL client and connecting it to MySQL\&.39provides 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\&.
40.PP40.PP
41\fBmysql_config\fR41\fBmysql_config\fR
42supports the following options\&.42supports the following options\&.
@@ -197,14 +197,14 @@
197 \-\-cflags [\-I/usr/local/mysql/include/mysql \-mcpu=pentiumpro]197 \-\-cflags [\-I/usr/local/mysql/include/mysql \-mcpu=pentiumpro]
198 \-\-include [\-I/usr/local/mysql/include/mysql]198 \-\-include [\-I/usr/local/mysql/include/mysql]
199 \-\-libs [\-L/usr/local/mysql/lib/mysql \-lmysqlclient \-lz199 \-\-libs [\-L/usr/local/mysql/lib/mysql \-lmysqlclient \-lz
200 \-lcrypt \-lnsl \-lm \-L/usr/lib \-lssl \-lcrypto]200 \-lz \-lcrypt \-lnsl \-lm]
201 \-\-libs_r [\-L/usr/local/mysql/lib/mysql \-lmysqlclient_r201 \-\-libs_r [\-L/usr/local/mysql/lib/mysql \-lmysqlclient_r
202 \-lpthread \-lz \-lcrypt \-lnsl \-lm \-lpthread]202 \-lz \-lpthread \-lcrypt \-lnsl \-lm \-lpthread]
203 \-\-socket [/tmp/mysql\&.sock]203 \-\-socket [/tmp/mysql\&.sock]
204 \-\-port [3306]204 \-\-port [3306]
205 \-\-version [4\&.0\&.16]205 \-\-version [5\&.1\&.69]
206 \-\-libmysqld\-libs [\-L/usr/local/mysql/lib/mysql \-lmysqld \-lpthread \-lz206 \-\-libmysqld\-libs [\-L/usr/local/mysql/lib/mysql \-lmysqld \-ldl
207 \-lcrypt \-lnsl \-lm \-lpthread \-lrt]207 \-lz \-lpthread \-lcrypt \-lnsl \-lm \-lpthread \-lrt]
208.fi208.fi
209.if n \{\209.if n \{\
210.RE210.RE
@@ -212,7 +212,7 @@
212.PP212.PP
213You can use213You can use
214\fBmysql_config\fR214\fBmysql_config\fR
215within a command line to include the value that it displays for a particular option\&. For example, to compile a MySQL client program, use215within 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
216\fBmysql_config\fR216\fBmysql_config\fR
217as follows:217as follows:
218.sp218.sp
@@ -220,55 +220,22 @@
220.RS 4220.RS 4
221.\}221.\}
222.nf222.nf
223shell> \fBCFG=/usr/local/mysql/bin/mysql_config\fR223shell> \fBgcc \-c `mysql_config \-\-cflags` progname\&.c\fR
224shell> \fBsh \-c "gcc \-o progname `$CFG \-\-include` progname\&.c `$CFG \-\-libs`"\fR224shell> \fBgcc \-o progname progname\&.o `mysql_config \-\-libs`\fR
225.fi225.fi
226.if n \{\226.if n \{\
227.RE227.RE
228.\}228.\}
229.PP
230When you use
231\fBmysql_config\fR
232this 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\&.
233.SH "COPYRIGHT"229.SH "COPYRIGHT"
234.br230.br
235.PP231.PP
236Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.232Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
237.PP233.PP
238This 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.234This 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.
239.PP235.PP
240The 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.236This 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.
241.PP237.PP
242If 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:238You 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/.
243.PP
244U.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.
245.PP
246This 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.
247.PP
248Oracle 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.
249.PP
250This 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.
251.PP
252This 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.
253.PP
254This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
255.PP
256You 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.
257.PP
258For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
259\m[blue]\fBMySQL Contact & Questions\fR\m[].
260.PP
261For additional licensing information, including licenses for third-party libraries used by MySQL products, see
262Preface and Legal Notices.
263.PP
264For help with using MySQL, please visit either the
265\m[blue]\fBMySQL Forums\fR\m[]
266or
267\m[blue]\fBMySQL Mailing Lists\fR\m[]
268where you can discuss your issues with other MySQL users.
269.PP
270For 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
271\m[blue]\fBMySQL Documentation Library\fR\m[].
272.sp239.sp
273.SH "SEE ALSO"240.SH "SEE ALSO"
274For more information, please refer to the MySQL Reference Manual,241For more information, please refer to the MySQL Reference Manual,
275242
=== modified file 'Percona-Server/man/mysql_convert_table_format.1'
--- Percona-Server/man/mysql_convert_table_format.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysql_convert_table_format.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysql_convert_table_format\fR2.\" Title: \fBmysql_convert_table_format\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_CONVERT_TAB" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQL_CONVERT_TAB" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -227,40 +227,11 @@
227.PP227.PP
228Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.228Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
229.PP229.PP
230This 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.230This 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.
231.PP231.PP
232The 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.232This 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.
233.PP233.PP
234If 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:234You 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/.
235.PP
236U.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.
237.PP
238This 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.
239.PP
240Oracle 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.
241.PP
242This 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.
243.PP
244This 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.
245.PP
246This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
247.PP
248You 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.
249.PP
250For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
251\m[blue]\fBMySQL Contact & Questions\fR\m[].
252.PP
253For additional licensing information, including licenses for third-party libraries used by MySQL products, see
254Preface and Legal Notices.
255.PP
256For help with using MySQL, please visit either the
257\m[blue]\fBMySQL Forums\fR\m[]
258or
259\m[blue]\fBMySQL Mailing Lists\fR\m[]
260where you can discuss your issues with other MySQL users.
261.PP
262For 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
263\m[blue]\fBMySQL Documentation Library\fR\m[].
264.sp235.sp
265.SH "SEE ALSO"236.SH "SEE ALSO"
266For more information, please refer to the MySQL Reference Manual,237For more information, please refer to the MySQL Reference Manual,
267238
=== modified file 'Percona-Server/man/mysql_find_rows.1'
--- Percona-Server/man/mysql_find_rows.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysql_find_rows.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysql_find_rows\fR2.\" Title: \fBmysql_find_rows\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_FIND_ROWS\F" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQL_FIND_ROWS\F" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -162,40 +162,11 @@
162.PP162.PP
163Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.163Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
164.PP164.PP
165This 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.165This 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.
166.PP166.PP
167The 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.167This 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.
168.PP168.PP
169If 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:169You 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/.
170.PP
171U.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.
172.PP
173This 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.
174.PP
175Oracle 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.
176.PP
177This 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.
178.PP
179This 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.
180.PP
181This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
182.PP
183You 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.
184.PP
185For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
186\m[blue]\fBMySQL Contact & Questions\fR\m[].
187.PP
188For additional licensing information, including licenses for third-party libraries used by MySQL products, see
189Preface and Legal Notices.
190.PP
191For help with using MySQL, please visit either the
192\m[blue]\fBMySQL Forums\fR\m[]
193or
194\m[blue]\fBMySQL Mailing Lists\fR\m[]
195where you can discuss your issues with other MySQL users.
196.PP
197For 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
198\m[blue]\fBMySQL Documentation Library\fR\m[].
199.sp170.sp
200.SH "SEE ALSO"171.SH "SEE ALSO"
201For more information, please refer to the MySQL Reference Manual,172For more information, please refer to the MySQL Reference Manual,
202173
=== modified file 'Percona-Server/man/mysql_fix_extensions.1'
--- Percona-Server/man/mysql_fix_extensions.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysql_fix_extensions.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysql_fix_extensions\fR2.\" Title: \fBmysql_fix_extensions\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_FIX_EXTENSI" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQL_FIX_EXTENSI" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -72,40 +72,11 @@
72.PP72.PP
73Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.73Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
74.PP74.PP
75This 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.75This 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.
76.PP76.PP
77The 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.77This 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.
78.PP78.PP
79If 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:79You 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/.
80.PP
81U.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.
82.PP
83This 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.
84.PP
85Oracle 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.
86.PP
87This 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.
88.PP
89This 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.
90.PP
91This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
92.PP
93You 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.
94.PP
95For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
96\m[blue]\fBMySQL Contact & Questions\fR\m[].
97.PP
98For additional licensing information, including licenses for third-party libraries used by MySQL products, see
99Preface and Legal Notices.
100.PP
101For help with using MySQL, please visit either the
102\m[blue]\fBMySQL Forums\fR\m[]
103or
104\m[blue]\fBMySQL Mailing Lists\fR\m[]
105where you can discuss your issues with other MySQL users.
106.PP
107For 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
108\m[blue]\fBMySQL Documentation Library\fR\m[].
109.sp80.sp
110.SH "SEE ALSO"81.SH "SEE ALSO"
111For more information, please refer to the MySQL Reference Manual,82For more information, please refer to the MySQL Reference Manual,
11283
=== modified file 'Percona-Server/man/mysql_fix_privilege_tables.1'
--- Percona-Server/man/mysql_fix_privilege_tables.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysql_fix_privilege_tables.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysql_fix_privilege_tables\fR2.\" Title: \fBmysql_fix_privilege_tables\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_FIX_PRIVILE" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQL_FIX_PRIVILE" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -170,40 +170,11 @@
170.PP170.PP
171Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.171Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
172.PP172.PP
173This 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.173This 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.
174.PP174.PP
175The 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.175This 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.
176.PP176.PP
177If 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:177You 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/.
178.PP
179U.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.
180.PP
181This 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.
182.PP
183Oracle 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.
184.PP
185This 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.
186.PP
187This 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.
188.PP
189This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
190.PP
191You 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.
192.PP
193For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
194\m[blue]\fBMySQL Contact & Questions\fR\m[].
195.PP
196For additional licensing information, including licenses for third-party libraries used by MySQL products, see
197Preface and Legal Notices.
198.PP
199For help with using MySQL, please visit either the
200\m[blue]\fBMySQL Forums\fR\m[]
201or
202\m[blue]\fBMySQL Mailing Lists\fR\m[]
203where you can discuss your issues with other MySQL users.
204.PP
205For 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
206\m[blue]\fBMySQL Documentation Library\fR\m[].
207.sp178.sp
208.SH "SEE ALSO"179.SH "SEE ALSO"
209For more information, please refer to the MySQL Reference Manual,180For more information, please refer to the MySQL Reference Manual,
210181
=== modified file 'Percona-Server/man/mysql_install_db.1'
--- Percona-Server/man/mysql_install_db.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysql_install_db.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysql_install_db\fR2.\" Title: \fBmysql_install_db\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_INSTALL_DB\" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQL_INSTALL_DB\" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -296,40 +296,11 @@
296.PP296.PP
297Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.297Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
298.PP298.PP
299This 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.299This 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.PP300.PP
301The 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.301This 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.PP302.PP
303If 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:303You 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.PP
305U.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.
306.PP
307This 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.
308.PP
309Oracle 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.
310.PP
311This 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.
312.PP
313This 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.
314.PP
315This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
316.PP
317You 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.
318.PP
319For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
320\m[blue]\fBMySQL Contact & Questions\fR\m[].
321.PP
322For additional licensing information, including licenses for third-party libraries used by MySQL products, see
323Preface and Legal Notices.
324.PP
325For help with using MySQL, please visit either the
326\m[blue]\fBMySQL Forums\fR\m[]
327or
328\m[blue]\fBMySQL Mailing Lists\fR\m[]
329where you can discuss your issues with other MySQL users.
330.PP
331For 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
332\m[blue]\fBMySQL Documentation Library\fR\m[].
333.sp304.sp
334.SH "SEE ALSO"305.SH "SEE ALSO"
335For more information, please refer to the MySQL Reference Manual,306For more information, please refer to the MySQL Reference Manual,
336307
=== modified file 'Percona-Server/man/mysql_secure_installation.1'
--- Percona-Server/man/mysql_secure_installation.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysql_secure_installation.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysql_secure_installation\fR2.\" Title: \fBmysql_secure_installation\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_SECURE_INST" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQL_SECURE_INST" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -107,48 +107,16 @@
107.\}107.\}
108.PP108.PP
109The script will prompt you to determine which actions to perform\&.109The script will prompt you to determine which actions to perform\&.
110.PP
111\fBmysql_secure_installation\fR
112is not available on Windows\&.
113.SH "COPYRIGHT"110.SH "COPYRIGHT"
114.br111.br
115.PP112.PP
116Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.113Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
117.PP114.PP
118This 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.115This 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.
119.PP116.PP
120The 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.117This 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.
121.PP118.PP
122If 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:119You 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/.
123.PP
124U.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.
125.PP
126This 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.
127.PP
128Oracle 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.
129.PP
130This 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.
131.PP
132This 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.
133.PP
134This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
135.PP
136You 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.
137.PP
138For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
139\m[blue]\fBMySQL Contact & Questions\fR\m[].
140.PP
141For additional licensing information, including licenses for third-party libraries used by MySQL products, see
142Preface and Legal Notices.
143.PP
144For help with using MySQL, please visit either the
145\m[blue]\fBMySQL Forums\fR\m[]
146or
147\m[blue]\fBMySQL Mailing Lists\fR\m[]
148where you can discuss your issues with other MySQL users.
149.PP
150For 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
151\m[blue]\fBMySQL Documentation Library\fR\m[].
152.sp120.sp
153.SH "SEE ALSO"121.SH "SEE ALSO"
154For more information, please refer to the MySQL Reference Manual,122For more information, please refer to the MySQL Reference Manual,
155123
=== modified file 'Percona-Server/man/mysql_setpermission.1'
--- Percona-Server/man/mysql_setpermission.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysql_setpermission.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysql_setpermission\fR2.\" Title: \fBmysql_setpermission\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_SETPERMISSI" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQL_SETPERMISSI" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -174,40 +174,11 @@
174.PP174.PP
175Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.175Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
176.PP176.PP
177This 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.177This 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.
178.PP178.PP
179The 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.179This 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.
180.PP180.PP
181If 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:181You 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/.
182.PP
183U.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.
184.PP
185This 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.
186.PP
187Oracle 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.
188.PP
189This 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.
190.PP
191This 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.
192.PP
193This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
194.PP
195You 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.
196.PP
197For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
198\m[blue]\fBMySQL Contact & Questions\fR\m[].
199.PP
200For additional licensing information, including licenses for third-party libraries used by MySQL products, see
201Preface and Legal Notices.
202.PP
203For help with using MySQL, please visit either the
204\m[blue]\fBMySQL Forums\fR\m[]
205or
206\m[blue]\fBMySQL Mailing Lists\fR\m[]
207where you can discuss your issues with other MySQL users.
208.PP
209For 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
210\m[blue]\fBMySQL Documentation Library\fR\m[].
211.sp182.sp
212.SH "SEE ALSO"183.SH "SEE ALSO"
213For more information, please refer to the MySQL Reference Manual,184For more information, please refer to the MySQL Reference Manual,
214185
=== modified file 'Percona-Server/man/mysql_tzinfo_to_sql.1'
--- Percona-Server/man/mysql_tzinfo_to_sql.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysql_tzinfo_to_sql.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysql_tzinfo_to_sql\fR2.\" Title: \fBmysql_tzinfo_to_sql\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_TZINFO_TO_S" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQL_TZINFO_TO_S" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -124,40 +124,11 @@
124.PP124.PP
125Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.125Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
126.PP126.PP
127This 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.127This 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.
128.PP128.PP
129The 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.129This 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.
130.PP130.PP
131If 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:131You 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/.
132.PP
133U.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.
134.PP
135This 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.
136.PP
137Oracle 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.
138.PP
139This 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.
140.PP
141This 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.
142.PP
143This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
144.PP
145You 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.
146.PP
147For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
148\m[blue]\fBMySQL Contact & Questions\fR\m[].
149.PP
150For additional licensing information, including licenses for third-party libraries used by MySQL products, see
151Preface and Legal Notices.
152.PP
153For help with using MySQL, please visit either the
154\m[blue]\fBMySQL Forums\fR\m[]
155or
156\m[blue]\fBMySQL Mailing Lists\fR\m[]
157where you can discuss your issues with other MySQL users.
158.PP
159For 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
160\m[blue]\fBMySQL Documentation Library\fR\m[].
161.sp132.sp
162.SH "SEE ALSO"133.SH "SEE ALSO"
163For more information, please refer to the MySQL Reference Manual,134For more information, please refer to the MySQL Reference Manual,
164135
=== modified file 'Percona-Server/man/mysql_upgrade.1'
--- Percona-Server/man/mysql_upgrade.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysql_upgrade.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysql_upgrade\fR2.\" Title: \fBmysql_upgrade\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_UPGRADE\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQL_UPGRADE\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -216,7 +216,7 @@
216\fBmysql_upgrade\fR216\fBmysql_upgrade\fR
217is included in the server RPM but requires the client RPM because the latter includes217is included in the server RPM but requires the client RPM because the latter includes
218\fBmysqlcheck\fR\&. (See218\fBmysqlcheck\fR\&. (See
219Section\ \&2.5.1, \(lqInstalling MySQL from RPM Packages on Linux\(rq\&.)219Section\ \&2.5.1, \(lqInstalling MySQL on Linux Using RPM Packages\(rq\&.)
220.PP220.PP
221In MySQL 5\&.1\&.7,221In MySQL 5\&.1\&.7,
222\fBmysql_upgrade \fR222\fBmysql_upgrade \fR
@@ -410,40 +410,11 @@
410.PP410.PP
411Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.411Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
412.PP412.PP
413This 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.413This 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.
414.PP414.PP
415The 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.415This 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.
416.PP416.PP
417If 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:417You 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/.
418.PP
419U.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.
420.PP
421This 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.
422.PP
423Oracle 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.
424.PP
425This 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.
426.PP
427This 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.
428.PP
429This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
430.PP
431You 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.
432.PP
433For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
434\m[blue]\fBMySQL Contact & Questions\fR\m[].
435.PP
436For additional licensing information, including licenses for third-party libraries used by MySQL products, see
437Preface and Legal Notices.
438.PP
439For help with using MySQL, please visit either the
440\m[blue]\fBMySQL Forums\fR\m[]
441or
442\m[blue]\fBMySQL Mailing Lists\fR\m[]
443where you can discuss your issues with other MySQL users.
444.PP
445For 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
446\m[blue]\fBMySQL Documentation Library\fR\m[].
447.sp418.sp
448.SH "SEE ALSO"419.SH "SEE ALSO"
449For more information, please refer to the MySQL Reference Manual,420For more information, please refer to the MySQL Reference Manual,
450421
=== modified file 'Percona-Server/man/mysql_waitpid.1'
--- Percona-Server/man/mysql_waitpid.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysql_waitpid.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysql_waitpid\fR2.\" Title: \fBmysql_waitpid\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_WAITPID\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQL_WAITPID\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -131,40 +131,11 @@
131.PP131.PP
132Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.132Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
133.PP133.PP
134This 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.134This 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.
135.PP135.PP
136The 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.136This 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.
137.PP137.PP
138If 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:138You 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/.
139.PP
140U.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.
141.PP
142This 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.
143.PP
144Oracle 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.
145.PP
146This 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.
147.PP
148This 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.
149.PP
150This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
151.PP
152You 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.
153.PP
154For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
155\m[blue]\fBMySQL Contact & Questions\fR\m[].
156.PP
157For additional licensing information, including licenses for third-party libraries used by MySQL products, see
158Preface and Legal Notices.
159.PP
160For help with using MySQL, please visit either the
161\m[blue]\fBMySQL Forums\fR\m[]
162or
163\m[blue]\fBMySQL Mailing Lists\fR\m[]
164where you can discuss your issues with other MySQL users.
165.PP
166For 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
167\m[blue]\fBMySQL Documentation Library\fR\m[].
168.sp139.sp
169.SH "SEE ALSO"140.SH "SEE ALSO"
170For more information, please refer to the MySQL Reference Manual,141For more information, please refer to the MySQL Reference Manual,
171142
=== modified file 'Percona-Server/man/mysql_zap.1'
--- Percona-Server/man/mysql_zap.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysql_zap.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysql_zap\fR2.\" Title: \fBmysql_zap\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQL_ZAP\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQL_ZAP\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -127,40 +127,11 @@
127.PP127.PP
128Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.128Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
129.PP129.PP
130This 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.130This 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.
131.PP131.PP
132The 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.132This 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.
133.PP133.PP
134If 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:134You 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/.
135.PP
136U.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.
137.PP
138This 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.
139.PP
140Oracle 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.
141.PP
142This 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.
143.PP
144This 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.
145.PP
146This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
147.PP
148You 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.
149.PP
150For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
151\m[blue]\fBMySQL Contact & Questions\fR\m[].
152.PP
153For additional licensing information, including licenses for third-party libraries used by MySQL products, see
154Preface and Legal Notices.
155.PP
156For help with using MySQL, please visit either the
157\m[blue]\fBMySQL Forums\fR\m[]
158or
159\m[blue]\fBMySQL Mailing Lists\fR\m[]
160where you can discuss your issues with other MySQL users.
161.PP
162For 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
163\m[blue]\fBMySQL Documentation Library\fR\m[].
164.sp135.sp
165.SH "SEE ALSO"136.SH "SEE ALSO"
166For more information, please refer to the MySQL Reference Manual,137For more information, please refer to the MySQL Reference Manual,
167138
=== modified file 'Percona-Server/man/mysqlaccess.1'
--- Percona-Server/man/mysqlaccess.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysqlaccess.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysqlaccess\fR2.\" Title: \fBmysqlaccess\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLACCESS\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQLACCESS\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -434,40 +434,11 @@
434.PP434.PP
435Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.435Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
436.PP436.PP
437This 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.437This 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.
438.PP438.PP
439The 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.439This 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.
440.PP440.PP
441If 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:441You 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/.
442.PP
443U.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.
444.PP
445This 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.
446.PP
447Oracle 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.
448.PP
449This 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.
450.PP
451This 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.
452.PP
453This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
454.PP
455You 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.
456.PP
457For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
458\m[blue]\fBMySQL Contact & Questions\fR\m[].
459.PP
460For additional licensing information, including licenses for third-party libraries used by MySQL products, see
461Preface and Legal Notices.
462.PP
463For help with using MySQL, please visit either the
464\m[blue]\fBMySQL Forums\fR\m[]
465or
466\m[blue]\fBMySQL Mailing Lists\fR\m[]
467where you can discuss your issues with other MySQL users.
468.PP
469For 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
470\m[blue]\fBMySQL Documentation Library\fR\m[].
471.sp442.sp
472.SH "SEE ALSO"443.SH "SEE ALSO"
473For more information, please refer to the MySQL Reference Manual,444For more information, please refer to the MySQL Reference Manual,
474445
=== modified file 'Percona-Server/man/mysqladmin.1'
--- Percona-Server/man/mysqladmin.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysqladmin.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysqladmin\fR2.\" Title: \fBmysqladmin\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLADMIN\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQLADMIN\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -81,7 +81,7 @@
81.\}81.\}
82debug82debug
83.sp83.sp
84Tell the server to write debug information to the error log\&.84Tell the server to write debug information to the error log\&. Format and content of this information is subject to change\&.
85.sp85.sp
86Beginning with MySQL 5\&.1\&.12, this includes information about the Event Scheduler\&. See86Beginning with MySQL 5\&.1\&.12, this includes information about the Event Scheduler\&. See
87Section\ \&19.4.5, \(lqEvent Scheduler Status\(rq\&.87Section\ \&19.4.5, \(lqEvent Scheduler Status\(rq\&.
@@ -1102,40 +1102,11 @@
1102.PP1102.PP
1103Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.1103Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1104.PP1104.PP
1105This 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.1105This 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.
1106.PP1106.PP
1107The 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.1107This 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.
1108.PP1108.PP
1109If 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:1109You 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/.
1110.PP
1111U.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.
1112.PP
1113This 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.
1114.PP
1115Oracle 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.
1116.PP
1117This 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.
1118.PP
1119This 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.
1120.PP
1121This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
1122.PP
1123You 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.
1124.PP
1125For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
1126\m[blue]\fBMySQL Contact & Questions\fR\m[].
1127.PP
1128For additional licensing information, including licenses for third-party libraries used by MySQL products, see
1129Preface and Legal Notices.
1130.PP
1131For help with using MySQL, please visit either the
1132\m[blue]\fBMySQL Forums\fR\m[]
1133or
1134\m[blue]\fBMySQL Mailing Lists\fR\m[]
1135where you can discuss your issues with other MySQL users.
1136.PP
1137For 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
1138\m[blue]\fBMySQL Documentation Library\fR\m[].
1139.sp1110.sp
1140.SH "SEE ALSO"1111.SH "SEE ALSO"
1141For more information, please refer to the MySQL Reference Manual,1112For more information, please refer to the MySQL Reference Manual,
11421113
=== modified file 'Percona-Server/man/mysqlbinlog.1'
--- Percona-Server/man/mysqlbinlog.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysqlbinlog.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysqlbinlog\fR2.\" Title: \fBmysqlbinlog\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLBINLOG\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQLBINLOG\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -1076,6 +1076,10 @@
1076\fB\-V\fR1076\fB\-V\fR
1077.sp1077.sp
1078Display version information and exit\&.1078Display version information and exit\&.
1079.sp
1080In MySQL 5\&.1, the version number shown for
1081\fBmysqlbinlog\fR
1082is always 3\&.3\&.
1079.RE1083.RE
1080.PP1084.PP
1081You can also set the following variable by using1085You can also set the following variable by using
@@ -1737,21 +1741,21 @@
1737shell> \fBmysqlbinlog \fR\fB\fIlog_file\fR\fR1741shell> \fBmysqlbinlog \fR\fB\fIlog_file\fR\fR
1738\&.\&.\&.1742\&.\&.\&.
1739# at 2181743# at 218
1740#080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F1744#080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F
1741BINLOG \*(Aq1745BINLOG \*(Aq
1742fAS3SBMBAAAALAAAANoAAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=1746fAS3SBMBAAAALAAAANoAAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=
1743fAS3SBcBAAAAKAAAAAIBAAAQABEAAAAAAAEAA//8AQAAAAVhcHBsZQ==1747fAS3SBcBAAAAKAAAAAIBAAAQABEAAAAAAAEAA//8AQAAAAVhcHBsZQ==
1744\*(Aq/*!*/;1748\*(Aq/*!*/;
1745\&.\&.\&.1749\&.\&.\&.
1746# at 3021750# at 302
1747#080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F1751#080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F
1748BINLOG \*(Aq1752BINLOG \*(Aq
1749fAS3SBMBAAAALAAAAC4BAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=1753fAS3SBMBAAAALAAAAC4BAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=
1750fAS3SBgBAAAANgAAAGQBAAAQABEAAAAAAAEAA////AEAAAAFYXBwbGX4AQAAAARwZWFyIbIP1754fAS3SBgBAAAANgAAAGQBAAAQABEAAAAAAAEAA////AEAAAAFYXBwbGX4AQAAAARwZWFyIbIP
1751\*(Aq/*!*/;1755\*(Aq/*!*/;
1752\&.\&.\&.1756\&.\&.\&.
1753# at 4001757# at 400
1754#080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F1758#080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F
1755BINLOG \*(Aq1759BINLOG \*(Aq
1756fAS3SBMBAAAALAAAAJABAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=1760fAS3SBMBAAAALAAAAJABAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=
1757fAS3SBkBAAAAKgAAALoBAAAQABEAAAAAAAEAA//4AQAAAARwZWFyIbIP1761fAS3SBkBAAAAKgAAALoBAAAQABEAAAAAAAEAA//4AQAAAARwZWFyIbIP
@@ -1779,7 +1783,7 @@
1779shell> \fBmysqlbinlog \-v \fR\fB\fIlog_file\fR\fR1783shell> \fBmysqlbinlog \-v \fR\fB\fIlog_file\fR\fR
1780\&.\&.\&.1784\&.\&.\&.
1781# at 2181785# at 218
1782#080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F1786#080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F
1783BINLOG \*(Aq1787BINLOG \*(Aq
1784fAS3SBMBAAAALAAAANoAAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=1788fAS3SBMBAAAALAAAANoAAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=
1785fAS3SBcBAAAAKAAAAAIBAAAQABEAAAAAAAEAA//8AQAAAAVhcHBsZQ==1789fAS3SBcBAAAAKAAAAAIBAAAQABEAAAAAAAEAA//8AQAAAAVhcHBsZQ==
@@ -1791,7 +1795,7 @@
1791### @3=NULL1795### @3=NULL
1792\&.\&.\&.1796\&.\&.\&.
1793# at 3021797# at 302
1794#080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F1798#080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F
1795BINLOG \*(Aq1799BINLOG \*(Aq
1796fAS3SBMBAAAALAAAAC4BAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=1800fAS3SBMBAAAALAAAAC4BAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=
1797fAS3SBgBAAAANgAAAGQBAAAQABEAAAAAAAEAA////AEAAAAFYXBwbGX4AQAAAARwZWFyIbIP1801fAS3SBgBAAAANgAAAGQBAAAQABEAAAAAAAEAA////AEAAAAFYXBwbGX4AQAAAARwZWFyIbIP
@@ -1807,7 +1811,7 @@
1807### @3=\*(Aq2009:01:01\*(Aq1811### @3=\*(Aq2009:01:01\*(Aq
1808\&.\&.\&.1812\&.\&.\&.
1809# at 4001813# at 400
1810#080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F1814#080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F
1811BINLOG \*(Aq1815BINLOG \*(Aq
1812fAS3SBMBAAAALAAAAJABAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=1816fAS3SBMBAAAALAAAAJABAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=
1813fAS3SBkBAAAAKgAAALoBAAAQABEAAAAAAAEAA//4AQAAAARwZWFyIbIP1817fAS3SBkBAAAAKgAAALoBAAAQABEAAAAAAAEAA//4AQAAAARwZWFyIbIP
@@ -1835,7 +1839,7 @@
1835shell> \fBmysqlbinlog \-vv \fR\fB\fIlog_file\fR\fR1839shell> \fBmysqlbinlog \-vv \fR\fB\fIlog_file\fR\fR
1836\&.\&.\&.1840\&.\&.\&.
1837# at 2181841# at 218
1838#080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F1842#080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F
1839BINLOG \*(Aq1843BINLOG \*(Aq
1840fAS3SBMBAAAALAAAANoAAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=1844fAS3SBMBAAAALAAAANoAAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=
1841fAS3SBcBAAAAKAAAAAIBAAAQABEAAAAAAAEAA//8AQAAAAVhcHBsZQ==1845fAS3SBcBAAAAKAAAAAIBAAAQABEAAAAAAAEAA//8AQAAAAVhcHBsZQ==
@@ -1847,7 +1851,7 @@
1847### @3=NULL /* VARSTRING(20) meta=0 nullable=1 is_null=1 */1851### @3=NULL /* VARSTRING(20) meta=0 nullable=1 is_null=1 */
1848\&.\&.\&.1852\&.\&.\&.
1849# at 3021853# at 302
1850#080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F1854#080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F
1851BINLOG \*(Aq1855BINLOG \*(Aq
1852fAS3SBMBAAAALAAAAC4BAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=1856fAS3SBMBAAAALAAAAC4BAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=
1853fAS3SBgBAAAANgAAAGQBAAAQABEAAAAAAAEAA////AEAAAAFYXBwbGX4AQAAAARwZWFyIbIP1857fAS3SBgBAAAANgAAAGQBAAAQABEAAAAAAAEAA////AEAAAAFYXBwbGX4AQAAAARwZWFyIbIP
@@ -1863,7 +1867,7 @@
1863### @3=\*(Aq2009:01:01\*(Aq /* DATE meta=0 nullable=1 is_null=0 */1867### @3=\*(Aq2009:01:01\*(Aq /* DATE meta=0 nullable=1 is_null=0 */
1864\&.\&.\&.1868\&.\&.\&.
1865# at 4001869# at 400
1866#080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F1870#080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F
1867BINLOG \*(Aq1871BINLOG \*(Aq
1868fAS3SBMBAAAALAAAAJABAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=1872fAS3SBMBAAAALAAAAJABAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ=
1869fAS3SBkBAAAAKgAAALoBAAAQABEAAAAAAAEAA//4AQAAAARwZWFyIbIP1873fAS3SBkBAAAAKgAAALoBAAAQABEAAAAAAAEAA//4AQAAAARwZWFyIbIP
@@ -1899,7 +1903,7 @@
1899shell> \fBmysqlbinlog \-v \-\-base64\-output=DECODE\-ROWS \fR\fB\fIlog_file\fR\fR1903shell> \fBmysqlbinlog \-v \-\-base64\-output=DECODE\-ROWS \fR\fB\fIlog_file\fR\fR
1900\&.\&.\&.1904\&.\&.\&.
1901# at 2181905# at 218
1902#080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F1906#080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F
1903### INSERT INTO test\&.t1907### INSERT INTO test\&.t
1904### SET1908### SET
1905### @1=11909### @1=1
@@ -1907,7 +1911,7 @@
1907### @3=NULL1911### @3=NULL
1908\&.\&.\&.1912\&.\&.\&.
1909# at 3021913# at 302
1910#080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F1914#080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F
1911### UPDATE test\&.t1915### UPDATE test\&.t
1912### WHERE1916### WHERE
1913### @1=11917### @1=1
@@ -1919,7 +1923,7 @@
1919### @3=\*(Aq2009:01:01\*(Aq1923### @3=\*(Aq2009:01:01\*(Aq
1920\&.\&.\&.1924\&.\&.\&.
1921# at 4001925# at 400
1922#080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F1926#080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F
1923### DELETE FROM test\&.t1927### DELETE FROM test\&.t
1924### WHERE1928### WHERE
1925### @1=11929### @1=1
@@ -2063,40 +2067,11 @@
2063.PP2067.PP
2064Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.2068Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2065.PP2069.PP
2066This 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.2070This 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.
2067.PP2071.PP
2068The 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.2072This 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.
2069.PP2073.PP
2070If 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:2074You 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/.
2071.PP
2072U.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.
2073.PP
2074This 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.
2075.PP
2076Oracle 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.
2077.PP
2078This 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.
2079.PP
2080This 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.
2081.PP
2082This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
2083.PP
2084You 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.
2085.PP
2086For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
2087\m[blue]\fBMySQL Contact & Questions\fR\m[].
2088.PP
2089For additional licensing information, including licenses for third-party libraries used by MySQL products, see
2090Preface and Legal Notices.
2091.PP
2092For help with using MySQL, please visit either the
2093\m[blue]\fBMySQL Forums\fR\m[]
2094or
2095\m[blue]\fBMySQL Mailing Lists\fR\m[]
2096where you can discuss your issues with other MySQL users.
2097.PP
2098For 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
2099\m[blue]\fBMySQL Documentation Library\fR\m[].
2100.sp2075.sp
2101.SH "NOTES"2076.SH "NOTES"
2102.IP " 1." 42077.IP " 1." 4
21032078
=== modified file 'Percona-Server/man/mysqlbug.1'
--- Percona-Server/man/mysqlbug.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysqlbug.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysqlbug\fR2.\" Title: \fBmysqlbug\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLBUG\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQLBUG\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -73,40 +73,11 @@
73.PP73.PP
74Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.74Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
75.PP75.PP
76This 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.76This 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.
77.PP77.PP
78The 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.78This 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.
79.PP79.PP
80If 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:80You 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/.
81.PP
82U.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.
83.PP
84This 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.
85.PP
86Oracle 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.
87.PP
88This 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.
89.PP
90This 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.
91.PP
92This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
93.PP
94You 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.
95.PP
96For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
97\m[blue]\fBMySQL Contact & Questions\fR\m[].
98.PP
99For additional licensing information, including licenses for third-party libraries used by MySQL products, see
100Preface and Legal Notices.
101.PP
102For help with using MySQL, please visit either the
103\m[blue]\fBMySQL Forums\fR\m[]
104or
105\m[blue]\fBMySQL Mailing Lists\fR\m[]
106where you can discuss your issues with other MySQL users.
107.PP
108For 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
109\m[blue]\fBMySQL Documentation Library\fR\m[].
110.sp81.sp
111.SH "SEE ALSO"82.SH "SEE ALSO"
112For more information, please refer to the MySQL Reference Manual,83For more information, please refer to the MySQL Reference Manual,
11384
=== modified file 'Percona-Server/man/mysqlcheck.1'
--- Percona-Server/man/mysqlcheck.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysqlcheck.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysqlcheck\fR2.\" Title: \fBmysqlcheck\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLCHECK\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQLCHECK\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -899,40 +899,11 @@
899.PP899.PP
900Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.900Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
901.PP901.PP
902This 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.902This 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.
903.PP903.PP
904The 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.904This 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.
905.PP905.PP
906If 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:906You 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/.
907.PP
908U.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.
909.PP
910This 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.
911.PP
912Oracle 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.
913.PP
914This 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.
915.PP
916This 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.
917.PP
918This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
919.PP
920You 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.
921.PP
922For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
923\m[blue]\fBMySQL Contact & Questions\fR\m[].
924.PP
925For additional licensing information, including licenses for third-party libraries used by MySQL products, see
926Preface and Legal Notices.
927.PP
928For help with using MySQL, please visit either the
929\m[blue]\fBMySQL Forums\fR\m[]
930or
931\m[blue]\fBMySQL Mailing Lists\fR\m[]
932where you can discuss your issues with other MySQL users.
933.PP
934For 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
935\m[blue]\fBMySQL Documentation Library\fR\m[].
936.sp907.sp
937.SH "SEE ALSO"908.SH "SEE ALSO"
938For more information, please refer to the MySQL Reference Manual,909For more information, please refer to the MySQL Reference Manual,
939910
=== modified file 'Percona-Server/man/mysqld.8'
--- Percona-Server/man/mysqld.8 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysqld.8 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysqld\fR2.\" Title: \fBmysqld\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLD\FR" "8" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQLD\FR" "8" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -64,40 +64,11 @@
64.PP64.PP
65Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.65Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
66.PP66.PP
67This 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.67This 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.
68.PP68.PP
69The 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.69This 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.
70.PP70.PP
71If 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:71You 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/.
72.PP
73U.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.
74.PP
75This 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.
76.PP
77Oracle 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.
78.PP
79This 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.
80.PP
81This 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.
82.PP
83This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
84.PP
85You 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.
86.PP
87For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
88\m[blue]\fBMySQL Contact & Questions\fR\m[].
89.PP
90For additional licensing information, including licenses for third-party libraries used by MySQL products, see
91Preface and Legal Notices.
92.PP
93For help with using MySQL, please visit either the
94\m[blue]\fBMySQL Forums\fR\m[]
95or
96\m[blue]\fBMySQL Mailing Lists\fR\m[]
97where you can discuss your issues with other MySQL users.
98.PP
99For 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
100\m[blue]\fBMySQL Documentation Library\fR\m[].
101.sp72.sp
102.SH "SEE ALSO"73.SH "SEE ALSO"
103For more information, please refer to the MySQL Reference Manual,74For more information, please refer to the MySQL Reference Manual,
10475
=== modified file 'Percona-Server/man/mysqld_multi.1'
--- Percona-Server/man/mysqld_multi.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysqld_multi.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysqld_multi\fR2.\" Title: \fBmysqld_multi\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLD_MULTI\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQLD_MULTI\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -737,40 +737,11 @@
737.PP737.PP
738Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.738Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
739.PP739.PP
740This 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.740This 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.
741.PP741.PP
742The 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.742This 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.
743.PP743.PP
744If 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:744You 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/.
745.PP
746U.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.
747.PP
748This 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.
749.PP
750Oracle 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.
751.PP
752This 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.
753.PP
754This 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.
755.PP
756This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
757.PP
758You 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.
759.PP
760For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
761\m[blue]\fBMySQL Contact & Questions\fR\m[].
762.PP
763For additional licensing information, including licenses for third-party libraries used by MySQL products, see
764Preface and Legal Notices.
765.PP
766For help with using MySQL, please visit either the
767\m[blue]\fBMySQL Forums\fR\m[]
768or
769\m[blue]\fBMySQL Mailing Lists\fR\m[]
770where you can discuss your issues with other MySQL users.
771.PP
772For 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
773\m[blue]\fBMySQL Documentation Library\fR\m[].
774.sp745.sp
775.SH "SEE ALSO"746.SH "SEE ALSO"
776For more information, please refer to the MySQL Reference Manual,747For more information, please refer to the MySQL Reference Manual,
777748
=== modified file 'Percona-Server/man/mysqld_safe.1'
--- Percona-Server/man/mysqld_safe.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysqld_safe.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysqld_safe\fR2.\" Title: \fBmysqld_safe\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLD_SAFE\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQLD_SAFE\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -859,40 +859,11 @@
859.PP859.PP
860Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.860Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
861.PP861.PP
862This 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.862This 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.
863.PP863.PP
864The 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.864This 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.
865.PP865.PP
866If 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:866You 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/.
867.PP
868U.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.
869.PP
870This 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.
871.PP
872Oracle 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.
873.PP
874This 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.
875.PP
876This 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.
877.PP
878This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
879.PP
880You 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.
881.PP
882For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
883\m[blue]\fBMySQL Contact & Questions\fR\m[].
884.PP
885For additional licensing information, including licenses for third-party libraries used by MySQL products, see
886Preface and Legal Notices.
887.PP
888For help with using MySQL, please visit either the
889\m[blue]\fBMySQL Forums\fR\m[]
890or
891\m[blue]\fBMySQL Mailing Lists\fR\m[]
892where you can discuss your issues with other MySQL users.
893.PP
894For 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
895\m[blue]\fBMySQL Documentation Library\fR\m[].
896.sp867.sp
897.SH "SEE ALSO"868.SH "SEE ALSO"
898For more information, please refer to the MySQL Reference Manual,869For more information, please refer to the MySQL Reference Manual,
899870
=== modified file 'Percona-Server/man/mysqldump.1'
--- Percona-Server/man/mysqldump.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysqldump.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysqldump\fR2.\" Title: \fBmysqldump\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLDUMP\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQLDUMP\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -50,21 +50,34 @@
50SELECT50SELECT
51privilege for dumped tables,51privilege for dumped tables,
52SHOW VIEW52SHOW VIEW
53for dumped views, and53for dumped views,
54TRIGGER
55for dumped triggers, and
54LOCK TABLES56LOCK TABLES
55if the57if the
56\fB\-\-single\-transaction\fR58\fB\-\-single\-transaction\fR
57option is not used\&. Certain options might require other privileges as noted in the option descriptions\&.59option is not used\&. Certain options might require other privileges as noted in the option descriptions\&.
58.PP60.PP
59If you are doing a backup on the server and your tables all are61To reload a dump file, you must have the same privileges needed to create each of the dumped objects by issuing
62CREATE
63statements manually\&.
64.PP
65\fBmysqldump\fR
66output can include
67ALTER DATABASE
68statements 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
69ALTER
70privilege for the affected database is required\&.
71.PP
72If you are performing a backup on the server and your tables all are
60MyISAM73MyISAM
61tables, consider using the74tables, you can also use
62\fBmysqlhotcopy\fR75\fBmysqlhotcopy\fR
63instead because it can accomplish faster backups and faster restores\&. See76for this purpose\&.
64\fBmysqlhotcopy\fR(1)\&.77 Syntax
65.PP78.PP
66There are three general ways to invoke79There are in general three ways to use
67\fBmysqldump\fR:80\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:
68.sp81.sp
69.if n \{\82.if n \{\
70.RS 483.RS 4
@@ -78,13 +91,12 @@
78.RE91.RE
79.\}92.\}
80.PP93.PP
81If you do not name any tables following94To dump entire databases, do not name any tables following
82\fIdb_name\fR95\fIdb_name\fR, or use the
83or if you use the
84\fB\-\-databases\fR96\fB\-\-databases\fR
85or97or
86\fB\-\-all\-databases\fR98\fB\-\-all\-databases\fR
87option, entire databases are dumped\&.99option\&.
88.PP100.PP
89\fBmysqldump\fR101\fBmysqldump\fR
90does not dump the102does not dump the
@@ -942,9 +954,9 @@
942.\" flush-privileges option: mysqldump954.\" flush-privileges option: mysqldump
943\fB\-\-flush\-privileges\fR955\fB\-\-flush\-privileges\fR
944.sp956.sp
945Send a957Add a
946FLUSH PRIVILEGES958FLUSH PRIVILEGES
947statement to the server after dumping the959statement to the dump output after dumping the
948mysql960mysql
949database\&. This option should be used any time the dump contains the961database\&. This option should be used any time the dump contains the
950mysql962mysql
@@ -1738,11 +1750,13 @@
1738.\" single-transaction option: mysqldump1750.\" single-transaction option: mysqldump
1739\fB\-\-single\-transaction\fR1751\fB\-\-single\-transaction\fR
1740.sp1752.sp
1741This option sends a1753This option sets the transaction isolation mode to
1754REPEATABLE READ
1755and sends a
1742START TRANSACTION1756START TRANSACTION
1743SQL statement to the server before dumping data\&. It is useful only with transactional tables such as1757SQL statement to the server before dumping data\&. It is useful only with transactional tables such as
1744InnoDB, because then it dumps the consistent state of the database at the time when1758InnoDB, because then it dumps the consistent state of the database at the time when
1745BEGIN1759START TRANSACTION
1746was issued without blocking any applications\&.1760was issued without blocking any applications\&.
1747.sp1761.sp
1748When using this option, you should keep in mind that only1762When using this option, you should keep in mind that only
@@ -2186,7 +2200,7 @@
2186.\}2200.\}
2187max_allowed_packet2201max_allowed_packet
2188.sp2202.sp
2189The maximum size of the buffer for client/server communication\&. The maximum is 1GB\&.2203The maximum size of the buffer for client/server communication\&. The default is 24MB, the maximum is 1GB\&.
2190.RE2204.RE
2191.sp2205.sp
2192.RS 42206.RS 4
@@ -2362,40 +2376,11 @@
2362.PP2376.PP
2363Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.2377Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2364.PP2378.PP
2365This 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.2379This 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.
2366.PP2380.PP
2367The 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.2381This 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.
2368.PP2382.PP
2369If 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:2383You 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/.
2370.PP
2371U.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.
2372.PP
2373This 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.
2374.PP
2375Oracle 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.
2376.PP
2377This 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.
2378.PP
2379This 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.
2380.PP
2381This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
2382.PP
2383You 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.
2384.PP
2385For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
2386\m[blue]\fBMySQL Contact & Questions\fR\m[].
2387.PP
2388For additional licensing information, including licenses for third-party libraries used by MySQL products, see
2389Preface and Legal Notices.
2390.PP
2391For help with using MySQL, please visit either the
2392\m[blue]\fBMySQL Forums\fR\m[]
2393or
2394\m[blue]\fBMySQL Mailing Lists\fR\m[]
2395where you can discuss your issues with other MySQL users.
2396.PP
2397For 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
2398\m[blue]\fBMySQL Documentation Library\fR\m[].
2399.sp2384.sp
2400.SH "SEE ALSO"2385.SH "SEE ALSO"
2401For more information, please refer to the MySQL Reference Manual,2386For more information, please refer to the MySQL Reference Manual,
24022387
=== modified file 'Percona-Server/man/mysqldumpslow.1'
--- Percona-Server/man/mysqldumpslow.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysqldumpslow.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysqldumpslow\fR2.\" Title: \fBmysqldumpslow\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLDUMPSLOW\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQLDUMPSLOW\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -325,40 +325,11 @@
325.PP325.PP
326Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.326Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
327.PP327.PP
328This 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.328This 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.
329.PP329.PP
330The 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.330This 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.
331.PP331.PP
332If 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:332You 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/.
333.PP
334U.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.
335.PP
336This 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.
337.PP
338Oracle 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.
339.PP
340This 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.
341.PP
342This 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.
343.PP
344This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
345.PP
346You 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.
347.PP
348For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
349\m[blue]\fBMySQL Contact & Questions\fR\m[].
350.PP
351For additional licensing information, including licenses for third-party libraries used by MySQL products, see
352Preface and Legal Notices.
353.PP
354For help with using MySQL, please visit either the
355\m[blue]\fBMySQL Forums\fR\m[]
356or
357\m[blue]\fBMySQL Mailing Lists\fR\m[]
358where you can discuss your issues with other MySQL users.
359.PP
360For 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
361\m[blue]\fBMySQL Documentation Library\fR\m[].
362.sp333.sp
363.SH "SEE ALSO"334.SH "SEE ALSO"
364For more information, please refer to the MySQL Reference Manual,335For more information, please refer to the MySQL Reference Manual,
365336
=== modified file 'Percona-Server/man/mysqlhotcopy.1'
--- Percona-Server/man/mysqlhotcopy.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysqlhotcopy.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysqlhotcopy\fR2.\" Title: \fBmysqlhotcopy\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLHOTCOPY\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQLHOTCOPY\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -525,40 +525,11 @@
525.PP525.PP
526Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.526Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
527.PP527.PP
528This 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.528This 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.
529.PP529.PP
530The 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.530This 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.
531.PP531.PP
532If 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:532You 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/.
533.PP
534U.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.
535.PP
536This 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.
537.PP
538Oracle 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.
539.PP
540This 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.
541.PP
542This 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.
543.PP
544This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
545.PP
546You 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.
547.PP
548For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
549\m[blue]\fBMySQL Contact & Questions\fR\m[].
550.PP
551For additional licensing information, including licenses for third-party libraries used by MySQL products, see
552Preface and Legal Notices.
553.PP
554For help with using MySQL, please visit either the
555\m[blue]\fBMySQL Forums\fR\m[]
556or
557\m[blue]\fBMySQL Mailing Lists\fR\m[]
558where you can discuss your issues with other MySQL users.
559.PP
560For 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
561\m[blue]\fBMySQL Documentation Library\fR\m[].
562.sp533.sp
563.SH "SEE ALSO"534.SH "SEE ALSO"
564For more information, please refer to the MySQL Reference Manual,535For more information, please refer to the MySQL Reference Manual,
565536
=== modified file 'Percona-Server/man/mysqlimport.1'
--- Percona-Server/man/mysqlimport.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysqlimport.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysqlimport\fR2.\" Title: \fBmysqlimport\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLIMPORT\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQLIMPORT\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -73,10 +73,6 @@
73all would be imported into a table named73all would be imported into a table named
74patient\&.74patient\&.
75.PP75.PP
76For additional information about
77\fBmysqldump\fR, see
78Section\ \&7.4, \(lqUsing mysqldump for Backups\(rq\&.
79.PP
80\fBmysqlimport\fR76\fBmysqlimport\fR
81supports the following options, which can be specified on the command line or in the77supports the following options, which can be specified on the command line or in the
82[mysqlimport]78[mysqlimport]
@@ -682,40 +678,11 @@
682.PP678.PP
683Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.679Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
684.PP680.PP
685This 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.681This 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.
686.PP682.PP
687The 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.683This 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.
688.PP684.PP
689If 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:685You 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/.
690.PP
691U.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.
692.PP
693This 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.
694.PP
695Oracle 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.
696.PP
697This 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.
698.PP
699This 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.
700.PP
701This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
702.PP
703You 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.
704.PP
705For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
706\m[blue]\fBMySQL Contact & Questions\fR\m[].
707.PP
708For additional licensing information, including licenses for third-party libraries used by MySQL products, see
709Preface and Legal Notices.
710.PP
711For help with using MySQL, please visit either the
712\m[blue]\fBMySQL Forums\fR\m[]
713or
714\m[blue]\fBMySQL Mailing Lists\fR\m[]
715where you can discuss your issues with other MySQL users.
716.PP
717For 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
718\m[blue]\fBMySQL Documentation Library\fR\m[].
719.sp686.sp
720.SH "SEE ALSO"687.SH "SEE ALSO"
721For more information, please refer to the MySQL Reference Manual,688For more information, please refer to the MySQL Reference Manual,
722689
=== modified file 'Percona-Server/man/mysqlmanager.8'
--- Percona-Server/man/mysqlmanager.8 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysqlmanager.8 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysqlmanager\fR2.\" Title: \fBmysqlmanager\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLMANAGER\FR" "8" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQLMANAGER\FR" "8" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -2074,40 +2074,11 @@
2074.PP2074.PP
2075Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.2075Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2076.PP2076.PP
2077This 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.2077This 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.
2078.PP2078.PP
2079The 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.2079This 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.
2080.PP2080.PP
2081If 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:2081You 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/.
2082.PP
2083U.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.
2084.PP
2085This 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.
2086.PP
2087Oracle 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.
2088.PP
2089This 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.
2090.PP
2091This 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.
2092.PP
2093This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
2094.PP
2095You 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.
2096.PP
2097For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
2098\m[blue]\fBMySQL Contact & Questions\fR\m[].
2099.PP
2100For additional licensing information, including licenses for third-party libraries used by MySQL products, see
2101Preface and Legal Notices.
2102.PP
2103For help with using MySQL, please visit either the
2104\m[blue]\fBMySQL Forums\fR\m[]
2105or
2106\m[blue]\fBMySQL Mailing Lists\fR\m[]
2107where you can discuss your issues with other MySQL users.
2108.PP
2109For 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
2110\m[blue]\fBMySQL Documentation Library\fR\m[].
2111.sp2082.sp
2112.SH "SEE ALSO"2083.SH "SEE ALSO"
2113For more information, please refer to the MySQL Reference Manual,2084For more information, please refer to the MySQL Reference Manual,
21142085
=== modified file 'Percona-Server/man/mysqlshow.1'
--- Percona-Server/man/mysqlshow.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysqlshow.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysqlshow\fR2.\" Title: \fBmysqlshow\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLSHOW\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQLSHOW\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -513,40 +513,11 @@
513.PP513.PP
514Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.514Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
515.PP515.PP
516This 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.516This 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.
517.PP517.PP
518The 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.518This 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.
519.PP519.PP
520If 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:520You 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/.
521.PP
522U.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.
523.PP
524This 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.
525.PP
526Oracle 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.
527.PP
528This 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.
529.PP
530This 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.
531.PP
532This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
533.PP
534You 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.
535.PP
536For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
537\m[blue]\fBMySQL Contact & Questions\fR\m[].
538.PP
539For additional licensing information, including licenses for third-party libraries used by MySQL products, see
540Preface and Legal Notices.
541.PP
542For help with using MySQL, please visit either the
543\m[blue]\fBMySQL Forums\fR\m[]
544or
545\m[blue]\fBMySQL Mailing Lists\fR\m[]
546where you can discuss your issues with other MySQL users.
547.PP
548For 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
549\m[blue]\fBMySQL Documentation Library\fR\m[].
550.sp521.sp
551.SH "SEE ALSO"522.SH "SEE ALSO"
552For more information, please refer to the MySQL Reference Manual,523For more information, please refer to the MySQL Reference Manual,
553524
=== modified file 'Percona-Server/man/mysqlslap.1'
--- Percona-Server/man/mysqlslap.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysqlslap.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysqlslap\fR2.\" Title: \fBmysqlslap\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLSLAP\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBMYSQLSLAP\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -409,23 +409,6 @@
409.sp -1409.sp -1
410.IP \(bu 2.3410.IP \(bu 2.3
411.\}411.\}
412.\" mysqlslap: create-and-drop-schema option
413.\" create-and-drop-schema option: mysqlslap
414\fB\-\-create\-and\-drop\-schema=\fR\fB\fIvalue\fR\fR
415.sp
416The schema in which to run the tests\&.
417\fBmysqlslap\fR
418drops the schema at the end of the test run\&. This option was added in MySQL 5\&.1\&.57\&.
419.RE
420.sp
421.RS 4
422.ie n \{\
423\h'-04'\(bu\h'+03'\c
424.\}
425.el \{\
426.sp -1
427.IP \(bu 2.3
428.\}
429.\" mysqlslap: create-schema option412.\" mysqlslap: create-schema option
430.\" create-schema option: mysqlslap413.\" create-schema option: mysqlslap
431\fB\-\-create\-schema=\fR\fB\fIvalue\fR\fR414\fB\-\-create\-schema=\fR\fB\fIvalue\fR\fR
@@ -448,8 +431,8 @@
448option is also given,431option is also given,
449\fBmysqlslap\fR432\fBmysqlslap\fR
450drops the schema at the end of the test run\&. To avoid this, use the433drops the schema at the end of the test run\&. To avoid this, use the
451\fB\-\-create\-and\-drop\-schema\fR434\fB\-\-no\-drop\fR
452option instead\&.435option as well\&.
453.sp .5v436.sp .5v
454.RE437.RE
455.RE438.RE
@@ -624,6 +607,23 @@
624.sp -1607.sp -1
625.IP \(bu 2.3608.IP \(bu 2.3
626.\}609.\}
610.\" mysqlslap: no-drop option
611.\" no-drop option: mysqlslap
612\fB\-\-no\-drop\fR
613.sp
614Prevent
615\fBmysqlslap\fR
616from dropping any schema it creates during the test run\&. This option was added in MySQL 5\&.1\&.57\&.
617.RE
618.sp
619.RS 4
620.ie n \{\
621\h'-04'\(bu\h'+03'\c
622.\}
623.el \{\
624.sp -1
625.IP \(bu 2.3
626.\}
627.\" mysqlslap: number-char-cols option627.\" mysqlslap: number-char-cols option
628.\" number-char-cols option: mysqlslap628.\" number-char-cols option: mysqlslap
629\fB\-\-number\-char\-cols=\fR\fB\fIN\fR\fR,629\fB\-\-number\-char\-cols=\fR\fB\fIN\fR\fR,
@@ -1043,40 +1043,11 @@
1043.PP1043.PP
1044Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.1044Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1045.PP1045.PP
1046This 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.1046This 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.
1047.PP1047.PP
1048The 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.1048This 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.
1049.PP1049.PP
1050If 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:1050You 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/.
1051.PP
1052U.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.
1053.PP
1054This 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.
1055.PP
1056Oracle 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.
1057.PP
1058This 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.
1059.PP
1060This 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.
1061.PP
1062This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
1063.PP
1064You 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.
1065.PP
1066For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
1067\m[blue]\fBMySQL Contact & Questions\fR\m[].
1068.PP
1069For additional licensing information, including licenses for third-party libraries used by MySQL products, see
1070Preface and Legal Notices.
1071.PP
1072For help with using MySQL, please visit either the
1073\m[blue]\fBMySQL Forums\fR\m[]
1074or
1075\m[blue]\fBMySQL Mailing Lists\fR\m[]
1076where you can discuss your issues with other MySQL users.
1077.PP
1078For 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
1079\m[blue]\fBMySQL Documentation Library\fR\m[].
1080.sp1051.sp
1081.SH "SEE ALSO"1052.SH "SEE ALSO"
1082For more information, please refer to the MySQL Reference Manual,1053For more information, please refer to the MySQL Reference Manual,
10831054
=== modified file 'Percona-Server/man/mysqltest.1'
--- Percona-Server/man/mysqltest.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysqltest.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBmysqltest\fR2.\" Title: \fBmysqltest\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/06/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL7.\" Source: MySQL
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBMYSQLTEST\FR" "1" "03/05/2013" "MySQL" "MySQL Database System"10.TH "\FBMYSQLTEST\FR" "1" "09/06/2013" "MySQL" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -911,41 +911,11 @@
911.PP911.PP
912Copyright \(co 2006, 2013, Oracle and/or its affiliates. All rights reserved.912Copyright \(co 2006, 2013, Oracle and/or its affiliates. All rights reserved.
913.PP913.PP
914This 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.914This 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.
915.PP915.PP
916The 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.916This 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.
917.PP917.PP
918If 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:918You 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/.
919.PP
920U.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.
921.PP
922This 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.
923.PP
924Oracle 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.
925.PP
926This 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.
927.PP
928This 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.
929.PP
930The 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.
931.PP
932This 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.
933.PP
934This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
935.PP
936You 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.
937.PP
938For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
939\m[blue]\fBMySQL Contact & Questions\fR\m[].
940.PP
941For help with using MySQL, please visit either the
942\m[blue]\fBMySQL Forums\fR\m[]
943or
944\m[blue]\fBMySQL Mailing Lists\fR\m[]
945where you can discuss your issues with other MySQL users.
946.PP
947For 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
948\m[blue]\fBMySQL Documentation Library\fR\m[].
949.sp919.sp
950.SH "NOTES"920.SH "NOTES"
951.IP " 1." 4921.IP " 1." 4
952922
=== modified file 'Percona-Server/man/mysqltest_embedded.1'
--- Percona-Server/man/mysqltest_embedded.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/mysqltest_embedded.1 2013-10-22 14:49:41 +0000
@@ -1,1 +1,1 @@
1.so mysqltest.11.so man-gpl-tmp2/mysqltest.1
22
=== modified file 'Percona-Server/man/ndb-common-options.1'
--- Percona-Server/man/ndb-common-options.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/ndb-common-options.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: Options Common to MySQL Cluster Programs2.\" Title: Options Common to MySQL Cluster Programs
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "OPTIONS COMMON TO MY" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "OPTIONS COMMON TO MY" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -97,7 +97,7 @@
97.nr an-no-space-flag 197.nr an-no-space-flag 1
98.nr an-break-flag 198.nr an-break-flag 1
99.br99.br
100.B Table\ \&17.28.\ \&Common MySQL Cluster Program Options: MySQL 5.1, MySQL Cluster NDB 6.3-7.1100.B Table\ \&17.29.\ \&Common MySQL Cluster Program Options and Variables: MySQL 5.1, MySQL Cluster NDB 6.3-7.1
101.TS101.TS
102allbox tab(:);102allbox tab(:);
103lB lB lB.103lB lB lB.
@@ -140,7 +140,7 @@
140.PP140.PP
141-c141-c
142T}:T{142T}:T{
143Set connectstring for connecting to ndb_mgmd\&. Syntax:143Set connection string for connecting to ndb_mgmd\&. Syntax:
144 [nodeid=<id>;][host=]<hostname>[:<port>]\&.144 [nodeid=<id>;][host=]<hostname>[:<port>]\&.
145 Overrides entries specified in NDB_CONNECTSTRING or my\&.cnf\&.145 Overrides entries specified in NDB_CONNECTSTRING or my\&.cnf\&.
146T}:T{146T}:T{
@@ -260,10 +260,12 @@
260\-\-help260\-\-help
261T}261T}
262T{262T{
263\ \&
263T}:T{264T}:T{
264\-\-usage265\-\-usage
265T}266T}
266T{267T{
268\ \&
267T}:T{269T}:T{
268\-?270\-?
269T}271T}
@@ -297,7 +299,7 @@
297T{299T{
298\ \&300\ \&
299T}:T{301T}:T{
300\fBPermitted Values \fR302\fBPermitted Values\fR
301T}303T}
302:T{304:T{
303\fBType\fR305\fBType\fR
@@ -341,17 +343,19 @@
341\-\-ndb\-connectstring=connectstring343\-\-ndb\-connectstring=connectstring
342T}344T}
343T{345T{
346\ \&
344T}:T{347T}:T{
345\-\-connect\-string=connectstring348\-\-connect\-string=connectstring
346T}349T}
347T{350T{
351\ \&
348T}:T{352T}:T{
349\-c353\-c
350T}354T}
351T{355T{
352\ \&356\ \&
353T}:T{357T}:T{
354\fBPermitted Values \fR358\fBPermitted Values\fR
355T}359T}
356:T{360:T{
357\fBType\fR361\fBType\fR
@@ -365,7 +369,7 @@
365T}369T}
366.TE370.TE
367.sp 1371.sp 1
368This option takes a MySQL Cluster connectstring that specifies the management server for the application to connect to, as shown here:372This option takes a MySQL Cluster connection string that specifies the management server for the application to connect to, as shown here:
369.sp373.sp
370.if n \{\374.if n \{\
371.RS 4375.RS 4
@@ -378,7 +382,7 @@
378.\}382.\}
379.sp383.sp
380For more information, see384For more information, see
381Section\ \&17.3.2.3, \(lqThe MySQL Cluster Connectstring\(rq\&.385Section\ \&17.3.2.3, \(lqMySQL Cluster Connection Strings\(rq\&.
382.RE386.RE
383.sp387.sp
384.RS 4388.RS 4
@@ -405,7 +409,7 @@
405T{409T{
406\ \&410\ \&
407T}:T{411T}:T{
408\fBPermitted Values \fR412\fBPermitted Values\fR
409T}413T}
410:T{414:T{
411\fBType\fR415\fBType\fR
@@ -458,7 +462,7 @@
458T{462T{
459\ \&463\ \&
460T}:T{464T}:T{
461\fBPermitted Values \fR465\fBPermitted Values\fR
462T}466T}
463:T{467:T{
464\fBType\fR468\fBType\fR
@@ -507,7 +511,7 @@
507T{511T{
508\ \&512\ \&
509T}:T{513T}:T{
510\fBPermitted Values \fR514\fBPermitted Values\fR
511T}515T}
512:T{516:T{
513\fBType\fR517\fBType\fR
@@ -550,7 +554,7 @@
550T{554T{
551\ \&555\ \&
552T}:T{556T}:T{
553\fBPermitted Values \fR557\fBPermitted Values\fR
554T}558T}
555:T{559:T{
556\fBType\fR560\fBType\fR
@@ -593,7 +597,7 @@
593T{597T{
594\ \&598\ \&
595T}:T{599T}:T{
596\fBPermitted Values \fR600\fBPermitted Values\fR
597T}601T}
598:T{602:T{
599\fBType\fR603\fBType\fR
@@ -632,6 +636,7 @@
632\-\-version636\-\-version
633T}637T}
634T{638T{
639\ \&
635T}:T{640T}:T{
636\-V641\-V
637T}642T}
@@ -661,7 +666,7 @@
661^ l l s666^ l l s
662^ l l s.667^ l l s.
663T{668T{
664\fBVersion Removed\fR669\fBRemoved\fR
665T}:T{670T}:T{
6665\&.1\&.47\-ndb\-7\&.1\&.56715\&.1\&.47\-ndb\-7\&.1\&.5
667T}672T}
@@ -673,7 +678,7 @@
673T{678T{
674\ \&679\ \&
675T}:T{680T}:T{
676\fBPermitted Values \fR681\fBPermitted Values\fR
677T}682T}
678:T{683:T{
679\fBType\fR684\fBType\fR
@@ -696,40 +701,11 @@
696.PP701.PP
697Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.702Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
698.PP703.PP
699This 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.704This 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.
700.PP705.PP
701The 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.706This 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.
702.PP707.PP
703If 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:708You 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/.
704.PP
705U.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.
706.PP
707This 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.
708.PP
709Oracle 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.
710.PP
711This 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.
712.PP
713This 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.
714.PP
715This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
716.PP
717You 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.
718.PP
719For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
720\m[blue]\fBMySQL Contact & Questions\fR\m[].
721.PP
722For additional licensing information, including licenses for third-party libraries used by MySQL products, see
723Preface and Legal Notices.
724.PP
725For help with using MySQL, please visit either the
726\m[blue]\fBMySQL Forums\fR\m[]
727or
728\m[blue]\fBMySQL Mailing Lists\fR\m[]
729where you can discuss your issues with other MySQL users.
730.PP
731For 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
732\m[blue]\fBMySQL Documentation Library\fR\m[].
733.sp709.sp
734.SH "SEE ALSO"710.SH "SEE ALSO"
735For more information, please refer to the MySQL Reference Manual,711For more information, please refer to the MySQL Reference Manual,
736712
=== added file 'Percona-Server/man/ndb_blob_tool.1'
--- Percona-Server/man/ndb_blob_tool.1 1970-01-01 00:00:00 +0000
+++ Percona-Server/man/ndb_blob_tool.1 2013-10-22 14:49:41 +0000
@@ -0,0 +1,529 @@
1'\" t
2.\" Title: \fBndb_blob_tool\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 09/09/2013
6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.1
8.\" Language: English
9.\"
10.TH "\FBNDB_BLOB_TOOL\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------
14.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15.\" http://bugs.debian.org/507673
16.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18.ie \n(.g .ds Aq \(aq
19.el .ds Aq '
20.\" -----------------------------------------------------------------
21.\" * set default formatting
22.\" -----------------------------------------------------------------
23.\" disable hyphenation
24.nh
25.\" disable justification (adjust text to left margin only)
26.ad l
27.\" -----------------------------------------------------------------
28.\" * MAIN CONTENT STARTS HERE *
29.\" -----------------------------------------------------------------
30.\" ndb_blob_tool
31.SH "NAME"
32ndb_blob_tool \- check and repair BLOB and TEXT columns of MySQL Cluster tables
33.SH "SYNOPSIS"
34.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
35\fBndb_blob_tool \fR\fB\fIoptions\fR\fR\fB \fR\fB\fItable\fR\fR\fB [\fR\fB\fIcolumn\fR\fR\fB, \&.\&.\&.]\fR
36.SH "DESCRIPTION"
37.PP
38This 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
39NDB
40tables, as well as to generate a file listing any orphaned parts\&. It is sometimes useful in diagnosing and repairing corrupted or damaged
41NDB
42tables containing
43BLOB
44or
45TEXT
46columns\&.
47.PP
48The basic syntax for
49\fBndb_blob_tool\fR
50is shown here:
51.sp
52.if n \{\
53.RS 4
54.\}
55.nf
56ndb_blob_tool [\fIoptions\fR] \fItable\fR [\fIcolumn\fR, \&.\&.\&.]
57.fi
58.if n \{\
59.RE
60.\}
61.PP
62Unless you use the
63\fB\-\-help\fR
64option, you must specify an action to be performed by including one or more of the options
65\fB\-\-check\-orphans\fR,
66\fB\-\-delete\-orphans\fR, or
67\fB\-\-dump\-file\fR\&. These options cause
68\fBndb_blob_tool\fR
69to 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\&.
70.PP
71You must also specify the name of a table when invoking
72\fBndb_blob_tool\fR\&. In addition, you can optionally follow the table name with the (comma\-separated) names of one or more
73BLOB
74or
75TEXT
76columns from that table\&. If no columns are listed, the tool works on all of the table\*(Aqs
77BLOB
78and
79TEXT
80columns\&. If you need to specify a database, use the
81\fB\-\-database\fR
82(\fB\-d\fR) option\&.
83.PP
84The
85\fB\-\-verbose\fR
86option provides additional information in the output about the tool\*(Aqs progress\&.
87.PP
88The following table includes options that are specific to
89\fBndb_blob_tool\fR\&. Additional descriptions follow the table\&. For options common to most MySQL Cluster programs (including
90\fBndb_blob_tool\fR), see
91Options Common to MySQL Cluster Programs(1)\&.
92.sp
93.it 1 an-trap
94.nr an-no-space-flag 1
95.nr an-break-flag 1
96.br
97.B Table\ \&17.14.\ \&ndb_blob_tool Options and Variables: MySQL 5.1, MySQL Cluster NDB 6.3-7.1
98.TS
99allbox tab(:);
100lB lB lB.
101T{
102Format
103T}:T{
104Description
105T}:T{
106Added / Removed
107T}
108.T&
109l l l
110l l l
111l l l
112l l l
113l l l.
114T{
115.PP
116--check-orphans
117T}:T{
118Check for orphan blob parts
119T}:T{
120.PP
121ADDED: NDB 7\&.0\&.4
122T}
123T{
124.PP
125--database=db_name,
126.PP
127-d
128T}:T{
129Database to find the table in\&.
130T}:T{
131.PP
132ADDED: NDB 7\&.0\&.4
133T}
134T{
135.PP
136--delete-orphans
137T}:T{
138Delete orphan blob parts
139T}:T{
140.PP
141ADDED: NDB 7\&.0\&.4
142T}
143T{
144.PP
145--dump-file=file
146T}:T{
147Write orphan keys to specified file
148T}:T{
149.PP
150ADDED: NDB 7\&.0\&.4
151T}
152T{
153.PP
154--verbose,
155.PP
156-v
157T}:T{
158Verbose output
159T}:T{
160.PP
161ADDED: NDB 7\&.0\&.4
162T}
163.TE
164.sp 1
165.sp
166.RS 4
167.ie n \{\
168\h'-04'\(bu\h'+03'\c
169.\}
170.el \{\
171.sp -1
172.IP \(bu 2.3
173.\}
174.\" ndb_blob_tool: check-orphans option
175.\" check-orphans option: ndb_blob_tool
176\fB\-\-check\-orphans\fR
177.TS
178allbox tab(:);
179l l s s
180l l s s
181l l s s
182^ l l s
183^ l l s.
184T{
185\fBIntroduced\fR
186T}:T{
1875\&.1\&.32\-ndb\-7\&.0\&.4
188T}
189T{
190\fBCommand\-Line Format\fR
191T}:T{
192\-\-check\-orphans
193T}
194T{
195\ \&
196T}:T{
197\fBPermitted Values\fR
198T}
199:T{
200\fBType\fR
201T}:T{
202boolean
203T}
204:T{
205\fBDefault\fR
206T}:T{
207FALSE
208T}
209.TE
210.sp 1
211Check for orphaned BLOB parts in MySQL Cluster tables\&.
212.RE
213.sp
214.RS 4
215.ie n \{\
216\h'-04'\(bu\h'+03'\c
217.\}
218.el \{\
219.sp -1
220.IP \(bu 2.3
221.\}
222.\" ndb_blob_tool: database option
223.\" database option: ndb_blob_tool
224\fB\-\-database=\fR\fB\fIdb_name\fR\fR,
225\fB\-d\fR
226.TS
227allbox tab(:);
228l l s s
229l l s s
230l l s s
231l l s s
232^ l l s
233^ l l s.
234T{
235\fBIntroduced\fR
236T}:T{
2375\&.1\&.32\-ndb\-7\&.0\&.4
238T}
239T{
240\fBCommand\-Line Format\fR
241T}:T{
242\-\-database=db_name
243T}
244T{
245\ \&
246T}:T{
247\-d
248T}
249T{
250\ \&
251T}:T{
252\fBPermitted Values\fR
253T}
254:T{
255\fBType\fR
256T}:T{
257string
258T}
259:T{
260\fBDefault\fR
261T}:T{
262[none]
263T}
264.TE
265.sp 1
266Specify the database to find the table in\&.
267.RE
268.sp
269.RS 4
270.ie n \{\
271\h'-04'\(bu\h'+03'\c
272.\}
273.el \{\
274.sp -1
275.IP \(bu 2.3
276.\}
277.\" ndb_blob_tool: delete-orphans option
278.\" delete-orphans option: ndb_blob_tool
279\fB\-\-delete\-orphans\fR
280.TS
281allbox tab(:);
282l l s s
283l l s s
284l l s s
285^ l l s
286^ l l s.
287T{
288\fBIntroduced\fR
289T}:T{
2905\&.1\&.32\-ndb\-7\&.0\&.4
291T}
292T{
293\fBCommand\-Line Format\fR
294T}:T{
295\-\-delete\-orphans
296T}
297T{
298\ \&
299T}:T{
300\fBPermitted Values\fR
301T}
302:T{
303\fBType\fR
304T}:T{
305boolean
306T}
307:T{
308\fBDefault\fR
309T}:T{
310FALSE
311T}
312.TE
313.sp 1
314Remove orphaned BLOB parts from MySQL Cluster tables\&.
315.RE
316.sp
317.RS 4
318.ie n \{\
319\h'-04'\(bu\h'+03'\c
320.\}
321.el \{\
322.sp -1
323.IP \(bu 2.3
324.\}
325.\" ndb_blob_tool: dump-file option
326.\" dump-file option: ndb_blob_tool
327\fB\-\-dump\-file=\fR\fB\fIfile\fR\fR
328.TS
329allbox tab(:);
330l l s s
331l l s s
332l l s s
333^ l l s
334^ l l s.
335T{
336\fBIntroduced\fR
337T}:T{
3385\&.1\&.32\-ndb\-7\&.0\&.4
339T}
340T{
341\fBCommand\-Line Format\fR
342T}:T{
343\-\-dump\-file=file
344T}
345T{
346\ \&
347T}:T{
348\fBPermitted Values\fR
349T}
350:T{
351\fBType\fR
352T}:T{
353file name
354T}
355:T{
356\fBDefault\fR
357T}:T{
358[none]
359T}
360.TE
361.sp 1
362Writes a list of orphaned BLOB column parts to
363\fIfile\fR\&. The information written to the file includes the table key and BLOB part number for each orphaned BLOB part\&.
364.RE
365.sp
366.RS 4
367.ie n \{\
368\h'-04'\(bu\h'+03'\c
369.\}
370.el \{\
371.sp -1
372.IP \(bu 2.3
373.\}
374.\" ndb_blob_tool: verbose option
375.\" verbose option: ndb_blob_tool
376\fB\-\-verbose\fR
377.TS
378allbox tab(:);
379l l s s
380l l s s
381l l s s
382l l s s
383^ l l s
384^ l l s.
385T{
386\fBIntroduced\fR
387T}:T{
3885\&.1\&.32\-ndb\-7\&.0\&.4
389T}
390T{
391\fBCommand\-Line Format\fR
392T}:T{
393\-\-verbose
394T}
395T{
396\ \&
397T}:T{
398\-v
399T}
400T{
401\ \&
402T}:T{
403\fBPermitted Values\fR
404T}
405:T{
406\fBType\fR
407T}:T{
408boolean
409T}
410:T{
411\fBDefault\fR
412T}:T{
413FALSE
414T}
415.TE
416.sp 1
417Provide extra information in the tool\*(Aqs output regarding its progress\&.
418.RE
419 Example
420.PP
421First we create an
422NDB
423table in the
424test
425database, using the
426CREATE TABLE
427statement shown here:
428.sp
429.if n \{\
430.RS 4
431.\}
432.nf
433USE test;
434CREATE TABLE btest (
435 c0 BIGINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
436 c1 TEXT,
437 c2 BLOB
438) ENGINE=NDB;
439.fi
440.if n \{\
441.RE
442.\}
443.PP
444Then we insert a few rows into this table, using a series of statements similar to this one:
445.sp
446.if n \{\
447.RS 4
448.\}
449.nf
450INSERT INTO btest VALUES (NULL, \*(Aqx\*(Aq, REPEAT(\*(Aqx\*(Aq, 1000));
451.fi
452.if n \{\
453.RE
454.\}
455.PP
456When run with
457\fB\-\-check\-orphans\fR
458against this table,
459\fBndb_blob_tool\fR
460generates the following output:
461.sp
462.if n \{\
463.RS 4
464.\}
465.nf
466shell> \fBndb_blob_tool \-\-check\-orphans \-\-verbose \-d test btest\fR
467connected
468processing 2 blobs
469processing blob #0 c1 NDB$BLOB_19_1
470NDB$BLOB_19_1: nextResult: res=1
471total parts: 0
472orphan parts: 0
473processing blob #1 c2 NDB$BLOB_19_2
474NDB$BLOB_19_2: nextResult: res=0
475NDB$BLOB_19_2: nextResult: res=0
476NDB$BLOB_19_2: nextResult: res=0
477NDB$BLOB_19_2: nextResult: res=0
478NDB$BLOB_19_2: nextResult: res=0
479NDB$BLOB_19_2: nextResult: res=0
480NDB$BLOB_19_2: nextResult: res=0
481NDB$BLOB_19_2: nextResult: res=0
482NDB$BLOB_19_2: nextResult: res=0
483NDB$BLOB_19_2: nextResult: res=0
484NDB$BLOB_19_2: nextResult: res=1
485total parts: 10
486orphan parts: 0
487disconnected
488NDBT_ProgramExit: 0 \- OK
489.fi
490.if n \{\
491.RE
492.\}
493.PP
494The tool reports that there are no
495NDB
496BLOB column parts associated with column
497c1, even though
498c1
499is a
500TEXT
501column\&. This is due to the fact that, in an
502NDB
503table, only the first 256 bytes of a
504BLOB
505or
506TEXT
507column 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
508BLOB
509column parts are created by
510NDB
511for this column\&. See
512Section\ \&11.6, \(lqData Type Storage Requirements\(rq, for more information\&.
513.SH "COPYRIGHT"
514.br
515.PP
516Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
517.PP
518This 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.
519.PP
520This 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.
521.PP
522You 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/.
523.sp
524.SH "SEE ALSO"
525For more information, please refer to the MySQL Reference Manual,
526which may already be installed locally and which is also available
527online at http://dev.mysql.com/doc/.
528.SH AUTHOR
529Oracle Corporation (http://dev.mysql.com/).
0530
=== modified file 'Percona-Server/man/ndb_config.1'
--- Percona-Server/man/ndb_config.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/ndb_config.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBndb_config\fR2.\" Title: \fBndb_config\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_CONFIG\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBNDB_CONFIG\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -44,7 +44,7 @@
44or44or
45\fB\-\-mycnf\fR45\fB\-\-mycnf\fR
46option\&. 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 using46option\&. 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
47\fB\-\-config_from_node=\fR\fB\fInode_id\fR\fR\-47\fB\-\-config_from_node=\fR\fB\fInode_id\fR\fR\&.
48.PP48.PP
49Beginning with MySQL Cluster NDB 6\&.3\&.25 and MySQL Cluster NDB 7\&.0\&.6,49Beginning with MySQL Cluster NDB 6\&.3\&.25 and MySQL Cluster NDB 7\&.0\&.6,
50\fBndb_config\fR50\fBndb_config\fR
@@ -70,7 +70,7 @@
70.nr an-no-space-flag 170.nr an-no-space-flag 1
71.nr an-break-flag 171.nr an-break-flag 1
72.br72.br
73.B Table\ \&17.14.\ \&ndb_config Options: MySQL 5.1, MySQL Cluster NDB 6.3-7.173.B Table\ \&17.15.\ \&ndb_config Options and Variables: MySQL 5.1, MySQL Cluster NDB 6.3-7.1
74.TS74.TS
75allbox tab(:);75allbox tab(:);
76lB lB lB.76lB lB lB.
@@ -274,10 +274,12 @@
274\-\-help274\-\-help
275T}275T}
276T{276T{
277\ \&
277T}:T{278T}:T{
278\-\-usage279\-\-usage
279T}280T}
280T{281T{
282\ \&
281T}:T{283T}:T{
282\-?284\-?
283T}285T}
@@ -308,7 +310,7 @@
308^ l l s310^ l l s
309^ l l s.311^ l l s.
310T{312T{
311\fBVersion Introduced\fR313\fBIntroduced\fR
312T}:T{314T}:T{
3135\&.1\&.56\-ndb\-7\&.1\&.163155\&.1\&.56\-ndb\-7\&.1\&.16
314T}316T}
@@ -320,7 +322,7 @@
320T{322T{
321\ \&323\ \&
322T}:T{324T}:T{
323\fBPermitted Values \fR325\fBPermitted Values\fR
324T}326T}
325:T{327:T{
326\fBType\fR328\fBType\fR
@@ -371,6 +373,7 @@
371\-\-version373\-\-version
372T}374T}
373T{375T{
376\ \&
374T}:T{377T}:T{
375\-V378\-V
376T}379T}
@@ -392,9 +395,48 @@
392.\" ndb_config: ndb-connectstring option395.\" ndb_config: ndb-connectstring option
393.\" ndb-connectstring option: ndb_config396.\" ndb-connectstring option: ndb_config
394\fB\-\-ndb\-connectstring=\fR\fB\fIconnect_string\fR\fR397\fB\-\-ndb\-connectstring=\fR\fB\fIconnect_string\fR\fR
395.sp398.TS
396Specifies the connectstring to use in connecting to the management server\&. The format for the connectstring is the same as described in399allbox tab(:);
397Section\ \&17.3.2.3, \(lqThe MySQL Cluster Connectstring\(rq, and defaults to400l l s s
401l l s s
402l l s s
403l l s s
404^ l l s
405^ l l s.
406T{
407\fBCommand\-Line Format\fR
408T}:T{
409\-\-ndb\-connectstring=connectstring
410T}
411T{
412\ \&
413T}:T{
414\-\-connect\-string=connectstring
415T}
416T{
417\ \&
418T}:T{
419\-c
420T}
421T{
422\ \&
423T}:T{
424\fBPermitted Values\fR
425T}
426:T{
427\fBType\fR
428T}:T{
429string
430T}
431:T{
432\fBDefault\fR
433T}:T{
434localhost:1186
435T}
436.TE
437.sp 1
438Specifies the connection string to use in connecting to the management server\&. The format for the connection string is the same as described in
439Section\ \&17.3.2.3, \(lqMySQL Cluster Connection Strings\(rq, and defaults to
398localhost:1186\&.440localhost:1186\&.
399.sp441.sp
400The use of442The use of
@@ -429,7 +471,7 @@
429T{471T{
430\ \&472\ \&
431T}:T{473T}:T{
432\fBPermitted Values \fR474\fBPermitted Values\fR
433T}475T}
434:T{476:T{
435\fBType\fR477\fBType\fR
@@ -472,7 +514,7 @@
472T{514T{
473\ \&515\ \&
474T}:T{516T}:T{
475\fBPermitted Values \fR517\fBPermitted Values\fR
476T}518T}
477:T{519:T{
478\fBType\fR520\fBType\fR
@@ -517,13 +559,14 @@
517\-\-query=string559\-\-query=string
518T}560T}
519T{561T{
562\ \&
520T}:T{563T}:T{
521\-q564\-q
522T}565T}
523T{566T{
524\ \&567\ \&
525T}:T{568T}:T{
526\fBPermitted Values \fR569\fBPermitted Values\fR
527T}570T}
528:T{571:T{
529\fBType\fR572\fBType\fR
@@ -594,7 +637,7 @@
594T{637T{
595\ \&638\ \&
596T}:T{639T}:T{
597\fBPermitted Values \fR640\fBPermitted Values\fR
598T}641T}
599:T{642:T{
600\fBType\fR643\fBType\fR
@@ -655,7 +698,34 @@
655.\" ndb_config: nodeid option698.\" ndb_config: nodeid option
656.\" nodeid option: ndb_config699.\" nodeid option: ndb_config
657\fB\-\-nodeid=\fR\fB\fInode_id\fR\fR700\fB\-\-nodeid=\fR\fB\fInode_id\fR\fR
658.sp701.TS
702allbox tab(:);
703l l s s
704l l s s
705^ l l s
706^ l l s.
707T{
708\fBCommand\-Line Format\fR
709T}:T{
710\-\-ndb\-nodeid=#
711T}
712T{
713\ \&
714T}:T{
715\fBPermitted Values\fR
716T}
717:T{
718\fBType\fR
719T}:T{
720numeric
721T}
722:T{
723\fBDefault\fR
724T}:T{
7250
726T}
727.TE
728.sp 1
659Either of these options can be used to specify the node ID of the node for which configuration information is to be obtained\&.729Either of these options can be used to specify the node ID of the node for which configuration information is to be obtained\&.
660\fB\-\-nodeid\fR730\fB\-\-nodeid\fR
661is the preferred form\&.731is the preferred form\&.
@@ -686,7 +756,7 @@
686T{756T{
687\ \&757\ \&
688T}:T{758T}:T{
689\fBPermitted Values \fR759\fBPermitted Values\fR
690T}760T}
691:T{761:T{
692\fBType\fR762\fBType\fR
@@ -735,7 +805,7 @@
735T{805T{
736\ \&806\ \&
737T}:T{807T}:T{
738\fBPermitted Values \fR808\fBPermitted Values\fR
739T}809T}
740:T{810:T{
741\fBType\fR811\fBType\fR
@@ -778,7 +848,7 @@
778^ l l s848^ l l s
779^ l l s.849^ l l s.
780T{850T{
781\fBVersion Introduced\fR851\fBIntroduced\fR
782T}:T{852T}:T{
7835\&.1\&.56\-ndb\-7\&.1\&.168535\&.1\&.56\-ndb\-7\&.1\&.16
784T}854T}
@@ -790,7 +860,7 @@
790T{860T{
791\ \&861\ \&
792T}:T{862T}:T{
793\fBPermitted Values \fR863\fBPermitted Values\fR
794T}864T}
795:T{865:T{
796\fBType\fR866\fBType\fR
@@ -834,7 +904,9 @@
834l l s s904l l s s
835^ l l s905^ l l s
836^ l l s906^ l l s
837^ l l s.907^ lt l s
908^ ^ l s
909^ ^ l s.
838T{910T{
839\fBCommand\-Line Format\fR911\fBCommand\-Line Format\fR
840T}:T{912T}:T{
@@ -843,7 +915,7 @@
843T{915T{
844\ \&916\ \&
845T}:T{917T}:T{
846\fBPermitted Values \fR918\fBPermitted Values\fR
847T}919T}
848:T{920:T{
849\fBType\fR921\fBType\fR
@@ -858,9 +930,11 @@
858\fBValid Values\fR930\fBValid Values\fR
859T}:T{931T}:T{
860ndbd932ndbd
861.sp933T}
934::T{
862mysqld935mysqld
863.sp936T}
937::T{
864ndb_mgmd938ndb_mgmd
865T}939T}
866.TE940.TE
@@ -898,13 +972,14 @@
898\-\-fields=string972\-\-fields=string
899T}973T}
900T{974T{
975\ \&
901T}:T{976T}:T{
902\-f977\-f
903T}978T}
904T{979T{
905\ \&980\ \&
906T}:T{981T}:T{
907\fBPermitted Values \fR982\fBPermitted Values\fR
908T}983T}
909:T{984:T{
910\fBType\fR985\fBType\fR
@@ -969,13 +1044,14 @@
969\-\-rows=string1044\-\-rows=string
970T}1045T}
971T{1046T{
1047\ \&
972T}:T{1048T}:T{
973\-r1049\-r
974T}1050T}
975T{1051T{
976\ \&1052\ \&
977T}:T{1053T}:T{
978\fBPermitted Values \fR1054\fBPermitted Values\fR
979T}1055T}
980:T{1056:T{
981\fBType\fR1057\fBType\fR
@@ -1142,7 +1218,7 @@
1142^ l l s1218^ l l s
1143^ l l s.1219^ l l s.
1144T{1220T{
1145\fBVersion Introduced\fR1221\fBIntroduced\fR
1146T}:T{1222T}:T{
11475\&.1\&.34\-ndb\-7\&.0\&.612235\&.1\&.34\-ndb\-7\&.0\&.6
1148T}1224T}
@@ -1154,7 +1230,7 @@
1154T{1230T{
1155\ \&1231\ \&
1156T}:T{1232T}:T{
1157\fBPermitted Values \fR1233\fBPermitted Values\fR
1158T}1234T}
1159:T{1235:T{
1160\fBType\fR1236\fBType\fR
@@ -1182,7 +1258,7 @@
1182.\}1258.\}
1183.nf1259.nf
1184shell> \fBndb_config \-\-configinfo \-\-xml\fR1260shell> \fBndb_config \-\-configinfo \-\-xml\fR
1185<configvariables protocolversion="1" ndbversionstring="5\&.1\&.67\-ndb\-7\&.1\&.27"1261<configvariables protocolversion="1" ndbversionstring="5\&.1\&.71\-ndb\-7\&.1\&.29"
1186 ndbversion="458758" ndbversionmajor="7" ndbversionminor="0"1262 ndbversion="458758" ndbversionmajor="7" ndbversionminor="0"
1187 ndbversionbuild="6">1263 ndbversionbuild="6">
1188 <section name="SYSTEM">1264 <section name="SYSTEM">
@@ -1382,7 +1458,7 @@
1382.sp -11458.sp -1
1383.IP " 2." 4.21459.IP " 2." 4.2
1384.\}1460.\}
1385To produce a connectstring that can be used by data, SQL, and API nodes to connect to the management server:1461To produce a connection string that can be used by data, SQL, and API nodes to connect to the management server:
1386.sp1462.sp
1387.if n \{\1463.if n \{\
1388.RS 41464.RS 4
@@ -1475,40 +1551,11 @@
1475.PP1551.PP
1476Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.1552Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
1477.PP1553.PP
1478This 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.1554This 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.
1479.PP1555.PP
1480The 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.1556This 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.
1481.PP1557.PP
1482If 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:1558You 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/.
1483.PP
1484U.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.
1485.PP
1486This 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.
1487.PP
1488Oracle 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.
1489.PP
1490This 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.
1491.PP
1492This 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.
1493.PP
1494This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
1495.PP
1496You 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.
1497.PP
1498For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
1499\m[blue]\fBMySQL Contact & Questions\fR\m[].
1500.PP
1501For additional licensing information, including licenses for third-party libraries used by MySQL products, see
1502Preface and Legal Notices.
1503.PP
1504For help with using MySQL, please visit either the
1505\m[blue]\fBMySQL Forums\fR\m[]
1506or
1507\m[blue]\fBMySQL Mailing Lists\fR\m[]
1508where you can discuss your issues with other MySQL users.
1509.PP
1510For 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
1511\m[blue]\fBMySQL Documentation Library\fR\m[].
1512.sp1559.sp
1513.SH "SEE ALSO"1560.SH "SEE ALSO"
1514For more information, please refer to the MySQL Reference Manual,1561For more information, please refer to the MySQL Reference Manual,
15151562
=== modified file 'Percona-Server/man/ndb_cpcd.1'
--- Percona-Server/man/ndb_cpcd.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/ndb_cpcd.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBndb_cpcd\fR2.\" Title: \fBndb_cpcd\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_CPCD\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBNDB_CPCD\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -52,40 +52,11 @@
52.PP52.PP
53Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.53Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
54.PP54.PP
55This 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.55This 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.
56.PP56.PP
57The 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.57This 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.
58.PP58.PP
59If 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:59You 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/.
60.PP
61U.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.
62.PP
63This 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.
64.PP
65Oracle 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.
66.PP
67This 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.
68.PP
69This 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.
70.PP
71This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
72.PP
73You 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.
74.PP
75For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
76\m[blue]\fBMySQL Contact & Questions\fR\m[].
77.PP
78For additional licensing information, including licenses for third-party libraries used by MySQL products, see
79Preface and Legal Notices.
80.PP
81For help with using MySQL, please visit either the
82\m[blue]\fBMySQL Forums\fR\m[]
83or
84\m[blue]\fBMySQL Mailing Lists\fR\m[]
85where you can discuss your issues with other MySQL users.
86.PP
87For 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
88\m[blue]\fBMySQL Documentation Library\fR\m[].
89.sp60.sp
90.SH "SEE ALSO"61.SH "SEE ALSO"
91For more information, please refer to the MySQL Reference Manual,62For more information, please refer to the MySQL Reference Manual,
9263
=== modified file 'Percona-Server/man/ndb_delete_all.1'
--- Percona-Server/man/ndb_delete_all.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/ndb_delete_all.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBndb_delete_all\fR2.\" Title: \fBndb_delete_all\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_DELETE_ALL\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBNDB_DELETE_ALL\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -70,7 +70,7 @@
70.nr an-no-space-flag 170.nr an-no-space-flag 1
71.nr an-break-flag 171.nr an-break-flag 1
72.br72.br
73.B Table\ \&17.15.\ \&ndb_delete_all Options: MySQL 5.1, MySQL Cluster NDB 6.3-7.173.B Table\ \&17.16.\ \&ndb_delete_all Options and Variables: MySQL 5.1, MySQL Cluster NDB 6.3-7.1
74.TS74.TS
75allbox tab(:);75allbox tab(:);
76lB lB lB.76lB lB lB.
@@ -164,40 +164,11 @@
164.PP164.PP
165Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.165Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
166.PP166.PP
167This 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.167This 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.
168.PP168.PP
169The 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.169This 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.
170.PP170.PP
171If 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:171You 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/.
172.PP
173U.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.
174.PP
175This 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.
176.PP
177Oracle 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.
178.PP
179This 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.
180.PP
181This 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.
182.PP
183This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms:
184.PP
185You 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.
186.PP
187For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit
188\m[blue]\fBMySQL Contact & Questions\fR\m[].
189.PP
190For additional licensing information, including licenses for third-party libraries used by MySQL products, see
191Preface and Legal Notices.
192.PP
193For help with using MySQL, please visit either the
194\m[blue]\fBMySQL Forums\fR\m[]
195or
196\m[blue]\fBMySQL Mailing Lists\fR\m[]
197where you can discuss your issues with other MySQL users.
198.PP
199For 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
200\m[blue]\fBMySQL Documentation Library\fR\m[].
201.sp172.sp
202.SH "SEE ALSO"173.SH "SEE ALSO"
203For more information, please refer to the MySQL Reference Manual,174For more information, please refer to the MySQL Reference Manual,
204175
=== modified file 'Percona-Server/man/ndb_desc.1'
--- Percona-Server/man/ndb_desc.1 2013-06-03 03:53:55 +0000
+++ Percona-Server/man/ndb_desc.1 2013-10-22 14:49:41 +0000
@@ -2,12 +2,12 @@
2.\" Title: \fBndb_desc\fR2.\" Title: \fBndb_desc\fR
3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]3.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>4.\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5.\" Date: 03/05/20135.\" Date: 09/09/2013
6.\" Manual: MySQL Database System6.\" Manual: MySQL Database System
7.\" Source: MySQL 5.17.\" Source: MySQL 5.1
8.\" Language: English8.\" Language: English
9.\"9.\"
10.TH "\FBNDB_DESC\FR" "1" "03/05/2013" "MySQL 5\&.1" "MySQL Database System"10.TH "\FBNDB_DESC\FR" "1" "09/09/2013" "MySQL 5\&.1" "MySQL Database System"
11.\" -----------------------------------------------------------------11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------13.\" -----------------------------------------------------------------
@@ -50,6 +50,18 @@
50.if n \{\50.if n \{\
51.RE51.RE
52.\}52.\}
53.PP
54(\fIMySQL Cluster NDB 7\&.0\&.36 and later; MySQL Cluster NDB 7\&.1\&.25 and later:\fR)
55.sp
56.if n \{\
57.RS 4
58.\}
59.nf
60ndb_desc \-c \fIconnect_string\fR \fIindex_name\fR \-d \fIdb_name\fR \-t \fItbl_name\fR
61.fi
62.if n \{\
63.RE
64.\}
53.sp65.sp
54 Sample Output66 Sample Output
55.PP67.PP
@@ -128,6 +140,61 @@
128\fBndb_desc\fR140\fBndb_desc\fR
129by using their names, separated by spaces\&. All of the tables must be in the same database\&.141by using their names, separated by spaces\&. All of the tables must be in the same database\&.
130.PP142.PP
143Beginning 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
144\fB\-\-table\fR
145(short form:
146\fB\-t\fR) option introduced in these versions and supplying the name of the index as the first argument to
147\fBndb_desc\fR, as shown here:
148.sp
149.if n \{\
150.RS 4
151.\}
152.nf
153shell> \fB\&./ndb_desc uk \-d test \-t fish\fR
154\-\- uk \-\-
155Version: 3
156Base table: fish
157Number of attributes: 1
158Logging: 0
159Index type: OrderedIndex
160Index status: Retrieved
161\-\- Attributes \-\-
162name Varchar(20;latin1_swedish_ci) NOT NULL AT=SHORT_VAR ST=MEMORY
163\-\- IndexTable 10/uk \-\-
164Version: 3
165Fragment type: FragUndefined
166K Value: 6
167Min load factor: 78
168Max load factor: 80
169Temporary table: yes
170Number of attributes: 2
171Number of primary keys: 1
172Length of frm data: 0
173Row Checksum: 1
174Row GCI: 1
175SingleUserMode: 2
176ForceVarPart: 0
177FragmentCount: 4
178ExtraRowGciBits: 0
179ExtraRowAuthorBits: 0
180TableStatus: Retrieved
181\-\- Attributes \-\-
182name Varchar(20;latin1_swedish_ci) NOT NULL AT=SHORT_VAR ST=MEMORY
183NDB$TNODE Unsigned [64] PRIMARY KEY DISTRIBUTION KEY AT=FIXED ST=MEMORY
184\-\- Indexes \-\-
185PRIMARY KEY(NDB$TNODE) \- UniqueHashIndex
186NDBT_ProgramExit: 0 \- OK
187.fi
188.if n \{\
189.RE
190.\}
191.PP
192When an index is specified in this way, the
193\fB\-\-extra\-partition\-info\fR
194and
195\fB\-\-extra\-node\-info\fR
196options have no effect\&.
197.PP
131The198The
132Version199Version
133column in the output contains the table\*(Aqs schema object version\&. For information about interpreting this value, see200column in the output contains the table\*(Aqs schema object version\&. For information about interpreting this value, see
@@ -267,7 +334,7 @@
267.nr an-no-space-flag 1334.nr an-no-space-flag 1
268.nr an-break-flag 1335.nr an-break-flag 1
269.br336.br
270.B Table\ \&17.16.\ \&ndb_desc Options: MySQL 5.1, MySQL Cluster NDB 6.3-7.1337.B Table\ \&17.17.\ \&ndb_desc Options and Variables: MySQL 5.1, MySQL Cluster NDB 6.3-7.1
271.TS338.TS
272allbox tab(:);339allbox tab(:);
273lB lB lB.340lB lB lB.
@@ -284,53 +351,10 @@
284l l l351l l l
285l l l352l l l
286l l l353l l l
354l l l
287l l l.355l l l.
288T{356T{
289.PP357.PP
290\-\-database=dbname,
291.PP
292\-d
293T}:T{
294Name of database containing table
295T}:T{
296.PP
297All MySQL 5\&.1 based releases
298T}
299T{
300.PP
301\-\-unqualified,
302.PP
303\-u
304T}:T{
305Use unqualified table names
306T}:T{
307.PP
308All MySQL 5\&.1 based releases
309T}
310T{
311.PP
312--extra-partition-info,
313.PP
314-p
315T}:T{
316Display information about partitions
317T}:T{
318.PP
319All MySQL 5\&.1 based releases
320T}
321T{
322.PP
323\-\-retries=#,
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches