Merge lp:~laurynas-biveinis/percona-server/merge-5.1.72 into lp:percona-server/5.1
- merge-5.1.72
- Merge into 5.1
Proposed by
Laurynas Biveinis
Status: | Merged |
---|---|
Approved by: | Alexey Kopytov |
Approved revision: | 596 |
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 |
Related bugs: | |
Related blueprints: |
Merge MySQL 5.1.72
(Essential)
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alexey Kopytov (community) | Approve | ||
Review via email:
|
This proposal supersedes a proposal from 2013-10-11.
Commit message
Description of the change
2nd MP:
- Fixed spurious loop2 label indentation change
- Surrounded it with a proper #ifdef
http://
1st MP:
Merge MySQL 5.1.72.
http://
Merge MySQL 5.1.72, implementing
https:/
An automerge, with the exception of changes in buf_page_get_gen() for
http://
Import updated man pages from mysql-5.
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 | # |
review:
Needs Fixing
Revision history for this message

Alexey Kopytov (akopytov) : | # |
review:
Approve
Preview Diff
[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1 | === modified file 'Makefile' | |||
2 | --- Makefile 2013-08-27 15:05:45 +0000 | |||
3 | +++ Makefile 2013-10-22 14:49:41 +0000 | |||
4 | @@ -1,5 +1,5 @@ | |||
7 | 1 | MYSQL_VERSION=5.1.71 | 1 | MYSQL_VERSION=5.1.72 |
8 | 2 | PERCONA_SERVER_VERSION=rel14.9 | 2 | PERCONA_SERVER_VERSION=rel14.10 |
9 | 3 | PERCONA_SERVER ?=Percona-Server-$(MYSQL_VERSION)-$(PERCONA_SERVER_VERSION) | 3 | PERCONA_SERVER ?=Percona-Server-$(MYSQL_VERSION)-$(PERCONA_SERVER_VERSION) |
10 | 4 | PERCONA_SERVER_SHORT_1 ?=Percona-Server-$(MYSQL_VERSION) | 4 | PERCONA_SERVER_SHORT_1 ?=Percona-Server-$(MYSQL_VERSION) |
11 | 5 | PERCONA_SERVER_SHORT_2 ?=Percona-Server | 5 | PERCONA_SERVER_SHORT_2 ?=Percona-Server |
12 | 6 | 6 | ||
13 | === modified file 'Percona-Server/client/mysqldump.c' | |||
14 | --- Percona-Server/client/mysqldump.c 2013-06-03 03:53:55 +0000 | |||
15 | +++ Percona-Server/client/mysqldump.c 2013-10-22 14:49:41 +0000 | |||
16 | @@ -2886,7 +2886,7 @@ | |||
17 | 2886 | verbose_msg("-- Retrieving table structure for table %s...\n", table); | 2886 | verbose_msg("-- Retrieving table structure for table %s...\n", table); |
18 | 2887 | 2887 | ||
19 | 2888 | len= my_snprintf(query_buff, sizeof(query_buff), | 2888 | len= my_snprintf(query_buff, sizeof(query_buff), |
21 | 2889 | "SET OPTION SQL_QUOTE_SHOW_CREATE=%d", | 2889 | "SET SQL_QUOTE_SHOW_CREATE=%d", |
22 | 2890 | (opt_quoted || opt_keywords)); | 2890 | (opt_quoted || opt_keywords)); |
23 | 2891 | if (!create_options) | 2891 | if (!create_options) |
24 | 2892 | strmov(query_buff+len, | 2892 | strmov(query_buff+len, |
25 | @@ -5507,7 +5507,7 @@ | |||
26 | 5507 | verbose_msg("-- Retrieving view structure for table %s...\n", table); | 5507 | verbose_msg("-- Retrieving view structure for table %s...\n", table); |
27 | 5508 | 5508 | ||
28 | 5509 | #ifdef NOT_REALLY_USED_YET | 5509 | #ifdef NOT_REALLY_USED_YET |
30 | 5510 | sprintf(insert_pat,"SET OPTION SQL_QUOTE_SHOW_CREATE=%d", | 5510 | sprintf(insert_pat, "SET SQL_QUOTE_SHOW_CREATE=%d", |
31 | 5511 | (opt_quoted || opt_keywords)); | 5511 | (opt_quoted || opt_keywords)); |
32 | 5512 | #endif | 5512 | #endif |
33 | 5513 | 5513 | ||
34 | 5514 | 5514 | ||
35 | === modified file 'Percona-Server/configure.in' | |||
36 | --- Percona-Server/configure.in 2013-08-05 13:11:52 +0000 | |||
37 | +++ Percona-Server/configure.in 2013-10-22 14:49:41 +0000 | |||
38 | @@ -12,7 +12,7 @@ | |||
39 | 12 | dnl When changing the major version number please also check the switch | 12 | dnl When changing the major version number please also check the switch |
40 | 13 | dnl statement in mysqlbinlog::check_master_version(). You may also need | 13 | dnl statement in mysqlbinlog::check_master_version(). You may also need |
41 | 14 | dnl to update version.c in ndb. | 14 | dnl to update version.c in ndb. |
43 | 15 | AC_INIT([MySQL Server], [5.1.71], [], [mysql]) | 15 | AC_INIT([MySQL Server], [5.1.72], [], [mysql]) |
44 | 16 | 16 | ||
45 | 17 | AC_CONFIG_SRCDIR([sql/mysqld.cc]) | 17 | AC_CONFIG_SRCDIR([sql/mysqld.cc]) |
46 | 18 | AC_CANONICAL_SYSTEM | 18 | AC_CANONICAL_SYSTEM |
47 | 19 | 19 | ||
48 | === modified file 'Percona-Server/man/comp_err.1' | |||
49 | --- Percona-Server/man/comp_err.1 2013-06-03 03:53:55 +0000 | |||
50 | +++ Percona-Server/man/comp_err.1 2013-10-22 14:49:41 +0000 | |||
51 | @@ -2,12 +2,12 @@ | |||
52 | 2 | .\" Title: \fBcomp_err\fR | 2 | .\" Title: \fBcomp_err\fR |
53 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
54 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
56 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
57 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
58 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
59 | 8 | .\" Language: English | 8 | .\" Language: English |
60 | 9 | .\" | 9 | .\" |
62 | 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" |
63 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
64 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
65 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
66 | @@ -266,40 +266,11 @@ | |||
67 | 266 | .PP | 266 | .PP |
68 | 267 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 267 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
69 | 268 | .PP | 268 | .PP |
104 | 269 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 269 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
105 | 270 | .PP | 270 | .PP |
106 | 271 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 271 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
107 | 272 | .PP | 272 | .PP |
108 | 273 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 273 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
75 | 274 | .PP | ||
76 | 275 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
77 | 276 | .PP | ||
78 | 277 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
79 | 278 | .PP | ||
80 | 279 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
81 | 280 | .PP | ||
82 | 281 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
83 | 282 | .PP | ||
84 | 283 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
85 | 284 | .PP | ||
86 | 285 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
87 | 286 | .PP | ||
88 | 287 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
89 | 288 | .PP | ||
90 | 289 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
91 | 290 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
92 | 291 | .PP | ||
93 | 292 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
94 | 293 | Preface and Legal Notices. | ||
95 | 294 | .PP | ||
96 | 295 | For help with using MySQL, please visit either the | ||
97 | 296 | \m[blue]\fBMySQL Forums\fR\m[] | ||
98 | 297 | or | ||
99 | 298 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
100 | 299 | where you can discuss your issues with other MySQL users. | ||
101 | 300 | .PP | ||
102 | 301 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
103 | 302 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
109 | 303 | .sp | 274 | .sp |
110 | 304 | .SH "NOTES" | 275 | .SH "NOTES" |
111 | 305 | .IP " 1." 4 | 276 | .IP " 1." 4 |
112 | 306 | 277 | ||
113 | === modified file 'Percona-Server/man/innochecksum.1' | |||
114 | --- Percona-Server/man/innochecksum.1 2013-06-03 03:53:55 +0000 | |||
115 | +++ Percona-Server/man/innochecksum.1 2013-10-22 14:49:41 +0000 | |||
116 | @@ -2,12 +2,12 @@ | |||
117 | 2 | .\" Title: \fBinnochecksum\fR | 2 | .\" Title: \fBinnochecksum\fR |
118 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
119 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
121 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
122 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
123 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
124 | 8 | .\" Language: English | 8 | .\" Language: English |
125 | 9 | .\" | 9 | .\" |
127 | 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" |
128 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
129 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
130 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
131 | @@ -152,40 +152,11 @@ | |||
132 | 152 | .PP | 152 | .PP |
133 | 153 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 153 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
134 | 154 | .PP | 154 | .PP |
169 | 155 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 155 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
170 | 156 | .PP | 156 | .PP |
171 | 157 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 157 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
172 | 158 | .PP | 158 | .PP |
173 | 159 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 159 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
140 | 160 | .PP | ||
141 | 161 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
142 | 162 | .PP | ||
143 | 163 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
144 | 164 | .PP | ||
145 | 165 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
146 | 166 | .PP | ||
147 | 167 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
148 | 168 | .PP | ||
149 | 169 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
150 | 170 | .PP | ||
151 | 171 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
152 | 172 | .PP | ||
153 | 173 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
154 | 174 | .PP | ||
155 | 175 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
156 | 176 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
157 | 177 | .PP | ||
158 | 178 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
159 | 179 | Preface and Legal Notices. | ||
160 | 180 | .PP | ||
161 | 181 | For help with using MySQL, please visit either the | ||
162 | 182 | \m[blue]\fBMySQL Forums\fR\m[] | ||
163 | 183 | or | ||
164 | 184 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
165 | 185 | where you can discuss your issues with other MySQL users. | ||
166 | 186 | .PP | ||
167 | 187 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
168 | 188 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
174 | 189 | .sp | 160 | .sp |
175 | 190 | .SH "SEE ALSO" | 161 | .SH "SEE ALSO" |
176 | 191 | For more information, please refer to the MySQL Reference Manual, | 162 | For more information, please refer to the MySQL Reference Manual, |
177 | 192 | 163 | ||
178 | === modified file 'Percona-Server/man/make_win_bin_dist.1' | |||
179 | --- Percona-Server/man/make_win_bin_dist.1 2013-06-03 03:53:55 +0000 | |||
180 | +++ Percona-Server/man/make_win_bin_dist.1 2013-10-22 14:49:41 +0000 | |||
181 | @@ -2,12 +2,12 @@ | |||
182 | 2 | .\" Title: \fBmake_win_bin_dist\fR | 2 | .\" Title: \fBmake_win_bin_dist\fR |
183 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
184 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
186 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
187 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
188 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
189 | 8 | .\" Language: English | 8 | .\" Language: English |
190 | 9 | .\" | 9 | .\" |
192 | 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" |
193 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
194 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
195 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
196 | @@ -180,40 +180,11 @@ | |||
197 | 180 | .PP | 180 | .PP |
198 | 181 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 181 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
199 | 182 | .PP | 182 | .PP |
234 | 183 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 183 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
235 | 184 | .PP | 184 | .PP |
236 | 185 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 185 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
237 | 186 | .PP | 186 | .PP |
238 | 187 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 187 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
205 | 188 | .PP | ||
206 | 189 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
207 | 190 | .PP | ||
208 | 191 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
209 | 192 | .PP | ||
210 | 193 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
211 | 194 | .PP | ||
212 | 195 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
213 | 196 | .PP | ||
214 | 197 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
215 | 198 | .PP | ||
216 | 199 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
217 | 200 | .PP | ||
218 | 201 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
219 | 202 | .PP | ||
220 | 203 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
221 | 204 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
222 | 205 | .PP | ||
223 | 206 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
224 | 207 | Preface and Legal Notices. | ||
225 | 208 | .PP | ||
226 | 209 | For help with using MySQL, please visit either the | ||
227 | 210 | \m[blue]\fBMySQL Forums\fR\m[] | ||
228 | 211 | or | ||
229 | 212 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
230 | 213 | where you can discuss your issues with other MySQL users. | ||
231 | 214 | .PP | ||
232 | 215 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
233 | 216 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
239 | 217 | .sp | 188 | .sp |
240 | 218 | .SH "SEE ALSO" | 189 | .SH "SEE ALSO" |
241 | 219 | For more information, please refer to the MySQL Reference Manual, | 190 | For more information, please refer to the MySQL Reference Manual, |
242 | 220 | 191 | ||
243 | === modified file 'Percona-Server/man/msql2mysql.1' | |||
244 | --- Percona-Server/man/msql2mysql.1 2013-06-03 03:53:55 +0000 | |||
245 | +++ Percona-Server/man/msql2mysql.1 2013-10-22 14:49:41 +0000 | |||
246 | @@ -2,12 +2,12 @@ | |||
247 | 2 | .\" Title: \fBmsql2mysql\fR | 2 | .\" Title: \fBmsql2mysql\fR |
248 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
249 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
251 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
252 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
253 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
254 | 8 | .\" Language: English | 8 | .\" Language: English |
255 | 9 | .\" | 9 | .\" |
257 | 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" |
258 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
259 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
260 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
261 | @@ -71,40 +71,11 @@ | |||
262 | 71 | .PP | 71 | .PP |
263 | 72 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 72 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
264 | 73 | .PP | 73 | .PP |
299 | 74 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 74 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
300 | 75 | .PP | 75 | .PP |
301 | 76 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 76 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
302 | 77 | .PP | 77 | .PP |
303 | 78 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 78 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
270 | 79 | .PP | ||
271 | 80 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
272 | 81 | .PP | ||
273 | 82 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
274 | 83 | .PP | ||
275 | 84 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
276 | 85 | .PP | ||
277 | 86 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
278 | 87 | .PP | ||
279 | 88 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
280 | 89 | .PP | ||
281 | 90 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
282 | 91 | .PP | ||
283 | 92 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
284 | 93 | .PP | ||
285 | 94 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
286 | 95 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
287 | 96 | .PP | ||
288 | 97 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
289 | 98 | Preface and Legal Notices. | ||
290 | 99 | .PP | ||
291 | 100 | For help with using MySQL, please visit either the | ||
292 | 101 | \m[blue]\fBMySQL Forums\fR\m[] | ||
293 | 102 | or | ||
294 | 103 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
295 | 104 | where you can discuss your issues with other MySQL users. | ||
296 | 105 | .PP | ||
297 | 106 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
298 | 107 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
304 | 108 | .sp | 79 | .sp |
305 | 109 | .SH "SEE ALSO" | 80 | .SH "SEE ALSO" |
306 | 110 | For more information, please refer to the MySQL Reference Manual, | 81 | For more information, please refer to the MySQL Reference Manual, |
307 | 111 | 82 | ||
308 | === modified file 'Percona-Server/man/my_print_defaults.1' | |||
309 | --- Percona-Server/man/my_print_defaults.1 2013-06-03 03:53:55 +0000 | |||
310 | +++ Percona-Server/man/my_print_defaults.1 2013-10-22 14:49:41 +0000 | |||
311 | @@ -2,12 +2,12 @@ | |||
312 | 2 | .\" Title: \fBmy_print_defaults\fR | 2 | .\" Title: \fBmy_print_defaults\fR |
313 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
314 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
316 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
317 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
318 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
319 | 8 | .\" Language: English | 8 | .\" Language: English |
320 | 9 | .\" | 9 | .\" |
322 | 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" |
323 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
324 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
325 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
326 | @@ -206,40 +206,11 @@ | |||
327 | 206 | .PP | 206 | .PP |
328 | 207 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 207 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
329 | 208 | .PP | 208 | .PP |
364 | 209 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 209 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
365 | 210 | .PP | 210 | .PP |
366 | 211 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 211 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
367 | 212 | .PP | 212 | .PP |
368 | 213 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 213 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
335 | 214 | .PP | ||
336 | 215 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
337 | 216 | .PP | ||
338 | 217 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
339 | 218 | .PP | ||
340 | 219 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
341 | 220 | .PP | ||
342 | 221 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
343 | 222 | .PP | ||
344 | 223 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
345 | 224 | .PP | ||
346 | 225 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
347 | 226 | .PP | ||
348 | 227 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
349 | 228 | .PP | ||
350 | 229 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
351 | 230 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
352 | 231 | .PP | ||
353 | 232 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
354 | 233 | Preface and Legal Notices. | ||
355 | 234 | .PP | ||
356 | 235 | For help with using MySQL, please visit either the | ||
357 | 236 | \m[blue]\fBMySQL Forums\fR\m[] | ||
358 | 237 | or | ||
359 | 238 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
360 | 239 | where you can discuss your issues with other MySQL users. | ||
361 | 240 | .PP | ||
362 | 241 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
363 | 242 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
369 | 243 | .sp | 214 | .sp |
370 | 244 | .SH "SEE ALSO" | 215 | .SH "SEE ALSO" |
371 | 245 | For more information, please refer to the MySQL Reference Manual, | 216 | For more information, please refer to the MySQL Reference Manual, |
372 | 246 | 217 | ||
373 | === modified file 'Percona-Server/man/myisam_ftdump.1' | |||
374 | --- Percona-Server/man/myisam_ftdump.1 2013-06-03 03:53:55 +0000 | |||
375 | +++ Percona-Server/man/myisam_ftdump.1 2013-10-22 14:49:41 +0000 | |||
376 | @@ -2,12 +2,12 @@ | |||
377 | 2 | .\" Title: \fBmyisam_ftdump\fR | 2 | .\" Title: \fBmyisam_ftdump\fR |
378 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
379 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
381 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
382 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
383 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
384 | 8 | .\" Language: English | 8 | .\" Language: English |
385 | 9 | .\" | 9 | .\" |
387 | 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" |
388 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
389 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
390 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
391 | @@ -253,40 +253,11 @@ | |||
392 | 253 | .PP | 253 | .PP |
393 | 254 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 254 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
394 | 255 | .PP | 255 | .PP |
429 | 256 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 256 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
430 | 257 | .PP | 257 | .PP |
431 | 258 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 258 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
432 | 259 | .PP | 259 | .PP |
433 | 260 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 260 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
400 | 261 | .PP | ||
401 | 262 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
402 | 263 | .PP | ||
403 | 264 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
404 | 265 | .PP | ||
405 | 266 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
406 | 267 | .PP | ||
407 | 268 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
408 | 269 | .PP | ||
409 | 270 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
410 | 271 | .PP | ||
411 | 272 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
412 | 273 | .PP | ||
413 | 274 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
414 | 275 | .PP | ||
415 | 276 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
416 | 277 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
417 | 278 | .PP | ||
418 | 279 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
419 | 280 | Preface and Legal Notices. | ||
420 | 281 | .PP | ||
421 | 282 | For help with using MySQL, please visit either the | ||
422 | 283 | \m[blue]\fBMySQL Forums\fR\m[] | ||
423 | 284 | or | ||
424 | 285 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
425 | 286 | where you can discuss your issues with other MySQL users. | ||
426 | 287 | .PP | ||
427 | 288 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
428 | 289 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
434 | 290 | .sp | 261 | .sp |
435 | 291 | .SH "SEE ALSO" | 262 | .SH "SEE ALSO" |
436 | 292 | For more information, please refer to the MySQL Reference Manual, | 263 | For more information, please refer to the MySQL Reference Manual, |
437 | 293 | 264 | ||
438 | === modified file 'Percona-Server/man/myisamchk.1' | |||
439 | --- Percona-Server/man/myisamchk.1 2013-06-03 03:53:55 +0000 | |||
440 | +++ Percona-Server/man/myisamchk.1 2013-10-22 14:49:41 +0000 | |||
441 | @@ -2,12 +2,12 @@ | |||
442 | 2 | .\" Title: \fBmyisamchk\fR | 2 | .\" Title: \fBmyisamchk\fR |
443 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
444 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
446 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
447 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
448 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
449 | 8 | .\" Language: English | 8 | .\" Language: English |
450 | 9 | .\" | 9 | .\" |
452 | 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" |
453 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
454 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
455 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
456 | @@ -2491,40 +2491,11 @@ | |||
457 | 2491 | .PP | 2491 | .PP |
458 | 2492 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 2492 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
459 | 2493 | .PP | 2493 | .PP |
494 | 2494 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 2494 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
495 | 2495 | .PP | 2495 | .PP |
496 | 2496 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 2496 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
497 | 2497 | .PP | 2497 | .PP |
498 | 2498 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 2498 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
465 | 2499 | .PP | ||
466 | 2500 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
467 | 2501 | .PP | ||
468 | 2502 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
469 | 2503 | .PP | ||
470 | 2504 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
471 | 2505 | .PP | ||
472 | 2506 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
473 | 2507 | .PP | ||
474 | 2508 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
475 | 2509 | .PP | ||
476 | 2510 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
477 | 2511 | .PP | ||
478 | 2512 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
479 | 2513 | .PP | ||
480 | 2514 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
481 | 2515 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
482 | 2516 | .PP | ||
483 | 2517 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
484 | 2518 | Preface and Legal Notices. | ||
485 | 2519 | .PP | ||
486 | 2520 | For help with using MySQL, please visit either the | ||
487 | 2521 | \m[blue]\fBMySQL Forums\fR\m[] | ||
488 | 2522 | or | ||
489 | 2523 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
490 | 2524 | where you can discuss your issues with other MySQL users. | ||
491 | 2525 | .PP | ||
492 | 2526 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
493 | 2527 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
499 | 2528 | .sp | 2499 | .sp |
500 | 2529 | .SH "SEE ALSO" | 2500 | .SH "SEE ALSO" |
501 | 2530 | For more information, please refer to the MySQL Reference Manual, | 2501 | For more information, please refer to the MySQL Reference Manual, |
502 | 2531 | 2502 | ||
503 | === modified file 'Percona-Server/man/myisamlog.1' | |||
504 | --- Percona-Server/man/myisamlog.1 2013-06-03 03:53:55 +0000 | |||
505 | +++ Percona-Server/man/myisamlog.1 2013-10-22 14:49:41 +0000 | |||
506 | @@ -2,12 +2,12 @@ | |||
507 | 2 | .\" Title: \fBmyisamlog\fR | 2 | .\" Title: \fBmyisamlog\fR |
508 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
509 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
511 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
512 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
513 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
514 | 8 | .\" Language: English | 8 | .\" Language: English |
515 | 9 | .\" | 9 | .\" |
517 | 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" |
518 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
519 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
520 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
521 | @@ -28,7 +28,6 @@ | |||
522 | 28 | .\" * MAIN CONTENT STARTS HERE * | 28 | .\" * MAIN CONTENT STARTS HERE * |
523 | 29 | .\" ----------------------------------------------------------------- | 29 | .\" ----------------------------------------------------------------- |
524 | 30 | .\" myisamlog | 30 | .\" myisamlog |
525 | 31 | .\" isamlog | ||
526 | 32 | .SH "NAME" | 31 | .SH "NAME" |
527 | 33 | myisamlog \- display MyISAM log file contents | 32 | myisamlog \- display MyISAM log file contents |
528 | 34 | .SH "SYNOPSIS" | 33 | .SH "SYNOPSIS" |
529 | @@ -39,7 +38,9 @@ | |||
530 | 39 | \fBmyisamlog\fR | 38 | \fBmyisamlog\fR |
531 | 40 | processes the contents of a | 39 | processes the contents of a |
532 | 41 | MyISAM | 40 | MyISAM |
534 | 42 | log file\&. | 41 | log file\&. To create such a file, start the server with a |
535 | 42 | \fB\-\-log\-isam=\fR\fBlog_file\fR | ||
536 | 43 | option\&. | ||
537 | 43 | .PP | 44 | .PP |
538 | 44 | Invoke | 45 | Invoke |
539 | 45 | \fBmyisamlog\fR | 46 | \fBmyisamlog\fR |
540 | @@ -49,8 +50,7 @@ | |||
541 | 49 | .RS 4 | 50 | .RS 4 |
542 | 50 | .\} | 51 | .\} |
543 | 51 | .nf | 52 | .nf |
546 | 52 | shell> \fBmyisamlog [\fR\fB\fIoptions\fR\fR\fB] [\fR\fB\fIlog_file\fR\fR\fB [\fR\fB\fItbl_name\fR\fR\fB] \&.\&.\&.]\fR | 53 | shell> \fBmyisamlog [\fR\fB\fIoptions\fR\fR\fB] [\fR\fB\fIfile_name\fR\fR\fB [\fR\fB\fItbl_name\fR\fR\fB] \&.\&.\&.]\fR |
545 | 53 | shell> \fBisamlog [\fR\fB\fIoptions\fR\fR\fB] [\fR\fB\fIlog_file\fR\fR\fB [\fR\fB\fItbl_name\fR\fR\fB] \&.\&.\&.]\fR | ||
547 | 54 | .fi | 54 | .fi |
548 | 55 | .if n \{\ | 55 | .if n \{\ |
549 | 56 | .RE | 56 | .RE |
550 | @@ -58,12 +58,6 @@ | |||
551 | 58 | .PP | 58 | .PP |
552 | 59 | The default operation is update (\fB\-u\fR)\&. If a recovery is done (\fB\-r\fR), all writes and possibly updates and deletes are done and errors are only counted\&. The default log file name is | 59 | The default operation is update (\fB\-u\fR)\&. If a recovery is done (\fB\-r\fR), all writes and possibly updates and deletes are done and errors are only counted\&. The default log file name is |
553 | 60 | myisam\&.log | 60 | myisam\&.log |
554 | 61 | for | ||
555 | 62 | \fBmyisamlog\fR | ||
556 | 63 | and | ||
557 | 64 | isam\&.log | ||
558 | 65 | for | ||
559 | 66 | \fBisamlog\fR | ||
560 | 67 | if no | 61 | if no |
561 | 68 | \fIlog_file\fR | 62 | \fIlog_file\fR |
562 | 69 | argument is given\&. If tables are named on the command line, only those tables are updated\&. | 63 | argument is given\&. If tables are named on the command line, only those tables are updated\&. |
563 | @@ -236,40 +230,11 @@ | |||
564 | 236 | .PP | 230 | .PP |
565 | 237 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 231 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
566 | 238 | .PP | 232 | .PP |
601 | 239 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 233 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
602 | 240 | .PP | 234 | .PP |
603 | 241 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 235 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
604 | 242 | .PP | 236 | .PP |
605 | 243 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 237 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
572 | 244 | .PP | ||
573 | 245 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
574 | 246 | .PP | ||
575 | 247 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
576 | 248 | .PP | ||
577 | 249 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
578 | 250 | .PP | ||
579 | 251 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
580 | 252 | .PP | ||
581 | 253 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
582 | 254 | .PP | ||
583 | 255 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
584 | 256 | .PP | ||
585 | 257 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
586 | 258 | .PP | ||
587 | 259 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
588 | 260 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
589 | 261 | .PP | ||
590 | 262 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
591 | 263 | Preface and Legal Notices. | ||
592 | 264 | .PP | ||
593 | 265 | For help with using MySQL, please visit either the | ||
594 | 266 | \m[blue]\fBMySQL Forums\fR\m[] | ||
595 | 267 | or | ||
596 | 268 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
597 | 269 | where you can discuss your issues with other MySQL users. | ||
598 | 270 | .PP | ||
599 | 271 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
600 | 272 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
606 | 273 | .sp | 238 | .sp |
607 | 274 | .SH "SEE ALSO" | 239 | .SH "SEE ALSO" |
608 | 275 | For more information, please refer to the MySQL Reference Manual, | 240 | For more information, please refer to the MySQL Reference Manual, |
609 | 276 | 241 | ||
610 | === modified file 'Percona-Server/man/myisampack.1' | |||
611 | --- Percona-Server/man/myisampack.1 2013-06-03 03:53:55 +0000 | |||
612 | +++ Percona-Server/man/myisampack.1 2013-10-22 14:49:41 +0000 | |||
613 | @@ -2,12 +2,12 @@ | |||
614 | 2 | .\" Title: \fBmyisampack\fR | 2 | .\" Title: \fBmyisampack\fR |
615 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
616 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
618 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
619 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
620 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
621 | 8 | .\" Language: English | 8 | .\" Language: English |
622 | 9 | .\" | 9 | .\" |
624 | 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" |
625 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
626 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
627 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
628 | @@ -843,40 +843,11 @@ | |||
629 | 843 | .PP | 843 | .PP |
630 | 844 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 844 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
631 | 845 | .PP | 845 | .PP |
666 | 846 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 846 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
667 | 847 | .PP | 847 | .PP |
668 | 848 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 848 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
669 | 849 | .PP | 849 | .PP |
670 | 850 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 850 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
637 | 851 | .PP | ||
638 | 852 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
639 | 853 | .PP | ||
640 | 854 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
641 | 855 | .PP | ||
642 | 856 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
643 | 857 | .PP | ||
644 | 858 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
645 | 859 | .PP | ||
646 | 860 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
647 | 861 | .PP | ||
648 | 862 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
649 | 863 | .PP | ||
650 | 864 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
651 | 865 | .PP | ||
652 | 866 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
653 | 867 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
654 | 868 | .PP | ||
655 | 869 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
656 | 870 | Preface and Legal Notices. | ||
657 | 871 | .PP | ||
658 | 872 | For help with using MySQL, please visit either the | ||
659 | 873 | \m[blue]\fBMySQL Forums\fR\m[] | ||
660 | 874 | or | ||
661 | 875 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
662 | 876 | where you can discuss your issues with other MySQL users. | ||
663 | 877 | .PP | ||
664 | 878 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
665 | 879 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
671 | 880 | .sp | 851 | .sp |
672 | 881 | .SH "SEE ALSO" | 852 | .SH "SEE ALSO" |
673 | 882 | For more information, please refer to the MySQL Reference Manual, | 853 | For more information, please refer to the MySQL Reference Manual, |
674 | 883 | 854 | ||
675 | === modified file 'Percona-Server/man/mysql-stress-test.pl.1' | |||
676 | --- Percona-Server/man/mysql-stress-test.pl.1 2013-06-03 03:53:55 +0000 | |||
677 | +++ Percona-Server/man/mysql-stress-test.pl.1 2013-10-22 14:49:41 +0000 | |||
678 | @@ -2,12 +2,12 @@ | |||
679 | 2 | .\" Title: \fBmysql-stress-test.pl\fR | 2 | .\" Title: \fBmysql-stress-test.pl\fR |
680 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
681 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
683 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/06/2013 |
684 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
685 | 7 | .\" Source: MySQL | 7 | .\" Source: MySQL |
686 | 8 | .\" Language: English | 8 | .\" Language: English |
687 | 9 | .\" | 9 | .\" |
689 | 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" |
690 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
691 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
692 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
693 | @@ -500,41 +500,11 @@ | |||
694 | 500 | .PP | 500 | .PP |
695 | 501 | Copyright \(co 2006, 2013, Oracle and/or its affiliates. All rights reserved. | 501 | Copyright \(co 2006, 2013, Oracle and/or its affiliates. All rights reserved. |
696 | 502 | .PP | 502 | .PP |
732 | 503 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 503 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
733 | 504 | .PP | 504 | .PP |
734 | 505 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 505 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
735 | 506 | .PP | 506 | .PP |
736 | 507 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 507 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
702 | 508 | .PP | ||
703 | 509 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
704 | 510 | .PP | ||
705 | 511 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
706 | 512 | .PP | ||
707 | 513 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
708 | 514 | .PP | ||
709 | 515 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
710 | 516 | .PP | ||
711 | 517 | This documentation is in prerelease status and is intended for demonstration and preliminary use only. It may not be specific to the hardware on which you are using the software. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to this documentation and will not be responsible for any loss, costs, or damages incurred due to the use of this documentation. | ||
712 | 518 | .PP | ||
713 | 519 | The information contained in this document is for informational sharing purposes only and should be considered in your capacity as a customer advisory board member or pursuant to your beta trial agreement only. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described in this document remains at the sole discretion of Oracle. | ||
714 | 520 | .PP | ||
715 | 521 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
716 | 522 | .PP | ||
717 | 523 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
718 | 524 | .PP | ||
719 | 525 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
720 | 526 | .PP | ||
721 | 527 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
722 | 528 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
723 | 529 | .PP | ||
724 | 530 | For help with using MySQL, please visit either the | ||
725 | 531 | \m[blue]\fBMySQL Forums\fR\m[] | ||
726 | 532 | or | ||
727 | 533 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
728 | 534 | where you can discuss your issues with other MySQL users. | ||
729 | 535 | .PP | ||
730 | 536 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
731 | 537 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
737 | 538 | .sp | 508 | .sp |
738 | 539 | .SH "SEE ALSO" | 509 | .SH "SEE ALSO" |
739 | 540 | For more information, please refer to the MySQL Reference Manual, | 510 | For more information, please refer to the MySQL Reference Manual, |
740 | 541 | 511 | ||
741 | === modified file 'Percona-Server/man/mysql-test-run.pl.1' | |||
742 | --- Percona-Server/man/mysql-test-run.pl.1 2013-06-03 03:53:55 +0000 | |||
743 | +++ Percona-Server/man/mysql-test-run.pl.1 2013-10-22 14:49:41 +0000 | |||
744 | @@ -2,12 +2,12 @@ | |||
745 | 2 | .\" Title: \fBmysql-test-run.pl\fR | 2 | .\" Title: \fBmysql-test-run.pl\fR |
746 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
747 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
749 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/06/2013 |
750 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
751 | 7 | .\" Source: MySQL | 7 | .\" Source: MySQL |
752 | 8 | .\" Language: English | 8 | .\" Language: English |
753 | 9 | .\" | 9 | .\" |
755 | 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" |
756 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
757 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
758 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
759 | @@ -2553,41 +2553,11 @@ | |||
760 | 2553 | .PP | 2553 | .PP |
761 | 2554 | Copyright \(co 2006, 2013, Oracle and/or its affiliates. All rights reserved. | 2554 | Copyright \(co 2006, 2013, Oracle and/or its affiliates. All rights reserved. |
762 | 2555 | .PP | 2555 | .PP |
798 | 2556 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 2556 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
799 | 2557 | .PP | 2557 | .PP |
800 | 2558 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 2558 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
801 | 2559 | .PP | 2559 | .PP |
802 | 2560 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 2560 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
768 | 2561 | .PP | ||
769 | 2562 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
770 | 2563 | .PP | ||
771 | 2564 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
772 | 2565 | .PP | ||
773 | 2566 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
774 | 2567 | .PP | ||
775 | 2568 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
776 | 2569 | .PP | ||
777 | 2570 | This documentation is in prerelease status and is intended for demonstration and preliminary use only. It may not be specific to the hardware on which you are using the software. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to this documentation and will not be responsible for any loss, costs, or damages incurred due to the use of this documentation. | ||
778 | 2571 | .PP | ||
779 | 2572 | The information contained in this document is for informational sharing purposes only and should be considered in your capacity as a customer advisory board member or pursuant to your beta trial agreement only. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described in this document remains at the sole discretion of Oracle. | ||
780 | 2573 | .PP | ||
781 | 2574 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
782 | 2575 | .PP | ||
783 | 2576 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
784 | 2577 | .PP | ||
785 | 2578 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
786 | 2579 | .PP | ||
787 | 2580 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
788 | 2581 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
789 | 2582 | .PP | ||
790 | 2583 | For help with using MySQL, please visit either the | ||
791 | 2584 | \m[blue]\fBMySQL Forums\fR\m[] | ||
792 | 2585 | or | ||
793 | 2586 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
794 | 2587 | where you can discuss your issues with other MySQL users. | ||
795 | 2588 | .PP | ||
796 | 2589 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
797 | 2590 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
803 | 2591 | .sp | 2561 | .sp |
804 | 2592 | .SH "SEE ALSO" | 2562 | .SH "SEE ALSO" |
805 | 2593 | For more information, please refer to the MySQL Reference Manual, | 2563 | For more information, please refer to the MySQL Reference Manual, |
806 | 2594 | 2564 | ||
807 | === modified file 'Percona-Server/man/mysql.1' | |||
808 | --- Percona-Server/man/mysql.1 2013-06-03 03:53:55 +0000 | |||
809 | +++ Percona-Server/man/mysql.1 2013-10-22 14:49:41 +0000 | |||
810 | @@ -2,12 +2,12 @@ | |||
811 | 2 | .\" Title: \fBmysql\fR | 2 | .\" Title: \fBmysql\fR |
812 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
813 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
815 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
816 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
817 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
818 | 8 | .\" Language: English | 8 | .\" Language: English |
819 | 9 | .\" | 9 | .\" |
821 | 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" |
822 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
823 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
824 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
825 | @@ -84,11 +84,17 @@ | |||
826 | 84 | \eG | 84 | \eG |
827 | 85 | and press Enter\&. | 85 | and press Enter\&. |
828 | 86 | .PP | 86 | .PP |
834 | 87 | As of MySQL 5\&.1\&.10, typing Control+C causes | 87 | As of MySQL 5\&.1\&.10, typing |
835 | 88 | \fBmysql\fR | 88 | Control+C |
836 | 89 | to attempt to kill the current statement\&. If this cannot be done, or Control+C is typed again before the statement is killed, | 89 | causes |
837 | 90 | \fBmysql\fR | 90 | \fBmysql\fR |
838 | 91 | exits\&. Previously, Control+C caused | 91 | to attempt to kill the current statement\&. If this cannot be done, or |
839 | 92 | Control+C | ||
840 | 93 | is typed again before the statement is killed, | ||
841 | 94 | \fBmysql\fR | ||
842 | 95 | exits\&. Previously, | ||
843 | 96 | Control+C | ||
844 | 97 | caused | ||
845 | 92 | \fBmysql\fR | 98 | \fBmysql\fR |
846 | 93 | to exit in all cases\&. | 99 | to exit in all cases\&. |
847 | 94 | .PP | 100 | .PP |
848 | @@ -106,8 +112,8 @@ | |||
849 | 106 | .PP | 112 | .PP |
850 | 107 | On Unix, the | 113 | On Unix, the |
851 | 108 | \fBmysql\fR | 114 | \fBmysql\fR |
854 | 109 | client writes a record of executed statements to a history file\&. See | 115 | client logs statements executed interactively to a history file\&. See |
855 | 110 | the section called \(lqMYSQL HISTORY FILE\(rq\&. | 116 | the section called \(lqMYSQL LOGGING\(rq\&. |
856 | 111 | .SH "MYSQL OPTIONS" | 117 | .SH "MYSQL OPTIONS" |
857 | 112 | .\" mysql command options | 118 | .\" mysql command options |
858 | 113 | .\" command options: mysql | 119 | .\" command options: mysql |
859 | @@ -1017,7 +1023,7 @@ | |||
860 | 1017 | .\" secure-auth option: mysql | 1023 | .\" secure-auth option: mysql |
861 | 1018 | \fB\-\-secure\-auth\fR | 1024 | \fB\-\-secure\-auth\fR |
862 | 1019 | .sp | 1025 | .sp |
864 | 1020 | Do not send passwords to the server in old (pre\-4\&.1\&.1) format\&. This prevents connections except for servers that use the newer password format\&. | 1026 | Do not send passwords to the server in old (pre\-4\&.1) format\&. This prevents connections except for servers that use the newer password format\&. |
865 | 1021 | .RE | 1027 | .RE |
866 | 1022 | .sp | 1028 | .sp |
867 | 1023 | .RS 4 | 1029 | .RS 4 |
868 | @@ -1049,7 +1055,8 @@ | |||
869 | 1049 | .sp | 1055 | .sp |
870 | 1050 | Ignore | 1056 | Ignore |
871 | 1051 | SIGINT | 1057 | SIGINT |
873 | 1052 | signals (typically the result of typing Control+C)\&. | 1058 | signals (typically the result of typing |
874 | 1059 | Control+C)\&. | ||
875 | 1053 | .RE | 1060 | .RE |
876 | 1054 | .sp | 1061 | .sp |
877 | 1055 | .RS 4 | 1062 | .RS 4 |
878 | @@ -1388,7 +1395,7 @@ | |||
879 | 1388 | .\" max_allowed_packet variable | 1395 | .\" max_allowed_packet variable |
880 | 1389 | max_allowed_packet | 1396 | max_allowed_packet |
881 | 1390 | .sp | 1397 | .sp |
883 | 1391 | The maximum packet length to send to or receive from the server\&. (Default value is 16MB\&.) | 1398 | The maximum size of the buffer for client/server communication\&. The default is 16MB, the maximum is 1GB\&. |
884 | 1392 | .RE | 1399 | .RE |
885 | 1393 | .sp | 1400 | .sp |
886 | 1394 | .RS 4 | 1401 | .RS 4 |
887 | @@ -1612,7 +1619,7 @@ | |||
888 | 1612 | \(lq;\(rq, instances of that character are sent to the server without interpretation\&. However, the server itself still interprets | 1619 | \(lq;\(rq, instances of that character are sent to the server without interpretation\&. However, the server itself still interprets |
889 | 1613 | \(lq;\(rq | 1620 | \(lq;\(rq |
890 | 1614 | as a statement delimiter and processes statements accordingly\&. This behavior on the server side comes into play for multiple\-statement execution (see | 1621 | as a statement delimiter and processes statements accordingly\&. This behavior on the server side comes into play for multiple\-statement execution (see |
892 | 1615 | Section\ \&21.8.12, \(lqC API Support for Multiple Statement Execution\(rq), and for parsing the body of stored procedures and functions, triggers, and events (see | 1622 | Section\ \&21.8.16, \(lqC API Support for Multiple Statement Execution\(rq), and for parsing the body of stored procedures and functions, triggers, and events (see |
893 | 1616 | Section\ \&19.1, \(lqDefining Stored Programs\(rq)\&. | 1623 | Section\ \&19.1, \(lqDefining Stored Programs\(rq)\&. |
894 | 1617 | .RE | 1624 | .RE |
895 | 1618 | .sp | 1625 | .sp |
896 | @@ -2472,7 +2479,7 @@ | |||
897 | 2472 | .RE | 2479 | .RE |
898 | 2473 | .\} | 2480 | .\} |
899 | 2474 | .RE | 2481 | .RE |
901 | 2475 | .SH "MYSQL HISTORY FILE" | 2482 | .SH "MYSQL LOGGING" |
902 | 2476 | .\" MYSQL_HISTFILE environment variable | 2483 | .\" MYSQL_HISTFILE environment variable |
903 | 2477 | .\" environment variable: MYSQL_HISTFILE | 2484 | .\" environment variable: MYSQL_HISTFILE |
904 | 2478 | .\" HOME environment variable | 2485 | .\" HOME environment variable |
905 | @@ -2483,27 +2490,109 @@ | |||
906 | 2483 | .PP | 2490 | .PP |
907 | 2484 | On Unix, the | 2491 | On Unix, the |
908 | 2485 | \fBmysql\fR | 2492 | \fBmysql\fR |
910 | 2486 | client writes a record of executed statements to a history file\&. By default, this file is named | 2493 | client logs statements executed interactively to a history file\&. By default, this file is named |
911 | 2487 | \&.mysql_history | 2494 | \&.mysql_history |
913 | 2488 | and is created in your home directory\&. To specify a different file, set the value of the | 2495 | in your home directory\&. To specify a different file, set the value of the |
914 | 2489 | MYSQL_HISTFILE | 2496 | MYSQL_HISTFILE |
915 | 2490 | environment variable\&. | 2497 | environment variable\&. |
916 | 2498 | How Logging Occurs | ||
917 | 2499 | .PP | ||
918 | 2500 | Statement logging occurs as follows: | ||
919 | 2501 | .sp | ||
920 | 2502 | .RS 4 | ||
921 | 2503 | .ie n \{\ | ||
922 | 2504 | \h'-04'\(bu\h'+03'\c | ||
923 | 2505 | .\} | ||
924 | 2506 | .el \{\ | ||
925 | 2507 | .sp -1 | ||
926 | 2508 | .IP \(bu 2.3 | ||
927 | 2509 | .\} | ||
928 | 2510 | Statements are logged only when executed interactively\&. Statements are noninteractive, for example, when read from a file or a pipe\&. It is also possible to suppress statement logging by using the | ||
929 | 2511 | \fB\-\-batch\fR | ||
930 | 2512 | or | ||
931 | 2513 | \fB\-\-execute\fR | ||
932 | 2514 | option\&. | ||
933 | 2515 | .RE | ||
934 | 2516 | .sp | ||
935 | 2517 | .RS 4 | ||
936 | 2518 | .ie n \{\ | ||
937 | 2519 | \h'-04'\(bu\h'+03'\c | ||
938 | 2520 | .\} | ||
939 | 2521 | .el \{\ | ||
940 | 2522 | .sp -1 | ||
941 | 2523 | .IP \(bu 2.3 | ||
942 | 2524 | .\} | ||
943 | 2525 | \fBmysql\fR | ||
944 | 2526 | logs each nonempty statement line individually\&. | ||
945 | 2527 | .RE | ||
946 | 2528 | .sp | ||
947 | 2529 | .RS 4 | ||
948 | 2530 | .ie n \{\ | ||
949 | 2531 | \h'-04'\(bu\h'+03'\c | ||
950 | 2532 | .\} | ||
951 | 2533 | .el \{\ | ||
952 | 2534 | .sp -1 | ||
953 | 2535 | .IP \(bu 2.3 | ||
954 | 2536 | .\} | ||
955 | 2537 | If a statement spans multiple lines (not including the terminating delimiter), | ||
956 | 2538 | \fBmysql\fR | ||
957 | 2539 | concatenates the lines to form the complete statement, maps newlines to spaces, and logs the result, plus a delimiter\&. | ||
958 | 2540 | .RE | ||
959 | 2541 | .PP | ||
960 | 2542 | Consequently, an input statement that spans multiple lines can be logged twice\&. Consider this input: | ||
961 | 2543 | .sp | ||
962 | 2544 | .if n \{\ | ||
963 | 2545 | .RS 4 | ||
964 | 2546 | .\} | ||
965 | 2547 | .nf | ||
966 | 2548 | mysql> \fBSELECT\fR | ||
967 | 2549 | \-> \fB\*(AqToday is\*(Aq\fR | ||
968 | 2550 | \-> \fB,\fR | ||
969 | 2551 | \-> \fBCONCAT()\fR | ||
970 | 2552 | \-> \fB;\fR | ||
971 | 2553 | .fi | ||
972 | 2554 | .if n \{\ | ||
973 | 2555 | .RE | ||
974 | 2556 | .\} | ||
975 | 2557 | .PP | ||
976 | 2558 | In this case, | ||
977 | 2559 | \fBmysql\fR | ||
978 | 2560 | logs the | ||
979 | 2561 | \(lqSELECT\(rq, | ||
980 | 2562 | \(lq\*(AqToday is\*(Aq\(rq, | ||
981 | 2563 | \(lq,\(rq, | ||
982 | 2564 | \(lqCONCAT()\(rq, and | ||
983 | 2565 | \(lq;\(rq | ||
984 | 2566 | lines as it reads them\&. It also logs the complete statement, after mapping | ||
985 | 2567 | SELECT\en\*(AqToday is\*(Aq\en,\enCURDATE() | ||
986 | 2568 | to | ||
987 | 2569 | SELECT \*(AqToday is\*(Aq , CURDATE(), plus a delimiter\&. Thus, these lines appear in logged output: | ||
988 | 2570 | .sp | ||
989 | 2571 | .if n \{\ | ||
990 | 2572 | .RS 4 | ||
991 | 2573 | .\} | ||
992 | 2574 | .nf | ||
993 | 2575 | SELECT | ||
994 | 2576 | \*(AqToday is\*(Aq | ||
995 | 2577 | , | ||
996 | 2578 | CURDATE() | ||
997 | 2579 | ; | ||
998 | 2580 | SELECT \*(AqToday is\*(Aq , CURDATE(); | ||
999 | 2581 | .fi | ||
1000 | 2582 | .if n \{\ | ||
1001 | 2583 | .RE | ||
1002 | 2584 | .\} | ||
1003 | 2585 | .sp | ||
1004 | 2586 | Controlling the History File | ||
1005 | 2491 | .PP | 2587 | .PP |
1006 | 2492 | The | 2588 | The |
1007 | 2493 | \&.mysql_history | 2589 | \&.mysql_history |
1009 | 2494 | 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 | 2590 | file should be protected with a restrictive access mode because sensitive information might be written to it, such as the text of SQL statements that contain passwords\&. See |
1010 | 2495 | Section\ \&6.1.2.1, \(lqEnd-User Guidelines for Password Security\(rq\&. | 2591 | Section\ \&6.1.2.1, \(lqEnd-User Guidelines for Password Security\(rq\&. |
1011 | 2496 | .PP | 2592 | .PP |
1012 | 2497 | \fBmysql\fR | ||
1013 | 2498 | does not write statements to the history file when used noninteractively (for example, when reading input from a file or a pipe)\&. It is also possible to explicitly suppress logging of statements to the history file by using the | ||
1014 | 2499 | \fB\-\-batch\fR | ||
1015 | 2500 | or | ||
1016 | 2501 | \fB\-\-execute\fR | ||
1017 | 2502 | option\&. | ||
1018 | 2503 | .PP | ||
1019 | 2504 | If you do not want to maintain a history file, first remove | 2593 | If you do not want to maintain a history file, first remove |
1020 | 2505 | \&.mysql_history | 2594 | \&.mysql_history |
1022 | 2506 | if it exists, and then use either of the following techniques: | 2595 | if it exists\&. Then use either of the following techniques to prevent it from being created again: |
1023 | 2507 | .sp | 2596 | .sp |
1024 | 2508 | .RS 4 | 2597 | .RS 4 |
1025 | 2509 | .ie n \{\ | 2598 | .ie n \{\ |
1026 | @@ -2515,8 +2604,8 @@ | |||
1027 | 2515 | .\} | 2604 | .\} |
1028 | 2516 | Set the | 2605 | Set the |
1029 | 2517 | MYSQL_HISTFILE | 2606 | MYSQL_HISTFILE |
1032 | 2518 | variable to | 2607 | environment variable to |
1033 | 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\&. |
1034 | 2520 | .RE | 2609 | .RE |
1035 | 2521 | .sp | 2610 | .sp |
1036 | 2522 | .RS 4 | 2611 | .RS 4 |
1037 | @@ -2530,7 +2619,7 @@ | |||
1038 | 2530 | Create | 2619 | Create |
1039 | 2531 | \&.mysql_history | 2620 | \&.mysql_history |
1040 | 2532 | as a symbolic link to | 2621 | as a symbolic link to |
1042 | 2533 | /dev/null: | 2622 | /dev/null; this need be done only once: |
1043 | 2534 | .sp | 2623 | .sp |
1044 | 2535 | .if n \{\ | 2624 | .if n \{\ |
1045 | 2536 | .RS 4 | 2625 | .RS 4 |
1046 | @@ -2541,8 +2630,6 @@ | |||
1047 | 2541 | .if n \{\ | 2630 | .if n \{\ |
1048 | 2542 | .RE | 2631 | .RE |
1049 | 2543 | .\} | 2632 | .\} |
1050 | 2544 | .sp | ||
1051 | 2545 | You need do this only once\&. | ||
1052 | 2546 | .RE | 2633 | .RE |
1053 | 2547 | .SH "MYSQL SERVER-SIDE HELP" | 2634 | .SH "MYSQL SERVER-SIDE HELP" |
1054 | 2548 | .sp | 2635 | .sp |
1055 | @@ -2658,6 +2745,35 @@ | |||
1056 | 2658 | .if n \{\ | 2745 | .if n \{\ |
1057 | 2659 | .RE | 2746 | .RE |
1058 | 2660 | .\} | 2747 | .\} |
1059 | 2748 | .PP | ||
1060 | 2749 | The search string can contain the the wildcard characters | ||
1061 | 2750 | \(lq%\(rq | ||
1062 | 2751 | and | ||
1063 | 2752 | \(lq_\(rq\&. These have the same meaning as for pattern\-matching operations performed with the | ||
1064 | 2753 | LIKE | ||
1065 | 2754 | operator\&. For example, | ||
1066 | 2755 | HELP rep% | ||
1067 | 2756 | returns a list of topics that begin with | ||
1068 | 2757 | rep: | ||
1069 | 2758 | .sp | ||
1070 | 2759 | .if n \{\ | ||
1071 | 2760 | .RS 4 | ||
1072 | 2761 | .\} | ||
1073 | 2762 | .nf | ||
1074 | 2763 | mysql> \fBHELP rep%\fR | ||
1075 | 2764 | Many help items for your request exist\&. | ||
1076 | 2765 | To make a more specific request, please type \*(Aqhelp <item>\*(Aq, | ||
1077 | 2766 | where <item> is one of the following | ||
1078 | 2767 | topics: | ||
1079 | 2768 | REPAIR TABLE | ||
1080 | 2769 | REPEAT FUNCTION | ||
1081 | 2770 | REPEAT LOOP | ||
1082 | 2771 | REPLACE | ||
1083 | 2772 | REPLACE FUNCTION | ||
1084 | 2773 | .fi | ||
1085 | 2774 | .if n \{\ | ||
1086 | 2775 | .RE | ||
1087 | 2776 | .\} | ||
1088 | 2661 | .SH "EXECUTING SQL STATEMENTS FROM A TEXT FILE" | 2777 | .SH "EXECUTING SQL STATEMENTS FROM A TEXT FILE" |
1089 | 2662 | .\" executing SQL statements from text files | 2778 | .\" executing SQL statements from text files |
1090 | 2663 | .\" importing: data | 2779 | .\" importing: data |
1091 | @@ -2770,6 +2886,79 @@ | |||
1092 | 2770 | This section describes some techniques that can help you use | 2886 | This section describes some techniques that can help you use |
1093 | 2771 | \fBmysql\fR | 2887 | \fBmysql\fR |
1094 | 2772 | more effectively\&. | 2888 | more effectively\&. |
1095 | 2889 | .SS "Input\-Line Editing" | ||
1096 | 2890 | .PP | ||
1097 | 2891 | \fBmysql\fR | ||
1098 | 2892 | supports input\-line editing, which enables you to modify the current input line in place or recall previous input lines\&. For example, the | ||
1099 | 2893 | left\-arrow | ||
1100 | 2894 | and | ||
1101 | 2895 | right\-arrow | ||
1102 | 2896 | keys move horizontally within the current input line, and the | ||
1103 | 2897 | up\-arror | ||
1104 | 2898 | and | ||
1105 | 2899 | down\-arrow | ||
1106 | 2900 | keys move up and down through the set of previously entered lines\&. | ||
1107 | 2901 | Backspace | ||
1108 | 2902 | deletes the character before the cursor and typing new characters enters them at the cursor position\&. To enter the line, press | ||
1109 | 2903 | Enter\&. | ||
1110 | 2904 | .PP | ||
1111 | 2905 | On Windows, the editing key sequences are the same as supported for command editing in console windows\&. On Unix, the key sequences depend on the input library used to build | ||
1112 | 2906 | \fBmysql\fR | ||
1113 | 2907 | (for example, the | ||
1114 | 2908 | libedit | ||
1115 | 2909 | or | ||
1116 | 2910 | readline | ||
1117 | 2911 | library)\&. | ||
1118 | 2912 | .PP | ||
1119 | 2913 | Documentation for the | ||
1120 | 2914 | libedit | ||
1121 | 2915 | and | ||
1122 | 2916 | readline | ||
1123 | 2917 | libraries is available online\&. To change the set of key sequences permitted by a given input library, define key bindings in the library startup file\&. This is a file in your home directory: | ||
1124 | 2918 | \&.editrc | ||
1125 | 2919 | for | ||
1126 | 2920 | libedit | ||
1127 | 2921 | and | ||
1128 | 2922 | \&.inputrc | ||
1129 | 2923 | for | ||
1130 | 2924 | readline\&. | ||
1131 | 2925 | .PP | ||
1132 | 2926 | For example, in | ||
1133 | 2927 | libedit, | ||
1134 | 2928 | Control+W | ||
1135 | 2929 | deletes everything before the current cursor position and | ||
1136 | 2930 | Control+U | ||
1137 | 2931 | deletes the entire line\&. In | ||
1138 | 2932 | readline, | ||
1139 | 2933 | Control+W | ||
1140 | 2934 | deletes the word before the cursor and | ||
1141 | 2935 | Control+U | ||
1142 | 2936 | deletes everything before the current cursor position\&. If | ||
1143 | 2937 | \fBmysql\fR | ||
1144 | 2938 | was built using | ||
1145 | 2939 | libedit, a user who prefers the | ||
1146 | 2940 | readline | ||
1147 | 2941 | behavior for these two keys can put the following lines in the | ||
1148 | 2942 | \&.editrc | ||
1149 | 2943 | file (creating the file if necessary): | ||
1150 | 2944 | .sp | ||
1151 | 2945 | .if n \{\ | ||
1152 | 2946 | .RS 4 | ||
1153 | 2947 | .\} | ||
1154 | 2948 | .nf | ||
1155 | 2949 | bind "^W" ed\-delete\-prev\-word | ||
1156 | 2950 | bind "^U" vi\-kill\-line\-prev | ||
1157 | 2951 | .fi | ||
1158 | 2952 | .if n \{\ | ||
1159 | 2953 | .RE | ||
1160 | 2954 | .\} | ||
1161 | 2955 | .PP | ||
1162 | 2956 | To see the current set of key bindings, temporarily put a line that says only | ||
1163 | 2957 | bind | ||
1164 | 2958 | at the end of | ||
1165 | 2959 | \&.editrc\&. | ||
1166 | 2960 | \fBmysql\fR | ||
1167 | 2961 | will show the bindings when it starts\&. | ||
1168 | 2773 | .SS "Displaying Query Results Vertically" | 2962 | .SS "Displaying Query Results Vertically" |
1169 | 2774 | .PP | 2963 | .PP |
1170 | 2775 | Some query results are much more readable when displayed vertically, instead of in the usual horizontal table format\&. Queries can be displayed vertically by terminating the query with \eG instead of a semicolon\&. For example, longer text values that include newlines often are much easier to read with vertical output: | 2964 | Some query results are much more readable when displayed vertically, instead of in the usual horizontal table format\&. Queries can be displayed vertically by terminating the query with \eG instead of a semicolon\&. For example, longer text values that include newlines often are much easier to read with vertical output: |
1171 | @@ -2953,46 +3142,17 @@ | |||
1172 | 2953 | option\&. | 3142 | option\&. |
1173 | 2954 | .PP | 3143 | .PP |
1174 | 2955 | For more information about auto\-reconnect and its effect on state information when a reconnection occurs, see | 3144 | For more information about auto\-reconnect and its effect on state information when a reconnection occurs, see |
1176 | 2956 | Section\ \&21.8.11, \(lqControlling Automatic Reconnection Behavior\(rq\&. | 3145 | Section\ \&21.8.15, \(lqControlling Automatic Reconnection Behavior\(rq\&. |
1177 | 2957 | .SH "COPYRIGHT" | 3146 | .SH "COPYRIGHT" |
1178 | 2958 | .br | 3147 | .br |
1179 | 2959 | .PP | 3148 | .PP |
1180 | 2960 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 3149 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
1181 | 2961 | .PP | 3150 | .PP |
1216 | 2962 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 3151 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
1217 | 2963 | .PP | 3152 | .PP |
1218 | 2964 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 3153 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
1219 | 2965 | .PP | 3154 | .PP |
1220 | 2966 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 3155 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
1187 | 2967 | .PP | ||
1188 | 2968 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
1189 | 2969 | .PP | ||
1190 | 2970 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
1191 | 2971 | .PP | ||
1192 | 2972 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
1193 | 2973 | .PP | ||
1194 | 2974 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
1195 | 2975 | .PP | ||
1196 | 2976 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
1197 | 2977 | .PP | ||
1198 | 2978 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
1199 | 2979 | .PP | ||
1200 | 2980 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
1201 | 2981 | .PP | ||
1202 | 2982 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
1203 | 2983 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
1204 | 2984 | .PP | ||
1205 | 2985 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
1206 | 2986 | Preface and Legal Notices. | ||
1207 | 2987 | .PP | ||
1208 | 2988 | For help with using MySQL, please visit either the | ||
1209 | 2989 | \m[blue]\fBMySQL Forums\fR\m[] | ||
1210 | 2990 | or | ||
1211 | 2991 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
1212 | 2992 | where you can discuss your issues with other MySQL users. | ||
1213 | 2993 | .PP | ||
1214 | 2994 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
1215 | 2995 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
1221 | 2996 | .sp | 3156 | .sp |
1222 | 2997 | .SH "SEE ALSO" | 3157 | .SH "SEE ALSO" |
1223 | 2998 | For more information, please refer to the MySQL Reference Manual, | 3158 | For more information, please refer to the MySQL Reference Manual, |
1224 | 2999 | 3159 | ||
1225 | === modified file 'Percona-Server/man/mysql.server.1' | |||
1226 | --- Percona-Server/man/mysql.server.1 2013-06-03 03:53:55 +0000 | |||
1227 | +++ Percona-Server/man/mysql.server.1 2013-10-22 14:49:41 +0000 | |||
1228 | @@ -2,12 +2,12 @@ | |||
1229 | 2 | .\" Title: \fBmysql.server\fR | 2 | .\" Title: \fBmysql.server\fR |
1230 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
1231 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
1233 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
1234 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
1235 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
1236 | 8 | .\" Language: English | 8 | .\" Language: English |
1237 | 9 | .\" | 9 | .\" |
1239 | 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" |
1240 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
1241 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
1242 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
1243 | @@ -49,7 +49,7 @@ | |||
1244 | 49 | /etc/init\&.d | 49 | /etc/init\&.d |
1245 | 50 | directory with the name | 50 | directory with the name |
1246 | 51 | mysql\&. You need not install it manually\&. See | 51 | mysql\&. You need not install it manually\&. See |
1248 | 52 | Section\ \&2.5.1, \(lqInstalling MySQL from RPM Packages on Linux\(rq, for more information on the Linux RPM packages\&. | 52 | Section\ \&2.5.1, \(lqInstalling MySQL on Linux Using RPM Packages\(rq, for more information on the Linux RPM packages\&. |
1249 | 53 | .PP | 53 | .PP |
1250 | 54 | Some vendors provide RPM packages that install a startup script under a different name such as | 54 | Some vendors provide RPM packages that install a startup script under a different name such as |
1251 | 55 | \fBmysqld\fR\&. | 55 | \fBmysqld\fR\&. |
1252 | @@ -187,40 +187,11 @@ | |||
1253 | 187 | .PP | 187 | .PP |
1254 | 188 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 188 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
1255 | 189 | .PP | 189 | .PP |
1290 | 190 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 190 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
1291 | 191 | .PP | 191 | .PP |
1292 | 192 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 192 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
1293 | 193 | .PP | 193 | .PP |
1294 | 194 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 194 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
1261 | 195 | .PP | ||
1262 | 196 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
1263 | 197 | .PP | ||
1264 | 198 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
1265 | 199 | .PP | ||
1266 | 200 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
1267 | 201 | .PP | ||
1268 | 202 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
1269 | 203 | .PP | ||
1270 | 204 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
1271 | 205 | .PP | ||
1272 | 206 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
1273 | 207 | .PP | ||
1274 | 208 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
1275 | 209 | .PP | ||
1276 | 210 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
1277 | 211 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
1278 | 212 | .PP | ||
1279 | 213 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
1280 | 214 | Preface and Legal Notices. | ||
1281 | 215 | .PP | ||
1282 | 216 | For help with using MySQL, please visit either the | ||
1283 | 217 | \m[blue]\fBMySQL Forums\fR\m[] | ||
1284 | 218 | or | ||
1285 | 219 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
1286 | 220 | where you can discuss your issues with other MySQL users. | ||
1287 | 221 | .PP | ||
1288 | 222 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
1289 | 223 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
1295 | 224 | .sp | 195 | .sp |
1296 | 225 | .SH "SEE ALSO" | 196 | .SH "SEE ALSO" |
1297 | 226 | For more information, please refer to the MySQL Reference Manual, | 197 | For more information, please refer to the MySQL Reference Manual, |
1298 | 227 | 198 | ||
1299 | === modified file 'Percona-Server/man/mysql_client_test.1' | |||
1300 | --- Percona-Server/man/mysql_client_test.1 2013-06-03 03:53:55 +0000 | |||
1301 | +++ Percona-Server/man/mysql_client_test.1 2013-10-22 14:49:41 +0000 | |||
1302 | @@ -2,12 +2,12 @@ | |||
1303 | 2 | .\" Title: \fBmysql_client_test\fR | 2 | .\" Title: \fBmysql_client_test\fR |
1304 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
1305 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
1307 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/06/2013 |
1308 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
1309 | 7 | .\" Source: MySQL | 7 | .\" Source: MySQL |
1310 | 8 | .\" Language: English | 8 | .\" Language: English |
1311 | 9 | .\" | 9 | .\" |
1313 | 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" |
1314 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
1315 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
1316 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
1317 | @@ -337,41 +337,11 @@ | |||
1318 | 337 | .PP | 337 | .PP |
1319 | 338 | Copyright \(co 2006, 2013, Oracle and/or its affiliates. All rights reserved. | 338 | Copyright \(co 2006, 2013, Oracle and/or its affiliates. All rights reserved. |
1320 | 339 | .PP | 339 | .PP |
1356 | 340 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 340 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
1357 | 341 | .PP | 341 | .PP |
1358 | 342 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 342 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
1359 | 343 | .PP | 343 | .PP |
1360 | 344 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 344 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
1326 | 345 | .PP | ||
1327 | 346 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
1328 | 347 | .PP | ||
1329 | 348 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
1330 | 349 | .PP | ||
1331 | 350 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
1332 | 351 | .PP | ||
1333 | 352 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
1334 | 353 | .PP | ||
1335 | 354 | This documentation is in prerelease status and is intended for demonstration and preliminary use only. It may not be specific to the hardware on which you are using the software. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to this documentation and will not be responsible for any loss, costs, or damages incurred due to the use of this documentation. | ||
1336 | 355 | .PP | ||
1337 | 356 | The information contained in this document is for informational sharing purposes only and should be considered in your capacity as a customer advisory board member or pursuant to your beta trial agreement only. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described in this document remains at the sole discretion of Oracle. | ||
1338 | 357 | .PP | ||
1339 | 358 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
1340 | 359 | .PP | ||
1341 | 360 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
1342 | 361 | .PP | ||
1343 | 362 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
1344 | 363 | .PP | ||
1345 | 364 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
1346 | 365 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
1347 | 366 | .PP | ||
1348 | 367 | For help with using MySQL, please visit either the | ||
1349 | 368 | \m[blue]\fBMySQL Forums\fR\m[] | ||
1350 | 369 | or | ||
1351 | 370 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
1352 | 371 | where you can discuss your issues with other MySQL users. | ||
1353 | 372 | .PP | ||
1354 | 373 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
1355 | 374 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
1361 | 375 | .sp | 345 | .sp |
1362 | 376 | .SH "SEE ALSO" | 346 | .SH "SEE ALSO" |
1363 | 377 | For more information, please refer to the MySQL Reference Manual, | 347 | For more information, please refer to the MySQL Reference Manual, |
1364 | 378 | 348 | ||
1365 | === modified file 'Percona-Server/man/mysql_client_test_embedded.1' | |||
1366 | --- Percona-Server/man/mysql_client_test_embedded.1 2013-06-03 03:53:55 +0000 | |||
1367 | +++ Percona-Server/man/mysql_client_test_embedded.1 2013-10-22 14:49:41 +0000 | |||
1368 | @@ -1,1 +1,1 @@ | |||
1370 | 1 | .so mysql_client_test.1 | 1 | .so man-gpl-tmp2/mysql_client_test.1 |
1371 | 2 | 2 | ||
1372 | === modified file 'Percona-Server/man/mysql_config.1' | |||
1373 | --- Percona-Server/man/mysql_config.1 2013-06-03 03:53:55 +0000 | |||
1374 | +++ Percona-Server/man/mysql_config.1 2013-10-22 14:49:41 +0000 | |||
1375 | @@ -2,12 +2,12 @@ | |||
1376 | 2 | .\" Title: \fBmysql_config\fR | 2 | .\" Title: \fBmysql_config\fR |
1377 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
1378 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
1380 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
1381 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
1382 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
1383 | 8 | .\" Language: English | 8 | .\" Language: English |
1384 | 9 | .\" | 9 | .\" |
1386 | 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" |
1387 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
1388 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
1389 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
1390 | @@ -29,14 +29,14 @@ | |||
1391 | 29 | .\" ----------------------------------------------------------------- | 29 | .\" ----------------------------------------------------------------- |
1392 | 30 | .\" mysql_config | 30 | .\" mysql_config |
1393 | 31 | .SH "NAME" | 31 | .SH "NAME" |
1395 | 32 | mysql_config \- get compile options for compiling clients | 32 | mysql_config \- display options for compiling clients |
1396 | 33 | .SH "SYNOPSIS" | 33 | .SH "SYNOPSIS" |
1397 | 34 | .HP \w'\fBmysql_config\ \fR\fB\fIoptions\fR\fR\ 'u | 34 | .HP \w'\fBmysql_config\ \fR\fB\fIoptions\fR\fR\ 'u |
1398 | 35 | \fBmysql_config \fR\fB\fIoptions\fR\fR | 35 | \fBmysql_config \fR\fB\fIoptions\fR\fR |
1399 | 36 | .SH "DESCRIPTION" | 36 | .SH "DESCRIPTION" |
1400 | 37 | .PP | 37 | .PP |
1401 | 38 | \fBmysql_config\fR | 38 | \fBmysql_config\fR |
1403 | 39 | provides you with useful information for compiling your MySQL client and connecting it to MySQL\&. | 39 | provides you with useful information for compiling your MySQL client and connecting it to MySQL\&. It is a shell script, so it is available only on Unix and Unix\-like systems\&. |
1404 | 40 | .PP | 40 | .PP |
1405 | 41 | \fBmysql_config\fR | 41 | \fBmysql_config\fR |
1406 | 42 | supports the following options\&. | 42 | supports the following options\&. |
1407 | @@ -197,14 +197,14 @@ | |||
1408 | 197 | \-\-cflags [\-I/usr/local/mysql/include/mysql \-mcpu=pentiumpro] | 197 | \-\-cflags [\-I/usr/local/mysql/include/mysql \-mcpu=pentiumpro] |
1409 | 198 | \-\-include [\-I/usr/local/mysql/include/mysql] | 198 | \-\-include [\-I/usr/local/mysql/include/mysql] |
1410 | 199 | \-\-libs [\-L/usr/local/mysql/lib/mysql \-lmysqlclient \-lz | 199 | \-\-libs [\-L/usr/local/mysql/lib/mysql \-lmysqlclient \-lz |
1412 | 200 | \-lcrypt \-lnsl \-lm \-L/usr/lib \-lssl \-lcrypto] | 200 | \-lz \-lcrypt \-lnsl \-lm] |
1413 | 201 | \-\-libs_r [\-L/usr/local/mysql/lib/mysql \-lmysqlclient_r | 201 | \-\-libs_r [\-L/usr/local/mysql/lib/mysql \-lmysqlclient_r |
1415 | 202 | \-lpthread \-lz \-lcrypt \-lnsl \-lm \-lpthread] | 202 | \-lz \-lpthread \-lcrypt \-lnsl \-lm \-lpthread] |
1416 | 203 | \-\-socket [/tmp/mysql\&.sock] | 203 | \-\-socket [/tmp/mysql\&.sock] |
1417 | 204 | \-\-port [3306] | 204 | \-\-port [3306] |
1421 | 205 | \-\-version [4\&.0\&.16] | 205 | \-\-version [5\&.1\&.69] |
1422 | 206 | \-\-libmysqld\-libs [\-L/usr/local/mysql/lib/mysql \-lmysqld \-lpthread \-lz | 206 | \-\-libmysqld\-libs [\-L/usr/local/mysql/lib/mysql \-lmysqld \-ldl |
1423 | 207 | \-lcrypt \-lnsl \-lm \-lpthread \-lrt] | 207 | \-lz \-lpthread \-lcrypt \-lnsl \-lm \-lpthread \-lrt] |
1424 | 208 | .fi | 208 | .fi |
1425 | 209 | .if n \{\ | 209 | .if n \{\ |
1426 | 210 | .RE | 210 | .RE |
1427 | @@ -212,7 +212,7 @@ | |||
1428 | 212 | .PP | 212 | .PP |
1429 | 213 | You can use | 213 | You can use |
1430 | 214 | \fBmysql_config\fR | 214 | \fBmysql_config\fR |
1432 | 215 | within a command line to include the value that it displays for a particular option\&. For example, to compile a MySQL client program, use | 215 | within a command line using backticks to include the output that it produces for a particular option\&. For example, to compile and link a MySQL client program, use |
1433 | 216 | \fBmysql_config\fR | 216 | \fBmysql_config\fR |
1434 | 217 | as follows: | 217 | as follows: |
1435 | 218 | .sp | 218 | .sp |
1436 | @@ -220,55 +220,22 @@ | |||
1437 | 220 | .RS 4 | 220 | .RS 4 |
1438 | 221 | .\} | 221 | .\} |
1439 | 222 | .nf | 222 | .nf |
1442 | 223 | shell> \fBCFG=/usr/local/mysql/bin/mysql_config\fR | 223 | shell> \fBgcc \-c `mysql_config \-\-cflags` progname\&.c\fR |
1443 | 224 | shell> \fBsh \-c "gcc \-o progname `$CFG \-\-include` progname\&.c `$CFG \-\-libs`"\fR | 224 | shell> \fBgcc \-o progname progname\&.o `mysql_config \-\-libs`\fR |
1444 | 225 | .fi | 225 | .fi |
1445 | 226 | .if n \{\ | 226 | .if n \{\ |
1446 | 227 | .RE | 227 | .RE |
1447 | 228 | .\} | 228 | .\} |
1448 | 229 | .PP | ||
1449 | 230 | When you use | ||
1450 | 231 | \fBmysql_config\fR | ||
1451 | 232 | this way, be sure to invoke it within backtick (\(lq`\(rq) characters\&. That tells the shell to execute it and substitute its output into the surrounding command\&. | ||
1452 | 233 | .SH "COPYRIGHT" | 229 | .SH "COPYRIGHT" |
1453 | 234 | .br | 230 | .br |
1454 | 235 | .PP | 231 | .PP |
1455 | 236 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 232 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
1456 | 237 | .PP | 233 | .PP |
1491 | 238 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 234 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
1492 | 239 | .PP | 235 | .PP |
1493 | 240 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 236 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
1494 | 241 | .PP | 237 | .PP |
1495 | 242 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 238 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
1462 | 243 | .PP | ||
1463 | 244 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
1464 | 245 | .PP | ||
1465 | 246 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
1466 | 247 | .PP | ||
1467 | 248 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
1468 | 249 | .PP | ||
1469 | 250 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
1470 | 251 | .PP | ||
1471 | 252 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
1472 | 253 | .PP | ||
1473 | 254 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
1474 | 255 | .PP | ||
1475 | 256 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
1476 | 257 | .PP | ||
1477 | 258 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
1478 | 259 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
1479 | 260 | .PP | ||
1480 | 261 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
1481 | 262 | Preface and Legal Notices. | ||
1482 | 263 | .PP | ||
1483 | 264 | For help with using MySQL, please visit either the | ||
1484 | 265 | \m[blue]\fBMySQL Forums\fR\m[] | ||
1485 | 266 | or | ||
1486 | 267 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
1487 | 268 | where you can discuss your issues with other MySQL users. | ||
1488 | 269 | .PP | ||
1489 | 270 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
1490 | 271 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
1496 | 272 | .sp | 239 | .sp |
1497 | 273 | .SH "SEE ALSO" | 240 | .SH "SEE ALSO" |
1498 | 274 | For more information, please refer to the MySQL Reference Manual, | 241 | For more information, please refer to the MySQL Reference Manual, |
1499 | 275 | 242 | ||
1500 | === modified file 'Percona-Server/man/mysql_convert_table_format.1' | |||
1501 | --- Percona-Server/man/mysql_convert_table_format.1 2013-06-03 03:53:55 +0000 | |||
1502 | +++ Percona-Server/man/mysql_convert_table_format.1 2013-10-22 14:49:41 +0000 | |||
1503 | @@ -2,12 +2,12 @@ | |||
1504 | 2 | .\" Title: \fBmysql_convert_table_format\fR | 2 | .\" Title: \fBmysql_convert_table_format\fR |
1505 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
1506 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
1508 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
1509 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
1510 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
1511 | 8 | .\" Language: English | 8 | .\" Language: English |
1512 | 9 | .\" | 9 | .\" |
1514 | 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" |
1515 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
1516 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
1517 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
1518 | @@ -227,40 +227,11 @@ | |||
1519 | 227 | .PP | 227 | .PP |
1520 | 228 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 228 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
1521 | 229 | .PP | 229 | .PP |
1556 | 230 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 230 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
1557 | 231 | .PP | 231 | .PP |
1558 | 232 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 232 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
1559 | 233 | .PP | 233 | .PP |
1560 | 234 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 234 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
1527 | 235 | .PP | ||
1528 | 236 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
1529 | 237 | .PP | ||
1530 | 238 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
1531 | 239 | .PP | ||
1532 | 240 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
1533 | 241 | .PP | ||
1534 | 242 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
1535 | 243 | .PP | ||
1536 | 244 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
1537 | 245 | .PP | ||
1538 | 246 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
1539 | 247 | .PP | ||
1540 | 248 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
1541 | 249 | .PP | ||
1542 | 250 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
1543 | 251 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
1544 | 252 | .PP | ||
1545 | 253 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
1546 | 254 | Preface and Legal Notices. | ||
1547 | 255 | .PP | ||
1548 | 256 | For help with using MySQL, please visit either the | ||
1549 | 257 | \m[blue]\fBMySQL Forums\fR\m[] | ||
1550 | 258 | or | ||
1551 | 259 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
1552 | 260 | where you can discuss your issues with other MySQL users. | ||
1553 | 261 | .PP | ||
1554 | 262 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
1555 | 263 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
1561 | 264 | .sp | 235 | .sp |
1562 | 265 | .SH "SEE ALSO" | 236 | .SH "SEE ALSO" |
1563 | 266 | For more information, please refer to the MySQL Reference Manual, | 237 | For more information, please refer to the MySQL Reference Manual, |
1564 | 267 | 238 | ||
1565 | === modified file 'Percona-Server/man/mysql_find_rows.1' | |||
1566 | --- Percona-Server/man/mysql_find_rows.1 2013-06-03 03:53:55 +0000 | |||
1567 | +++ Percona-Server/man/mysql_find_rows.1 2013-10-22 14:49:41 +0000 | |||
1568 | @@ -2,12 +2,12 @@ | |||
1569 | 2 | .\" Title: \fBmysql_find_rows\fR | 2 | .\" Title: \fBmysql_find_rows\fR |
1570 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
1571 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
1573 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
1574 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
1575 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
1576 | 8 | .\" Language: English | 8 | .\" Language: English |
1577 | 9 | .\" | 9 | .\" |
1579 | 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" |
1580 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
1581 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
1582 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
1583 | @@ -162,40 +162,11 @@ | |||
1584 | 162 | .PP | 162 | .PP |
1585 | 163 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 163 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
1586 | 164 | .PP | 164 | .PP |
1621 | 165 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 165 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
1622 | 166 | .PP | 166 | .PP |
1623 | 167 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 167 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
1624 | 168 | .PP | 168 | .PP |
1625 | 169 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 169 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
1592 | 170 | .PP | ||
1593 | 171 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
1594 | 172 | .PP | ||
1595 | 173 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
1596 | 174 | .PP | ||
1597 | 175 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
1598 | 176 | .PP | ||
1599 | 177 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
1600 | 178 | .PP | ||
1601 | 179 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
1602 | 180 | .PP | ||
1603 | 181 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
1604 | 182 | .PP | ||
1605 | 183 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
1606 | 184 | .PP | ||
1607 | 185 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
1608 | 186 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
1609 | 187 | .PP | ||
1610 | 188 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
1611 | 189 | Preface and Legal Notices. | ||
1612 | 190 | .PP | ||
1613 | 191 | For help with using MySQL, please visit either the | ||
1614 | 192 | \m[blue]\fBMySQL Forums\fR\m[] | ||
1615 | 193 | or | ||
1616 | 194 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
1617 | 195 | where you can discuss your issues with other MySQL users. | ||
1618 | 196 | .PP | ||
1619 | 197 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
1620 | 198 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
1626 | 199 | .sp | 170 | .sp |
1627 | 200 | .SH "SEE ALSO" | 171 | .SH "SEE ALSO" |
1628 | 201 | For more information, please refer to the MySQL Reference Manual, | 172 | For more information, please refer to the MySQL Reference Manual, |
1629 | 202 | 173 | ||
1630 | === modified file 'Percona-Server/man/mysql_fix_extensions.1' | |||
1631 | --- Percona-Server/man/mysql_fix_extensions.1 2013-06-03 03:53:55 +0000 | |||
1632 | +++ Percona-Server/man/mysql_fix_extensions.1 2013-10-22 14:49:41 +0000 | |||
1633 | @@ -2,12 +2,12 @@ | |||
1634 | 2 | .\" Title: \fBmysql_fix_extensions\fR | 2 | .\" Title: \fBmysql_fix_extensions\fR |
1635 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
1636 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
1638 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
1639 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
1640 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
1641 | 8 | .\" Language: English | 8 | .\" Language: English |
1642 | 9 | .\" | 9 | .\" |
1644 | 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" |
1645 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
1646 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
1647 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
1648 | @@ -72,40 +72,11 @@ | |||
1649 | 72 | .PP | 72 | .PP |
1650 | 73 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 73 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
1651 | 74 | .PP | 74 | .PP |
1686 | 75 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 75 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
1687 | 76 | .PP | 76 | .PP |
1688 | 77 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 77 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
1689 | 78 | .PP | 78 | .PP |
1690 | 79 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 79 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
1657 | 80 | .PP | ||
1658 | 81 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
1659 | 82 | .PP | ||
1660 | 83 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
1661 | 84 | .PP | ||
1662 | 85 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
1663 | 86 | .PP | ||
1664 | 87 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
1665 | 88 | .PP | ||
1666 | 89 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
1667 | 90 | .PP | ||
1668 | 91 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
1669 | 92 | .PP | ||
1670 | 93 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
1671 | 94 | .PP | ||
1672 | 95 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
1673 | 96 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
1674 | 97 | .PP | ||
1675 | 98 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
1676 | 99 | Preface and Legal Notices. | ||
1677 | 100 | .PP | ||
1678 | 101 | For help with using MySQL, please visit either the | ||
1679 | 102 | \m[blue]\fBMySQL Forums\fR\m[] | ||
1680 | 103 | or | ||
1681 | 104 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
1682 | 105 | where you can discuss your issues with other MySQL users. | ||
1683 | 106 | .PP | ||
1684 | 107 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
1685 | 108 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
1691 | 109 | .sp | 80 | .sp |
1692 | 110 | .SH "SEE ALSO" | 81 | .SH "SEE ALSO" |
1693 | 111 | For more information, please refer to the MySQL Reference Manual, | 82 | For more information, please refer to the MySQL Reference Manual, |
1694 | 112 | 83 | ||
1695 | === modified file 'Percona-Server/man/mysql_fix_privilege_tables.1' | |||
1696 | --- Percona-Server/man/mysql_fix_privilege_tables.1 2013-06-03 03:53:55 +0000 | |||
1697 | +++ Percona-Server/man/mysql_fix_privilege_tables.1 2013-10-22 14:49:41 +0000 | |||
1698 | @@ -2,12 +2,12 @@ | |||
1699 | 2 | .\" Title: \fBmysql_fix_privilege_tables\fR | 2 | .\" Title: \fBmysql_fix_privilege_tables\fR |
1700 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
1701 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
1703 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
1704 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
1705 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
1706 | 8 | .\" Language: English | 8 | .\" Language: English |
1707 | 9 | .\" | 9 | .\" |
1709 | 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" |
1710 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
1711 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
1712 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
1713 | @@ -170,40 +170,11 @@ | |||
1714 | 170 | .PP | 170 | .PP |
1715 | 171 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 171 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
1716 | 172 | .PP | 172 | .PP |
1751 | 173 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 173 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
1752 | 174 | .PP | 174 | .PP |
1753 | 175 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 175 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
1754 | 176 | .PP | 176 | .PP |
1755 | 177 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 177 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
1722 | 178 | .PP | ||
1723 | 179 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
1724 | 180 | .PP | ||
1725 | 181 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
1726 | 182 | .PP | ||
1727 | 183 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
1728 | 184 | .PP | ||
1729 | 185 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
1730 | 186 | .PP | ||
1731 | 187 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
1732 | 188 | .PP | ||
1733 | 189 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
1734 | 190 | .PP | ||
1735 | 191 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
1736 | 192 | .PP | ||
1737 | 193 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
1738 | 194 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
1739 | 195 | .PP | ||
1740 | 196 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
1741 | 197 | Preface and Legal Notices. | ||
1742 | 198 | .PP | ||
1743 | 199 | For help with using MySQL, please visit either the | ||
1744 | 200 | \m[blue]\fBMySQL Forums\fR\m[] | ||
1745 | 201 | or | ||
1746 | 202 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
1747 | 203 | where you can discuss your issues with other MySQL users. | ||
1748 | 204 | .PP | ||
1749 | 205 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
1750 | 206 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
1756 | 207 | .sp | 178 | .sp |
1757 | 208 | .SH "SEE ALSO" | 179 | .SH "SEE ALSO" |
1758 | 209 | For more information, please refer to the MySQL Reference Manual, | 180 | For more information, please refer to the MySQL Reference Manual, |
1759 | 210 | 181 | ||
1760 | === modified file 'Percona-Server/man/mysql_install_db.1' | |||
1761 | --- Percona-Server/man/mysql_install_db.1 2013-06-03 03:53:55 +0000 | |||
1762 | +++ Percona-Server/man/mysql_install_db.1 2013-10-22 14:49:41 +0000 | |||
1763 | @@ -2,12 +2,12 @@ | |||
1764 | 2 | .\" Title: \fBmysql_install_db\fR | 2 | .\" Title: \fBmysql_install_db\fR |
1765 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
1766 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
1768 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
1769 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
1770 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
1771 | 8 | .\" Language: English | 8 | .\" Language: English |
1772 | 9 | .\" | 9 | .\" |
1774 | 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" |
1775 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
1776 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
1777 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
1778 | @@ -296,40 +296,11 @@ | |||
1779 | 296 | .PP | 296 | .PP |
1780 | 297 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 297 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
1781 | 298 | .PP | 298 | .PP |
1816 | 299 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 299 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
1817 | 300 | .PP | 300 | .PP |
1818 | 301 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 301 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
1819 | 302 | .PP | 302 | .PP |
1820 | 303 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 303 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
1787 | 304 | .PP | ||
1788 | 305 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
1789 | 306 | .PP | ||
1790 | 307 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
1791 | 308 | .PP | ||
1792 | 309 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
1793 | 310 | .PP | ||
1794 | 311 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
1795 | 312 | .PP | ||
1796 | 313 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
1797 | 314 | .PP | ||
1798 | 315 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
1799 | 316 | .PP | ||
1800 | 317 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
1801 | 318 | .PP | ||
1802 | 319 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
1803 | 320 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
1804 | 321 | .PP | ||
1805 | 322 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
1806 | 323 | Preface and Legal Notices. | ||
1807 | 324 | .PP | ||
1808 | 325 | For help with using MySQL, please visit either the | ||
1809 | 326 | \m[blue]\fBMySQL Forums\fR\m[] | ||
1810 | 327 | or | ||
1811 | 328 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
1812 | 329 | where you can discuss your issues with other MySQL users. | ||
1813 | 330 | .PP | ||
1814 | 331 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
1815 | 332 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
1821 | 333 | .sp | 304 | .sp |
1822 | 334 | .SH "SEE ALSO" | 305 | .SH "SEE ALSO" |
1823 | 335 | For more information, please refer to the MySQL Reference Manual, | 306 | For more information, please refer to the MySQL Reference Manual, |
1824 | 336 | 307 | ||
1825 | === modified file 'Percona-Server/man/mysql_secure_installation.1' | |||
1826 | --- Percona-Server/man/mysql_secure_installation.1 2013-06-03 03:53:55 +0000 | |||
1827 | +++ Percona-Server/man/mysql_secure_installation.1 2013-10-22 14:49:41 +0000 | |||
1828 | @@ -2,12 +2,12 @@ | |||
1829 | 2 | .\" Title: \fBmysql_secure_installation\fR | 2 | .\" Title: \fBmysql_secure_installation\fR |
1830 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
1831 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
1833 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
1834 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
1835 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
1836 | 8 | .\" Language: English | 8 | .\" Language: English |
1837 | 9 | .\" | 9 | .\" |
1839 | 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" |
1840 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
1841 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
1842 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
1843 | @@ -107,48 +107,16 @@ | |||
1844 | 107 | .\} | 107 | .\} |
1845 | 108 | .PP | 108 | .PP |
1846 | 109 | The script will prompt you to determine which actions to perform\&. | 109 | The script will prompt you to determine which actions to perform\&. |
1847 | 110 | .PP | ||
1848 | 111 | \fBmysql_secure_installation\fR | ||
1849 | 112 | is not available on Windows\&. | ||
1850 | 113 | .SH "COPYRIGHT" | 110 | .SH "COPYRIGHT" |
1851 | 114 | .br | 111 | .br |
1852 | 115 | .PP | 112 | .PP |
1853 | 116 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 113 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
1854 | 117 | .PP | 114 | .PP |
1889 | 118 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 115 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
1890 | 119 | .PP | 116 | .PP |
1891 | 120 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 117 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
1892 | 121 | .PP | 118 | .PP |
1893 | 122 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 119 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
1860 | 123 | .PP | ||
1861 | 124 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
1862 | 125 | .PP | ||
1863 | 126 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
1864 | 127 | .PP | ||
1865 | 128 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
1866 | 129 | .PP | ||
1867 | 130 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
1868 | 131 | .PP | ||
1869 | 132 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
1870 | 133 | .PP | ||
1871 | 134 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
1872 | 135 | .PP | ||
1873 | 136 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
1874 | 137 | .PP | ||
1875 | 138 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
1876 | 139 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
1877 | 140 | .PP | ||
1878 | 141 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
1879 | 142 | Preface and Legal Notices. | ||
1880 | 143 | .PP | ||
1881 | 144 | For help with using MySQL, please visit either the | ||
1882 | 145 | \m[blue]\fBMySQL Forums\fR\m[] | ||
1883 | 146 | or | ||
1884 | 147 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
1885 | 148 | where you can discuss your issues with other MySQL users. | ||
1886 | 149 | .PP | ||
1887 | 150 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
1888 | 151 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
1894 | 152 | .sp | 120 | .sp |
1895 | 153 | .SH "SEE ALSO" | 121 | .SH "SEE ALSO" |
1896 | 154 | For more information, please refer to the MySQL Reference Manual, | 122 | For more information, please refer to the MySQL Reference Manual, |
1897 | 155 | 123 | ||
1898 | === modified file 'Percona-Server/man/mysql_setpermission.1' | |||
1899 | --- Percona-Server/man/mysql_setpermission.1 2013-06-03 03:53:55 +0000 | |||
1900 | +++ Percona-Server/man/mysql_setpermission.1 2013-10-22 14:49:41 +0000 | |||
1901 | @@ -2,12 +2,12 @@ | |||
1902 | 2 | .\" Title: \fBmysql_setpermission\fR | 2 | .\" Title: \fBmysql_setpermission\fR |
1903 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
1904 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
1906 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
1907 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
1908 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
1909 | 8 | .\" Language: English | 8 | .\" Language: English |
1910 | 9 | .\" | 9 | .\" |
1912 | 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" |
1913 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
1914 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
1915 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
1916 | @@ -174,40 +174,11 @@ | |||
1917 | 174 | .PP | 174 | .PP |
1918 | 175 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 175 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
1919 | 176 | .PP | 176 | .PP |
1954 | 177 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 177 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
1955 | 178 | .PP | 178 | .PP |
1956 | 179 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 179 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
1957 | 180 | .PP | 180 | .PP |
1958 | 181 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 181 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
1925 | 182 | .PP | ||
1926 | 183 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
1927 | 184 | .PP | ||
1928 | 185 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
1929 | 186 | .PP | ||
1930 | 187 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
1931 | 188 | .PP | ||
1932 | 189 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
1933 | 190 | .PP | ||
1934 | 191 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
1935 | 192 | .PP | ||
1936 | 193 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
1937 | 194 | .PP | ||
1938 | 195 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
1939 | 196 | .PP | ||
1940 | 197 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
1941 | 198 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
1942 | 199 | .PP | ||
1943 | 200 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
1944 | 201 | Preface and Legal Notices. | ||
1945 | 202 | .PP | ||
1946 | 203 | For help with using MySQL, please visit either the | ||
1947 | 204 | \m[blue]\fBMySQL Forums\fR\m[] | ||
1948 | 205 | or | ||
1949 | 206 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
1950 | 207 | where you can discuss your issues with other MySQL users. | ||
1951 | 208 | .PP | ||
1952 | 209 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
1953 | 210 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
1959 | 211 | .sp | 182 | .sp |
1960 | 212 | .SH "SEE ALSO" | 183 | .SH "SEE ALSO" |
1961 | 213 | For more information, please refer to the MySQL Reference Manual, | 184 | For more information, please refer to the MySQL Reference Manual, |
1962 | 214 | 185 | ||
1963 | === modified file 'Percona-Server/man/mysql_tzinfo_to_sql.1' | |||
1964 | --- Percona-Server/man/mysql_tzinfo_to_sql.1 2013-06-03 03:53:55 +0000 | |||
1965 | +++ Percona-Server/man/mysql_tzinfo_to_sql.1 2013-10-22 14:49:41 +0000 | |||
1966 | @@ -2,12 +2,12 @@ | |||
1967 | 2 | .\" Title: \fBmysql_tzinfo_to_sql\fR | 2 | .\" Title: \fBmysql_tzinfo_to_sql\fR |
1968 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
1969 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
1971 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
1972 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
1973 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
1974 | 8 | .\" Language: English | 8 | .\" Language: English |
1975 | 9 | .\" | 9 | .\" |
1977 | 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" |
1978 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
1979 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
1980 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
1981 | @@ -124,40 +124,11 @@ | |||
1982 | 124 | .PP | 124 | .PP |
1983 | 125 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 125 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
1984 | 126 | .PP | 126 | .PP |
2019 | 127 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 127 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
2020 | 128 | .PP | 128 | .PP |
2021 | 129 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 129 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
2022 | 130 | .PP | 130 | .PP |
2023 | 131 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 131 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
1990 | 132 | .PP | ||
1991 | 133 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
1992 | 134 | .PP | ||
1993 | 135 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
1994 | 136 | .PP | ||
1995 | 137 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
1996 | 138 | .PP | ||
1997 | 139 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
1998 | 140 | .PP | ||
1999 | 141 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
2000 | 142 | .PP | ||
2001 | 143 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
2002 | 144 | .PP | ||
2003 | 145 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
2004 | 146 | .PP | ||
2005 | 147 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
2006 | 148 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
2007 | 149 | .PP | ||
2008 | 150 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
2009 | 151 | Preface and Legal Notices. | ||
2010 | 152 | .PP | ||
2011 | 153 | For help with using MySQL, please visit either the | ||
2012 | 154 | \m[blue]\fBMySQL Forums\fR\m[] | ||
2013 | 155 | or | ||
2014 | 156 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
2015 | 157 | where you can discuss your issues with other MySQL users. | ||
2016 | 158 | .PP | ||
2017 | 159 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
2018 | 160 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
2024 | 161 | .sp | 132 | .sp |
2025 | 162 | .SH "SEE ALSO" | 133 | .SH "SEE ALSO" |
2026 | 163 | For more information, please refer to the MySQL Reference Manual, | 134 | For more information, please refer to the MySQL Reference Manual, |
2027 | 164 | 135 | ||
2028 | === modified file 'Percona-Server/man/mysql_upgrade.1' | |||
2029 | --- Percona-Server/man/mysql_upgrade.1 2013-06-03 03:53:55 +0000 | |||
2030 | +++ Percona-Server/man/mysql_upgrade.1 2013-10-22 14:49:41 +0000 | |||
2031 | @@ -2,12 +2,12 @@ | |||
2032 | 2 | .\" Title: \fBmysql_upgrade\fR | 2 | .\" Title: \fBmysql_upgrade\fR |
2033 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
2034 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
2036 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
2037 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
2038 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
2039 | 8 | .\" Language: English | 8 | .\" Language: English |
2040 | 9 | .\" | 9 | .\" |
2042 | 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" |
2043 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
2044 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
2045 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
2046 | @@ -216,7 +216,7 @@ | |||
2047 | 216 | \fBmysql_upgrade\fR | 216 | \fBmysql_upgrade\fR |
2048 | 217 | is included in the server RPM but requires the client RPM because the latter includes | 217 | is included in the server RPM but requires the client RPM because the latter includes |
2049 | 218 | \fBmysqlcheck\fR\&. (See | 218 | \fBmysqlcheck\fR\&. (See |
2051 | 219 | Section\ \&2.5.1, \(lqInstalling MySQL from RPM Packages on Linux\(rq\&.) | 219 | Section\ \&2.5.1, \(lqInstalling MySQL on Linux Using RPM Packages\(rq\&.) |
2052 | 220 | .PP | 220 | .PP |
2053 | 221 | In MySQL 5\&.1\&.7, | 221 | In MySQL 5\&.1\&.7, |
2054 | 222 | \fBmysql_upgrade \fR | 222 | \fBmysql_upgrade \fR |
2055 | @@ -410,40 +410,11 @@ | |||
2056 | 410 | .PP | 410 | .PP |
2057 | 411 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 411 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
2058 | 412 | .PP | 412 | .PP |
2093 | 413 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 413 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
2094 | 414 | .PP | 414 | .PP |
2095 | 415 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 415 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
2096 | 416 | .PP | 416 | .PP |
2097 | 417 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 417 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
2064 | 418 | .PP | ||
2065 | 419 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
2066 | 420 | .PP | ||
2067 | 421 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
2068 | 422 | .PP | ||
2069 | 423 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
2070 | 424 | .PP | ||
2071 | 425 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
2072 | 426 | .PP | ||
2073 | 427 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
2074 | 428 | .PP | ||
2075 | 429 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
2076 | 430 | .PP | ||
2077 | 431 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
2078 | 432 | .PP | ||
2079 | 433 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
2080 | 434 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
2081 | 435 | .PP | ||
2082 | 436 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
2083 | 437 | Preface and Legal Notices. | ||
2084 | 438 | .PP | ||
2085 | 439 | For help with using MySQL, please visit either the | ||
2086 | 440 | \m[blue]\fBMySQL Forums\fR\m[] | ||
2087 | 441 | or | ||
2088 | 442 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
2089 | 443 | where you can discuss your issues with other MySQL users. | ||
2090 | 444 | .PP | ||
2091 | 445 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
2092 | 446 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
2098 | 447 | .sp | 418 | .sp |
2099 | 448 | .SH "SEE ALSO" | 419 | .SH "SEE ALSO" |
2100 | 449 | For more information, please refer to the MySQL Reference Manual, | 420 | For more information, please refer to the MySQL Reference Manual, |
2101 | 450 | 421 | ||
2102 | === modified file 'Percona-Server/man/mysql_waitpid.1' | |||
2103 | --- Percona-Server/man/mysql_waitpid.1 2013-06-03 03:53:55 +0000 | |||
2104 | +++ Percona-Server/man/mysql_waitpid.1 2013-10-22 14:49:41 +0000 | |||
2105 | @@ -2,12 +2,12 @@ | |||
2106 | 2 | .\" Title: \fBmysql_waitpid\fR | 2 | .\" Title: \fBmysql_waitpid\fR |
2107 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
2108 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
2110 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
2111 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
2112 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
2113 | 8 | .\" Language: English | 8 | .\" Language: English |
2114 | 9 | .\" | 9 | .\" |
2116 | 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" |
2117 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
2118 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
2119 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
2120 | @@ -131,40 +131,11 @@ | |||
2121 | 131 | .PP | 131 | .PP |
2122 | 132 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 132 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
2123 | 133 | .PP | 133 | .PP |
2158 | 134 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 134 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
2159 | 135 | .PP | 135 | .PP |
2160 | 136 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 136 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
2161 | 137 | .PP | 137 | .PP |
2162 | 138 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 138 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
2129 | 139 | .PP | ||
2130 | 140 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
2131 | 141 | .PP | ||
2132 | 142 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
2133 | 143 | .PP | ||
2134 | 144 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
2135 | 145 | .PP | ||
2136 | 146 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
2137 | 147 | .PP | ||
2138 | 148 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
2139 | 149 | .PP | ||
2140 | 150 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
2141 | 151 | .PP | ||
2142 | 152 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
2143 | 153 | .PP | ||
2144 | 154 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
2145 | 155 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
2146 | 156 | .PP | ||
2147 | 157 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
2148 | 158 | Preface and Legal Notices. | ||
2149 | 159 | .PP | ||
2150 | 160 | For help with using MySQL, please visit either the | ||
2151 | 161 | \m[blue]\fBMySQL Forums\fR\m[] | ||
2152 | 162 | or | ||
2153 | 163 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
2154 | 164 | where you can discuss your issues with other MySQL users. | ||
2155 | 165 | .PP | ||
2156 | 166 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
2157 | 167 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
2163 | 168 | .sp | 139 | .sp |
2164 | 169 | .SH "SEE ALSO" | 140 | .SH "SEE ALSO" |
2165 | 170 | For more information, please refer to the MySQL Reference Manual, | 141 | For more information, please refer to the MySQL Reference Manual, |
2166 | 171 | 142 | ||
2167 | === modified file 'Percona-Server/man/mysql_zap.1' | |||
2168 | --- Percona-Server/man/mysql_zap.1 2013-06-03 03:53:55 +0000 | |||
2169 | +++ Percona-Server/man/mysql_zap.1 2013-10-22 14:49:41 +0000 | |||
2170 | @@ -2,12 +2,12 @@ | |||
2171 | 2 | .\" Title: \fBmysql_zap\fR | 2 | .\" Title: \fBmysql_zap\fR |
2172 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
2173 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
2175 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
2176 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
2177 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
2178 | 8 | .\" Language: English | 8 | .\" Language: English |
2179 | 9 | .\" | 9 | .\" |
2181 | 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" |
2182 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
2183 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
2184 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
2185 | @@ -127,40 +127,11 @@ | |||
2186 | 127 | .PP | 127 | .PP |
2187 | 128 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 128 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
2188 | 129 | .PP | 129 | .PP |
2223 | 130 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 130 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
2224 | 131 | .PP | 131 | .PP |
2225 | 132 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 132 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
2226 | 133 | .PP | 133 | .PP |
2227 | 134 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 134 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
2194 | 135 | .PP | ||
2195 | 136 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
2196 | 137 | .PP | ||
2197 | 138 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
2198 | 139 | .PP | ||
2199 | 140 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
2200 | 141 | .PP | ||
2201 | 142 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
2202 | 143 | .PP | ||
2203 | 144 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
2204 | 145 | .PP | ||
2205 | 146 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
2206 | 147 | .PP | ||
2207 | 148 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
2208 | 149 | .PP | ||
2209 | 150 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
2210 | 151 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
2211 | 152 | .PP | ||
2212 | 153 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
2213 | 154 | Preface and Legal Notices. | ||
2214 | 155 | .PP | ||
2215 | 156 | For help with using MySQL, please visit either the | ||
2216 | 157 | \m[blue]\fBMySQL Forums\fR\m[] | ||
2217 | 158 | or | ||
2218 | 159 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
2219 | 160 | where you can discuss your issues with other MySQL users. | ||
2220 | 161 | .PP | ||
2221 | 162 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
2222 | 163 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
2228 | 164 | .sp | 135 | .sp |
2229 | 165 | .SH "SEE ALSO" | 136 | .SH "SEE ALSO" |
2230 | 166 | For more information, please refer to the MySQL Reference Manual, | 137 | For more information, please refer to the MySQL Reference Manual, |
2231 | 167 | 138 | ||
2232 | === modified file 'Percona-Server/man/mysqlaccess.1' | |||
2233 | --- Percona-Server/man/mysqlaccess.1 2013-06-03 03:53:55 +0000 | |||
2234 | +++ Percona-Server/man/mysqlaccess.1 2013-10-22 14:49:41 +0000 | |||
2235 | @@ -2,12 +2,12 @@ | |||
2236 | 2 | .\" Title: \fBmysqlaccess\fR | 2 | .\" Title: \fBmysqlaccess\fR |
2237 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
2238 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
2240 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
2241 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
2242 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
2243 | 8 | .\" Language: English | 8 | .\" Language: English |
2244 | 9 | .\" | 9 | .\" |
2246 | 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" |
2247 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
2248 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
2249 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
2250 | @@ -434,40 +434,11 @@ | |||
2251 | 434 | .PP | 434 | .PP |
2252 | 435 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 435 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
2253 | 436 | .PP | 436 | .PP |
2288 | 437 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 437 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
2289 | 438 | .PP | 438 | .PP |
2290 | 439 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 439 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
2291 | 440 | .PP | 440 | .PP |
2292 | 441 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 441 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
2259 | 442 | .PP | ||
2260 | 443 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
2261 | 444 | .PP | ||
2262 | 445 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
2263 | 446 | .PP | ||
2264 | 447 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
2265 | 448 | .PP | ||
2266 | 449 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
2267 | 450 | .PP | ||
2268 | 451 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
2269 | 452 | .PP | ||
2270 | 453 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
2271 | 454 | .PP | ||
2272 | 455 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
2273 | 456 | .PP | ||
2274 | 457 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
2275 | 458 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
2276 | 459 | .PP | ||
2277 | 460 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
2278 | 461 | Preface and Legal Notices. | ||
2279 | 462 | .PP | ||
2280 | 463 | For help with using MySQL, please visit either the | ||
2281 | 464 | \m[blue]\fBMySQL Forums\fR\m[] | ||
2282 | 465 | or | ||
2283 | 466 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
2284 | 467 | where you can discuss your issues with other MySQL users. | ||
2285 | 468 | .PP | ||
2286 | 469 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
2287 | 470 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
2293 | 471 | .sp | 442 | .sp |
2294 | 472 | .SH "SEE ALSO" | 443 | .SH "SEE ALSO" |
2295 | 473 | For more information, please refer to the MySQL Reference Manual, | 444 | For more information, please refer to the MySQL Reference Manual, |
2296 | 474 | 445 | ||
2297 | === modified file 'Percona-Server/man/mysqladmin.1' | |||
2298 | --- Percona-Server/man/mysqladmin.1 2013-06-03 03:53:55 +0000 | |||
2299 | +++ Percona-Server/man/mysqladmin.1 2013-10-22 14:49:41 +0000 | |||
2300 | @@ -2,12 +2,12 @@ | |||
2301 | 2 | .\" Title: \fBmysqladmin\fR | 2 | .\" Title: \fBmysqladmin\fR |
2302 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
2303 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
2305 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
2306 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
2307 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
2308 | 8 | .\" Language: English | 8 | .\" Language: English |
2309 | 9 | .\" | 9 | .\" |
2311 | 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" |
2312 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
2313 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
2314 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
2315 | @@ -81,7 +81,7 @@ | |||
2316 | 81 | .\} | 81 | .\} |
2317 | 82 | debug | 82 | debug |
2318 | 83 | .sp | 83 | .sp |
2320 | 84 | Tell the server to write debug information to the error log\&. | 84 | Tell the server to write debug information to the error log\&. Format and content of this information is subject to change\&. |
2321 | 85 | .sp | 85 | .sp |
2322 | 86 | Beginning with MySQL 5\&.1\&.12, this includes information about the Event Scheduler\&. See | 86 | Beginning with MySQL 5\&.1\&.12, this includes information about the Event Scheduler\&. See |
2323 | 87 | Section\ \&19.4.5, \(lqEvent Scheduler Status\(rq\&. | 87 | Section\ \&19.4.5, \(lqEvent Scheduler Status\(rq\&. |
2324 | @@ -1102,40 +1102,11 @@ | |||
2325 | 1102 | .PP | 1102 | .PP |
2326 | 1103 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 1103 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
2327 | 1104 | .PP | 1104 | .PP |
2362 | 1105 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 1105 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
2363 | 1106 | .PP | 1106 | .PP |
2364 | 1107 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 1107 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
2365 | 1108 | .PP | 1108 | .PP |
2366 | 1109 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 1109 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
2333 | 1110 | .PP | ||
2334 | 1111 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
2335 | 1112 | .PP | ||
2336 | 1113 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
2337 | 1114 | .PP | ||
2338 | 1115 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
2339 | 1116 | .PP | ||
2340 | 1117 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
2341 | 1118 | .PP | ||
2342 | 1119 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
2343 | 1120 | .PP | ||
2344 | 1121 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
2345 | 1122 | .PP | ||
2346 | 1123 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
2347 | 1124 | .PP | ||
2348 | 1125 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
2349 | 1126 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
2350 | 1127 | .PP | ||
2351 | 1128 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
2352 | 1129 | Preface and Legal Notices. | ||
2353 | 1130 | .PP | ||
2354 | 1131 | For help with using MySQL, please visit either the | ||
2355 | 1132 | \m[blue]\fBMySQL Forums\fR\m[] | ||
2356 | 1133 | or | ||
2357 | 1134 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
2358 | 1135 | where you can discuss your issues with other MySQL users. | ||
2359 | 1136 | .PP | ||
2360 | 1137 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
2361 | 1138 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
2367 | 1139 | .sp | 1110 | .sp |
2368 | 1140 | .SH "SEE ALSO" | 1111 | .SH "SEE ALSO" |
2369 | 1141 | For more information, please refer to the MySQL Reference Manual, | 1112 | For more information, please refer to the MySQL Reference Manual, |
2370 | 1142 | 1113 | ||
2371 | === modified file 'Percona-Server/man/mysqlbinlog.1' | |||
2372 | --- Percona-Server/man/mysqlbinlog.1 2013-06-03 03:53:55 +0000 | |||
2373 | +++ Percona-Server/man/mysqlbinlog.1 2013-10-22 14:49:41 +0000 | |||
2374 | @@ -2,12 +2,12 @@ | |||
2375 | 2 | .\" Title: \fBmysqlbinlog\fR | 2 | .\" Title: \fBmysqlbinlog\fR |
2376 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
2377 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
2379 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
2380 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
2381 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
2382 | 8 | .\" Language: English | 8 | .\" Language: English |
2383 | 9 | .\" | 9 | .\" |
2385 | 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" |
2386 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
2387 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
2388 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
2389 | @@ -1076,6 +1076,10 @@ | |||
2390 | 1076 | \fB\-V\fR | 1076 | \fB\-V\fR |
2391 | 1077 | .sp | 1077 | .sp |
2392 | 1078 | Display version information and exit\&. | 1078 | Display version information and exit\&. |
2393 | 1079 | .sp | ||
2394 | 1080 | In MySQL 5\&.1, the version number shown for | ||
2395 | 1081 | \fBmysqlbinlog\fR | ||
2396 | 1082 | is always 3\&.3\&. | ||
2397 | 1079 | .RE | 1083 | .RE |
2398 | 1080 | .PP | 1084 | .PP |
2399 | 1081 | You can also set the following variable by using | 1085 | You can also set the following variable by using |
2400 | @@ -1737,21 +1741,21 @@ | |||
2401 | 1737 | shell> \fBmysqlbinlog \fR\fB\fIlog_file\fR\fR | 1741 | shell> \fBmysqlbinlog \fR\fB\fIlog_file\fR\fR |
2402 | 1738 | \&.\&.\&. | 1742 | \&.\&.\&. |
2403 | 1739 | # at 218 | 1743 | # at 218 |
2405 | 1740 | #080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F | 1744 | #080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F |
2406 | 1741 | BINLOG \*(Aq | 1745 | BINLOG \*(Aq |
2407 | 1742 | fAS3SBMBAAAALAAAANoAAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= | 1746 | fAS3SBMBAAAALAAAANoAAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= |
2408 | 1743 | fAS3SBcBAAAAKAAAAAIBAAAQABEAAAAAAAEAA//8AQAAAAVhcHBsZQ== | 1747 | fAS3SBcBAAAAKAAAAAIBAAAQABEAAAAAAAEAA//8AQAAAAVhcHBsZQ== |
2409 | 1744 | \*(Aq/*!*/; | 1748 | \*(Aq/*!*/; |
2410 | 1745 | \&.\&.\&. | 1749 | \&.\&.\&. |
2411 | 1746 | # at 302 | 1750 | # at 302 |
2413 | 1747 | #080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F | 1751 | #080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F |
2414 | 1748 | BINLOG \*(Aq | 1752 | BINLOG \*(Aq |
2415 | 1749 | fAS3SBMBAAAALAAAAC4BAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= | 1753 | fAS3SBMBAAAALAAAAC4BAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= |
2416 | 1750 | fAS3SBgBAAAANgAAAGQBAAAQABEAAAAAAAEAA////AEAAAAFYXBwbGX4AQAAAARwZWFyIbIP | 1754 | fAS3SBgBAAAANgAAAGQBAAAQABEAAAAAAAEAA////AEAAAAFYXBwbGX4AQAAAARwZWFyIbIP |
2417 | 1751 | \*(Aq/*!*/; | 1755 | \*(Aq/*!*/; |
2418 | 1752 | \&.\&.\&. | 1756 | \&.\&.\&. |
2419 | 1753 | # at 400 | 1757 | # at 400 |
2421 | 1754 | #080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F | 1758 | #080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F |
2422 | 1755 | BINLOG \*(Aq | 1759 | BINLOG \*(Aq |
2423 | 1756 | fAS3SBMBAAAALAAAAJABAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= | 1760 | fAS3SBMBAAAALAAAAJABAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= |
2424 | 1757 | fAS3SBkBAAAAKgAAALoBAAAQABEAAAAAAAEAA//4AQAAAARwZWFyIbIP | 1761 | fAS3SBkBAAAAKgAAALoBAAAQABEAAAAAAAEAA//4AQAAAARwZWFyIbIP |
2425 | @@ -1779,7 +1783,7 @@ | |||
2426 | 1779 | shell> \fBmysqlbinlog \-v \fR\fB\fIlog_file\fR\fR | 1783 | shell> \fBmysqlbinlog \-v \fR\fB\fIlog_file\fR\fR |
2427 | 1780 | \&.\&.\&. | 1784 | \&.\&.\&. |
2428 | 1781 | # at 218 | 1785 | # at 218 |
2430 | 1782 | #080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F | 1786 | #080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F |
2431 | 1783 | BINLOG \*(Aq | 1787 | BINLOG \*(Aq |
2432 | 1784 | fAS3SBMBAAAALAAAANoAAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= | 1788 | fAS3SBMBAAAALAAAANoAAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= |
2433 | 1785 | fAS3SBcBAAAAKAAAAAIBAAAQABEAAAAAAAEAA//8AQAAAAVhcHBsZQ== | 1789 | fAS3SBcBAAAAKAAAAAIBAAAQABEAAAAAAAEAA//8AQAAAAVhcHBsZQ== |
2434 | @@ -1791,7 +1795,7 @@ | |||
2435 | 1791 | ### @3=NULL | 1795 | ### @3=NULL |
2436 | 1792 | \&.\&.\&. | 1796 | \&.\&.\&. |
2437 | 1793 | # at 302 | 1797 | # at 302 |
2439 | 1794 | #080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F | 1798 | #080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F |
2440 | 1795 | BINLOG \*(Aq | 1799 | BINLOG \*(Aq |
2441 | 1796 | fAS3SBMBAAAALAAAAC4BAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= | 1800 | fAS3SBMBAAAALAAAAC4BAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= |
2442 | 1797 | fAS3SBgBAAAANgAAAGQBAAAQABEAAAAAAAEAA////AEAAAAFYXBwbGX4AQAAAARwZWFyIbIP | 1801 | fAS3SBgBAAAANgAAAGQBAAAQABEAAAAAAAEAA////AEAAAAFYXBwbGX4AQAAAARwZWFyIbIP |
2443 | @@ -1807,7 +1811,7 @@ | |||
2444 | 1807 | ### @3=\*(Aq2009:01:01\*(Aq | 1811 | ### @3=\*(Aq2009:01:01\*(Aq |
2445 | 1808 | \&.\&.\&. | 1812 | \&.\&.\&. |
2446 | 1809 | # at 400 | 1813 | # at 400 |
2448 | 1810 | #080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F | 1814 | #080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F |
2449 | 1811 | BINLOG \*(Aq | 1815 | BINLOG \*(Aq |
2450 | 1812 | fAS3SBMBAAAALAAAAJABAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= | 1816 | fAS3SBMBAAAALAAAAJABAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= |
2451 | 1813 | fAS3SBkBAAAAKgAAALoBAAAQABEAAAAAAAEAA//4AQAAAARwZWFyIbIP | 1817 | fAS3SBkBAAAAKgAAALoBAAAQABEAAAAAAAEAA//4AQAAAARwZWFyIbIP |
2452 | @@ -1835,7 +1839,7 @@ | |||
2453 | 1835 | shell> \fBmysqlbinlog \-vv \fR\fB\fIlog_file\fR\fR | 1839 | shell> \fBmysqlbinlog \-vv \fR\fB\fIlog_file\fR\fR |
2454 | 1836 | \&.\&.\&. | 1840 | \&.\&.\&. |
2455 | 1837 | # at 218 | 1841 | # at 218 |
2457 | 1838 | #080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F | 1842 | #080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F |
2458 | 1839 | BINLOG \*(Aq | 1843 | BINLOG \*(Aq |
2459 | 1840 | fAS3SBMBAAAALAAAANoAAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= | 1844 | fAS3SBMBAAAALAAAANoAAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= |
2460 | 1841 | fAS3SBcBAAAAKAAAAAIBAAAQABEAAAAAAAEAA//8AQAAAAVhcHBsZQ== | 1845 | fAS3SBcBAAAAKAAAAAIBAAAQABEAAAAAAAEAA//8AQAAAAVhcHBsZQ== |
2461 | @@ -1847,7 +1851,7 @@ | |||
2462 | 1847 | ### @3=NULL /* VARSTRING(20) meta=0 nullable=1 is_null=1 */ | 1851 | ### @3=NULL /* VARSTRING(20) meta=0 nullable=1 is_null=1 */ |
2463 | 1848 | \&.\&.\&. | 1852 | \&.\&.\&. |
2464 | 1849 | # at 302 | 1853 | # at 302 |
2466 | 1850 | #080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F | 1854 | #080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F |
2467 | 1851 | BINLOG \*(Aq | 1855 | BINLOG \*(Aq |
2468 | 1852 | fAS3SBMBAAAALAAAAC4BAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= | 1856 | fAS3SBMBAAAALAAAAC4BAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= |
2469 | 1853 | fAS3SBgBAAAANgAAAGQBAAAQABEAAAAAAAEAA////AEAAAAFYXBwbGX4AQAAAARwZWFyIbIP | 1857 | fAS3SBgBAAAANgAAAGQBAAAQABEAAAAAAAEAA////AEAAAAFYXBwbGX4AQAAAARwZWFyIbIP |
2470 | @@ -1863,7 +1867,7 @@ | |||
2471 | 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 */ |
2472 | 1864 | \&.\&.\&. | 1868 | \&.\&.\&. |
2473 | 1865 | # at 400 | 1869 | # at 400 |
2475 | 1866 | #080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F | 1870 | #080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F |
2476 | 1867 | BINLOG \*(Aq | 1871 | BINLOG \*(Aq |
2477 | 1868 | fAS3SBMBAAAALAAAAJABAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= | 1872 | fAS3SBMBAAAALAAAAJABAAAAABEAAAAAAAAABHRlc3QAAXQAAwMPCgIUAAQ= |
2478 | 1869 | fAS3SBkBAAAAKgAAALoBAAAQABEAAAAAAAEAA//4AQAAAARwZWFyIbIP | 1873 | fAS3SBkBAAAAKgAAALoBAAAQABEAAAAAAAEAA//4AQAAAARwZWFyIbIP |
2479 | @@ -1899,7 +1903,7 @@ | |||
2480 | 1899 | shell> \fBmysqlbinlog \-v \-\-base64\-output=DECODE\-ROWS \fR\fB\fIlog_file\fR\fR | 1903 | shell> \fBmysqlbinlog \-v \-\-base64\-output=DECODE\-ROWS \fR\fB\fIlog_file\fR\fR |
2481 | 1900 | \&.\&.\&. | 1904 | \&.\&.\&. |
2482 | 1901 | # at 218 | 1905 | # at 218 |
2484 | 1902 | #080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F | 1906 | #080828 15:03:08 server id 1 end_log_pos 258 Write_rows: table id 17 flags: STMT_END_F |
2485 | 1903 | ### INSERT INTO test\&.t | 1907 | ### INSERT INTO test\&.t |
2486 | 1904 | ### SET | 1908 | ### SET |
2487 | 1905 | ### @1=1 | 1909 | ### @1=1 |
2488 | @@ -1907,7 +1911,7 @@ | |||
2489 | 1907 | ### @3=NULL | 1911 | ### @3=NULL |
2490 | 1908 | \&.\&.\&. | 1912 | \&.\&.\&. |
2491 | 1909 | # at 302 | 1913 | # at 302 |
2493 | 1910 | #080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F | 1914 | #080828 15:03:08 server id 1 end_log_pos 356 Update_rows: table id 17 flags: STMT_END_F |
2494 | 1911 | ### UPDATE test\&.t | 1915 | ### UPDATE test\&.t |
2495 | 1912 | ### WHERE | 1916 | ### WHERE |
2496 | 1913 | ### @1=1 | 1917 | ### @1=1 |
2497 | @@ -1919,7 +1923,7 @@ | |||
2498 | 1919 | ### @3=\*(Aq2009:01:01\*(Aq | 1923 | ### @3=\*(Aq2009:01:01\*(Aq |
2499 | 1920 | \&.\&.\&. | 1924 | \&.\&.\&. |
2500 | 1921 | # at 400 | 1925 | # at 400 |
2502 | 1922 | #080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F | 1926 | #080828 15:03:08 server id 1 end_log_pos 442 Delete_rows: table id 17 flags: STMT_END_F |
2503 | 1923 | ### DELETE FROM test\&.t | 1927 | ### DELETE FROM test\&.t |
2504 | 1924 | ### WHERE | 1928 | ### WHERE |
2505 | 1925 | ### @1=1 | 1929 | ### @1=1 |
2506 | @@ -2063,40 +2067,11 @@ | |||
2507 | 2063 | .PP | 2067 | .PP |
2508 | 2064 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 2068 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
2509 | 2065 | .PP | 2069 | .PP |
2544 | 2066 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 2070 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
2545 | 2067 | .PP | 2071 | .PP |
2546 | 2068 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 2072 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
2547 | 2069 | .PP | 2073 | .PP |
2548 | 2070 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 2074 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
2515 | 2071 | .PP | ||
2516 | 2072 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
2517 | 2073 | .PP | ||
2518 | 2074 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
2519 | 2075 | .PP | ||
2520 | 2076 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
2521 | 2077 | .PP | ||
2522 | 2078 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
2523 | 2079 | .PP | ||
2524 | 2080 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
2525 | 2081 | .PP | ||
2526 | 2082 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
2527 | 2083 | .PP | ||
2528 | 2084 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
2529 | 2085 | .PP | ||
2530 | 2086 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
2531 | 2087 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
2532 | 2088 | .PP | ||
2533 | 2089 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
2534 | 2090 | Preface and Legal Notices. | ||
2535 | 2091 | .PP | ||
2536 | 2092 | For help with using MySQL, please visit either the | ||
2537 | 2093 | \m[blue]\fBMySQL Forums\fR\m[] | ||
2538 | 2094 | or | ||
2539 | 2095 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
2540 | 2096 | where you can discuss your issues with other MySQL users. | ||
2541 | 2097 | .PP | ||
2542 | 2098 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
2543 | 2099 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
2549 | 2100 | .sp | 2075 | .sp |
2550 | 2101 | .SH "NOTES" | 2076 | .SH "NOTES" |
2551 | 2102 | .IP " 1." 4 | 2077 | .IP " 1." 4 |
2552 | 2103 | 2078 | ||
2553 | === modified file 'Percona-Server/man/mysqlbug.1' | |||
2554 | --- Percona-Server/man/mysqlbug.1 2013-06-03 03:53:55 +0000 | |||
2555 | +++ Percona-Server/man/mysqlbug.1 2013-10-22 14:49:41 +0000 | |||
2556 | @@ -2,12 +2,12 @@ | |||
2557 | 2 | .\" Title: \fBmysqlbug\fR | 2 | .\" Title: \fBmysqlbug\fR |
2558 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
2559 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
2561 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
2562 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
2563 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
2564 | 8 | .\" Language: English | 8 | .\" Language: English |
2565 | 9 | .\" | 9 | .\" |
2567 | 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" |
2568 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
2569 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
2570 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
2571 | @@ -73,40 +73,11 @@ | |||
2572 | 73 | .PP | 73 | .PP |
2573 | 74 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 74 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
2574 | 75 | .PP | 75 | .PP |
2609 | 76 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 76 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
2610 | 77 | .PP | 77 | .PP |
2611 | 78 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 78 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
2612 | 79 | .PP | 79 | .PP |
2613 | 80 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 80 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
2580 | 81 | .PP | ||
2581 | 82 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
2582 | 83 | .PP | ||
2583 | 84 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
2584 | 85 | .PP | ||
2585 | 86 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
2586 | 87 | .PP | ||
2587 | 88 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
2588 | 89 | .PP | ||
2589 | 90 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
2590 | 91 | .PP | ||
2591 | 92 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
2592 | 93 | .PP | ||
2593 | 94 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
2594 | 95 | .PP | ||
2595 | 96 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
2596 | 97 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
2597 | 98 | .PP | ||
2598 | 99 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
2599 | 100 | Preface and Legal Notices. | ||
2600 | 101 | .PP | ||
2601 | 102 | For help with using MySQL, please visit either the | ||
2602 | 103 | \m[blue]\fBMySQL Forums\fR\m[] | ||
2603 | 104 | or | ||
2604 | 105 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
2605 | 106 | where you can discuss your issues with other MySQL users. | ||
2606 | 107 | .PP | ||
2607 | 108 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
2608 | 109 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
2614 | 110 | .sp | 81 | .sp |
2615 | 111 | .SH "SEE ALSO" | 82 | .SH "SEE ALSO" |
2616 | 112 | For more information, please refer to the MySQL Reference Manual, | 83 | For more information, please refer to the MySQL Reference Manual, |
2617 | 113 | 84 | ||
2618 | === modified file 'Percona-Server/man/mysqlcheck.1' | |||
2619 | --- Percona-Server/man/mysqlcheck.1 2013-06-03 03:53:55 +0000 | |||
2620 | +++ Percona-Server/man/mysqlcheck.1 2013-10-22 14:49:41 +0000 | |||
2621 | @@ -2,12 +2,12 @@ | |||
2622 | 2 | .\" Title: \fBmysqlcheck\fR | 2 | .\" Title: \fBmysqlcheck\fR |
2623 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
2624 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
2626 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
2627 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
2628 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
2629 | 8 | .\" Language: English | 8 | .\" Language: English |
2630 | 9 | .\" | 9 | .\" |
2632 | 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" |
2633 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
2634 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
2635 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
2636 | @@ -899,40 +899,11 @@ | |||
2637 | 899 | .PP | 899 | .PP |
2638 | 900 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 900 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
2639 | 901 | .PP | 901 | .PP |
2674 | 902 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 902 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
2675 | 903 | .PP | 903 | .PP |
2676 | 904 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 904 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
2677 | 905 | .PP | 905 | .PP |
2678 | 906 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 906 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
2645 | 907 | .PP | ||
2646 | 908 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
2647 | 909 | .PP | ||
2648 | 910 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
2649 | 911 | .PP | ||
2650 | 912 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
2651 | 913 | .PP | ||
2652 | 914 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
2653 | 915 | .PP | ||
2654 | 916 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
2655 | 917 | .PP | ||
2656 | 918 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
2657 | 919 | .PP | ||
2658 | 920 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
2659 | 921 | .PP | ||
2660 | 922 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
2661 | 923 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
2662 | 924 | .PP | ||
2663 | 925 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
2664 | 926 | Preface and Legal Notices. | ||
2665 | 927 | .PP | ||
2666 | 928 | For help with using MySQL, please visit either the | ||
2667 | 929 | \m[blue]\fBMySQL Forums\fR\m[] | ||
2668 | 930 | or | ||
2669 | 931 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
2670 | 932 | where you can discuss your issues with other MySQL users. | ||
2671 | 933 | .PP | ||
2672 | 934 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
2673 | 935 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
2679 | 936 | .sp | 907 | .sp |
2680 | 937 | .SH "SEE ALSO" | 908 | .SH "SEE ALSO" |
2681 | 938 | For more information, please refer to the MySQL Reference Manual, | 909 | For more information, please refer to the MySQL Reference Manual, |
2682 | 939 | 910 | ||
2683 | === modified file 'Percona-Server/man/mysqld.8' | |||
2684 | --- Percona-Server/man/mysqld.8 2013-06-03 03:53:55 +0000 | |||
2685 | +++ Percona-Server/man/mysqld.8 2013-10-22 14:49:41 +0000 | |||
2686 | @@ -2,12 +2,12 @@ | |||
2687 | 2 | .\" Title: \fBmysqld\fR | 2 | .\" Title: \fBmysqld\fR |
2688 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
2689 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
2691 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
2692 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
2693 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
2694 | 8 | .\" Language: English | 8 | .\" Language: English |
2695 | 9 | .\" | 9 | .\" |
2697 | 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" |
2698 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
2699 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
2700 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
2701 | @@ -64,40 +64,11 @@ | |||
2702 | 64 | .PP | 64 | .PP |
2703 | 65 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 65 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
2704 | 66 | .PP | 66 | .PP |
2739 | 67 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 67 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
2740 | 68 | .PP | 68 | .PP |
2741 | 69 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 69 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
2742 | 70 | .PP | 70 | .PP |
2743 | 71 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 71 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
2710 | 72 | .PP | ||
2711 | 73 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
2712 | 74 | .PP | ||
2713 | 75 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
2714 | 76 | .PP | ||
2715 | 77 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
2716 | 78 | .PP | ||
2717 | 79 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
2718 | 80 | .PP | ||
2719 | 81 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
2720 | 82 | .PP | ||
2721 | 83 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
2722 | 84 | .PP | ||
2723 | 85 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
2724 | 86 | .PP | ||
2725 | 87 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
2726 | 88 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
2727 | 89 | .PP | ||
2728 | 90 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
2729 | 91 | Preface and Legal Notices. | ||
2730 | 92 | .PP | ||
2731 | 93 | For help with using MySQL, please visit either the | ||
2732 | 94 | \m[blue]\fBMySQL Forums\fR\m[] | ||
2733 | 95 | or | ||
2734 | 96 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
2735 | 97 | where you can discuss your issues with other MySQL users. | ||
2736 | 98 | .PP | ||
2737 | 99 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
2738 | 100 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
2744 | 101 | .sp | 72 | .sp |
2745 | 102 | .SH "SEE ALSO" | 73 | .SH "SEE ALSO" |
2746 | 103 | For more information, please refer to the MySQL Reference Manual, | 74 | For more information, please refer to the MySQL Reference Manual, |
2747 | 104 | 75 | ||
2748 | === modified file 'Percona-Server/man/mysqld_multi.1' | |||
2749 | --- Percona-Server/man/mysqld_multi.1 2013-06-03 03:53:55 +0000 | |||
2750 | +++ Percona-Server/man/mysqld_multi.1 2013-10-22 14:49:41 +0000 | |||
2751 | @@ -2,12 +2,12 @@ | |||
2752 | 2 | .\" Title: \fBmysqld_multi\fR | 2 | .\" Title: \fBmysqld_multi\fR |
2753 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
2754 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
2756 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
2757 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
2758 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
2759 | 8 | .\" Language: English | 8 | .\" Language: English |
2760 | 9 | .\" | 9 | .\" |
2762 | 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" |
2763 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
2764 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
2765 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
2766 | @@ -737,40 +737,11 @@ | |||
2767 | 737 | .PP | 737 | .PP |
2768 | 738 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 738 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
2769 | 739 | .PP | 739 | .PP |
2804 | 740 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 740 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
2805 | 741 | .PP | 741 | .PP |
2806 | 742 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 742 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
2807 | 743 | .PP | 743 | .PP |
2808 | 744 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 744 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
2775 | 745 | .PP | ||
2776 | 746 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
2777 | 747 | .PP | ||
2778 | 748 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
2779 | 749 | .PP | ||
2780 | 750 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
2781 | 751 | .PP | ||
2782 | 752 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
2783 | 753 | .PP | ||
2784 | 754 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
2785 | 755 | .PP | ||
2786 | 756 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
2787 | 757 | .PP | ||
2788 | 758 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
2789 | 759 | .PP | ||
2790 | 760 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
2791 | 761 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
2792 | 762 | .PP | ||
2793 | 763 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
2794 | 764 | Preface and Legal Notices. | ||
2795 | 765 | .PP | ||
2796 | 766 | For help with using MySQL, please visit either the | ||
2797 | 767 | \m[blue]\fBMySQL Forums\fR\m[] | ||
2798 | 768 | or | ||
2799 | 769 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
2800 | 770 | where you can discuss your issues with other MySQL users. | ||
2801 | 771 | .PP | ||
2802 | 772 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
2803 | 773 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
2809 | 774 | .sp | 745 | .sp |
2810 | 775 | .SH "SEE ALSO" | 746 | .SH "SEE ALSO" |
2811 | 776 | For more information, please refer to the MySQL Reference Manual, | 747 | For more information, please refer to the MySQL Reference Manual, |
2812 | 777 | 748 | ||
2813 | === modified file 'Percona-Server/man/mysqld_safe.1' | |||
2814 | --- Percona-Server/man/mysqld_safe.1 2013-06-03 03:53:55 +0000 | |||
2815 | +++ Percona-Server/man/mysqld_safe.1 2013-10-22 14:49:41 +0000 | |||
2816 | @@ -2,12 +2,12 @@ | |||
2817 | 2 | .\" Title: \fBmysqld_safe\fR | 2 | .\" Title: \fBmysqld_safe\fR |
2818 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
2819 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
2821 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
2822 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
2823 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
2824 | 8 | .\" Language: English | 8 | .\" Language: English |
2825 | 9 | .\" | 9 | .\" |
2827 | 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" |
2828 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
2829 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
2830 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
2831 | @@ -859,40 +859,11 @@ | |||
2832 | 859 | .PP | 859 | .PP |
2833 | 860 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 860 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
2834 | 861 | .PP | 861 | .PP |
2869 | 862 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 862 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
2870 | 863 | .PP | 863 | .PP |
2871 | 864 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 864 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
2872 | 865 | .PP | 865 | .PP |
2873 | 866 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 866 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
2840 | 867 | .PP | ||
2841 | 868 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
2842 | 869 | .PP | ||
2843 | 870 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
2844 | 871 | .PP | ||
2845 | 872 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
2846 | 873 | .PP | ||
2847 | 874 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
2848 | 875 | .PP | ||
2849 | 876 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
2850 | 877 | .PP | ||
2851 | 878 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
2852 | 879 | .PP | ||
2853 | 880 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
2854 | 881 | .PP | ||
2855 | 882 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
2856 | 883 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
2857 | 884 | .PP | ||
2858 | 885 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
2859 | 886 | Preface and Legal Notices. | ||
2860 | 887 | .PP | ||
2861 | 888 | For help with using MySQL, please visit either the | ||
2862 | 889 | \m[blue]\fBMySQL Forums\fR\m[] | ||
2863 | 890 | or | ||
2864 | 891 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
2865 | 892 | where you can discuss your issues with other MySQL users. | ||
2866 | 893 | .PP | ||
2867 | 894 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
2868 | 895 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
2874 | 896 | .sp | 867 | .sp |
2875 | 897 | .SH "SEE ALSO" | 868 | .SH "SEE ALSO" |
2876 | 898 | For more information, please refer to the MySQL Reference Manual, | 869 | For more information, please refer to the MySQL Reference Manual, |
2877 | 899 | 870 | ||
2878 | === modified file 'Percona-Server/man/mysqldump.1' | |||
2879 | --- Percona-Server/man/mysqldump.1 2013-06-03 03:53:55 +0000 | |||
2880 | +++ Percona-Server/man/mysqldump.1 2013-10-22 14:49:41 +0000 | |||
2881 | @@ -2,12 +2,12 @@ | |||
2882 | 2 | .\" Title: \fBmysqldump\fR | 2 | .\" Title: \fBmysqldump\fR |
2883 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
2884 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
2886 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
2887 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
2888 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
2889 | 8 | .\" Language: English | 8 | .\" Language: English |
2890 | 9 | .\" | 9 | .\" |
2892 | 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" |
2893 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
2894 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
2895 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
2896 | @@ -50,21 +50,34 @@ | |||
2897 | 50 | SELECT | 50 | SELECT |
2898 | 51 | privilege for dumped tables, | 51 | privilege for dumped tables, |
2899 | 52 | SHOW VIEW | 52 | SHOW VIEW |
2901 | 53 | for dumped views, and | 53 | for dumped views, |
2902 | 54 | TRIGGER | ||
2903 | 55 | for dumped triggers, and | ||
2904 | 54 | LOCK TABLES | 56 | LOCK TABLES |
2905 | 55 | if the | 57 | if the |
2906 | 56 | \fB\-\-single\-transaction\fR | 58 | \fB\-\-single\-transaction\fR |
2907 | 57 | option is not used\&. Certain options might require other privileges as noted in the option descriptions\&. | 59 | option is not used\&. Certain options might require other privileges as noted in the option descriptions\&. |
2908 | 58 | .PP | 60 | .PP |
2910 | 59 | If you are doing a backup on the server and your tables all are | 61 | To reload a dump file, you must have the same privileges needed to create each of the dumped objects by issuing |
2911 | 62 | CREATE | ||
2912 | 63 | statements manually\&. | ||
2913 | 64 | .PP | ||
2914 | 65 | \fBmysqldump\fR | ||
2915 | 66 | output can include | ||
2916 | 67 | ALTER DATABASE | ||
2917 | 68 | statements that change the database collation\&. These may be used when dumping stored programs to preserve their character encodings\&. To reload a dump file containing such statements, the | ||
2918 | 69 | ALTER | ||
2919 | 70 | privilege for the affected database is required\&. | ||
2920 | 71 | .PP | ||
2921 | 72 | If you are performing a backup on the server and your tables all are | ||
2922 | 60 | MyISAM | 73 | MyISAM |
2924 | 61 | tables, consider using the | 74 | tables, you can also use |
2925 | 62 | \fBmysqlhotcopy\fR | 75 | \fBmysqlhotcopy\fR |
2928 | 63 | instead because it can accomplish faster backups and faster restores\&. See | 76 | for this purpose\&. |
2929 | 64 | \fBmysqlhotcopy\fR(1)\&. | 77 | Syntax |
2930 | 65 | .PP | 78 | .PP |
2933 | 66 | There are three general ways to invoke | 79 | There are in general three ways to use |
2934 | 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: |
2935 | 68 | .sp | 81 | .sp |
2936 | 69 | .if n \{\ | 82 | .if n \{\ |
2937 | 70 | .RS 4 | 83 | .RS 4 |
2938 | @@ -78,13 +91,12 @@ | |||
2939 | 78 | .RE | 91 | .RE |
2940 | 79 | .\} | 92 | .\} |
2941 | 80 | .PP | 93 | .PP |
2945 | 81 | If you do not name any tables following | 94 | To dump entire databases, do not name any tables following |
2946 | 82 | \fIdb_name\fR | 95 | \fIdb_name\fR, or use the |
2944 | 83 | or if you use the | ||
2947 | 84 | \fB\-\-databases\fR | 96 | \fB\-\-databases\fR |
2948 | 85 | or | 97 | or |
2949 | 86 | \fB\-\-all\-databases\fR | 98 | \fB\-\-all\-databases\fR |
2951 | 87 | option, entire databases are dumped\&. | 99 | option\&. |
2952 | 88 | .PP | 100 | .PP |
2953 | 89 | \fBmysqldump\fR | 101 | \fBmysqldump\fR |
2954 | 90 | does not dump the | 102 | does not dump the |
2955 | @@ -942,9 +954,9 @@ | |||
2956 | 942 | .\" flush-privileges option: mysqldump | 954 | .\" flush-privileges option: mysqldump |
2957 | 943 | \fB\-\-flush\-privileges\fR | 955 | \fB\-\-flush\-privileges\fR |
2958 | 944 | .sp | 956 | .sp |
2960 | 945 | Send a | 957 | Add a |
2961 | 946 | FLUSH PRIVILEGES | 958 | FLUSH PRIVILEGES |
2963 | 947 | statement to the server after dumping the | 959 | statement to the dump output after dumping the |
2964 | 948 | mysql | 960 | mysql |
2965 | 949 | database\&. This option should be used any time the dump contains the | 961 | database\&. This option should be used any time the dump contains the |
2966 | 950 | mysql | 962 | mysql |
2967 | @@ -1738,11 +1750,13 @@ | |||
2968 | 1738 | .\" single-transaction option: mysqldump | 1750 | .\" single-transaction option: mysqldump |
2969 | 1739 | \fB\-\-single\-transaction\fR | 1751 | \fB\-\-single\-transaction\fR |
2970 | 1740 | .sp | 1752 | .sp |
2972 | 1741 | This option sends a | 1753 | This option sets the transaction isolation mode to |
2973 | 1754 | REPEATABLE READ | ||
2974 | 1755 | and sends a | ||
2975 | 1742 | START TRANSACTION | 1756 | START TRANSACTION |
2976 | 1743 | SQL statement to the server before dumping data\&. It is useful only with transactional tables such as | 1757 | SQL statement to the server before dumping data\&. It is useful only with transactional tables such as |
2977 | 1744 | InnoDB, because then it dumps the consistent state of the database at the time when | 1758 | InnoDB, because then it dumps the consistent state of the database at the time when |
2979 | 1745 | BEGIN | 1759 | START TRANSACTION |
2980 | 1746 | was issued without blocking any applications\&. | 1760 | was issued without blocking any applications\&. |
2981 | 1747 | .sp | 1761 | .sp |
2982 | 1748 | When using this option, you should keep in mind that only | 1762 | When using this option, you should keep in mind that only |
2983 | @@ -2186,7 +2200,7 @@ | |||
2984 | 2186 | .\} | 2200 | .\} |
2985 | 2187 | max_allowed_packet | 2201 | max_allowed_packet |
2986 | 2188 | .sp | 2202 | .sp |
2988 | 2189 | The maximum size of the buffer for client/server communication\&. The maximum is 1GB\&. | 2203 | The maximum size of the buffer for client/server communication\&. The default is 24MB, the maximum is 1GB\&. |
2989 | 2190 | .RE | 2204 | .RE |
2990 | 2191 | .sp | 2205 | .sp |
2991 | 2192 | .RS 4 | 2206 | .RS 4 |
2992 | @@ -2362,40 +2376,11 @@ | |||
2993 | 2362 | .PP | 2376 | .PP |
2994 | 2363 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 2377 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
2995 | 2364 | .PP | 2378 | .PP |
3030 | 2365 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 2379 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
3031 | 2366 | .PP | 2380 | .PP |
3032 | 2367 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 2381 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
3033 | 2368 | .PP | 2382 | .PP |
3034 | 2369 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 2383 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
3001 | 2370 | .PP | ||
3002 | 2371 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
3003 | 2372 | .PP | ||
3004 | 2373 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
3005 | 2374 | .PP | ||
3006 | 2375 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
3007 | 2376 | .PP | ||
3008 | 2377 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
3009 | 2378 | .PP | ||
3010 | 2379 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
3011 | 2380 | .PP | ||
3012 | 2381 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
3013 | 2382 | .PP | ||
3014 | 2383 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
3015 | 2384 | .PP | ||
3016 | 2385 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
3017 | 2386 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
3018 | 2387 | .PP | ||
3019 | 2388 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
3020 | 2389 | Preface and Legal Notices. | ||
3021 | 2390 | .PP | ||
3022 | 2391 | For help with using MySQL, please visit either the | ||
3023 | 2392 | \m[blue]\fBMySQL Forums\fR\m[] | ||
3024 | 2393 | or | ||
3025 | 2394 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
3026 | 2395 | where you can discuss your issues with other MySQL users. | ||
3027 | 2396 | .PP | ||
3028 | 2397 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
3029 | 2398 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
3035 | 2399 | .sp | 2384 | .sp |
3036 | 2400 | .SH "SEE ALSO" | 2385 | .SH "SEE ALSO" |
3037 | 2401 | For more information, please refer to the MySQL Reference Manual, | 2386 | For more information, please refer to the MySQL Reference Manual, |
3038 | 2402 | 2387 | ||
3039 | === modified file 'Percona-Server/man/mysqldumpslow.1' | |||
3040 | --- Percona-Server/man/mysqldumpslow.1 2013-06-03 03:53:55 +0000 | |||
3041 | +++ Percona-Server/man/mysqldumpslow.1 2013-10-22 14:49:41 +0000 | |||
3042 | @@ -2,12 +2,12 @@ | |||
3043 | 2 | .\" Title: \fBmysqldumpslow\fR | 2 | .\" Title: \fBmysqldumpslow\fR |
3044 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
3045 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
3047 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
3048 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
3049 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
3050 | 8 | .\" Language: English | 8 | .\" Language: English |
3051 | 9 | .\" | 9 | .\" |
3053 | 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" |
3054 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
3055 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
3056 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
3057 | @@ -325,40 +325,11 @@ | |||
3058 | 325 | .PP | 325 | .PP |
3059 | 326 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 326 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
3060 | 327 | .PP | 327 | .PP |
3095 | 328 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 328 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
3096 | 329 | .PP | 329 | .PP |
3097 | 330 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 330 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
3098 | 331 | .PP | 331 | .PP |
3099 | 332 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 332 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
3066 | 333 | .PP | ||
3067 | 334 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
3068 | 335 | .PP | ||
3069 | 336 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
3070 | 337 | .PP | ||
3071 | 338 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
3072 | 339 | .PP | ||
3073 | 340 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
3074 | 341 | .PP | ||
3075 | 342 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
3076 | 343 | .PP | ||
3077 | 344 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
3078 | 345 | .PP | ||
3079 | 346 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
3080 | 347 | .PP | ||
3081 | 348 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
3082 | 349 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
3083 | 350 | .PP | ||
3084 | 351 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
3085 | 352 | Preface and Legal Notices. | ||
3086 | 353 | .PP | ||
3087 | 354 | For help with using MySQL, please visit either the | ||
3088 | 355 | \m[blue]\fBMySQL Forums\fR\m[] | ||
3089 | 356 | or | ||
3090 | 357 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
3091 | 358 | where you can discuss your issues with other MySQL users. | ||
3092 | 359 | .PP | ||
3093 | 360 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
3094 | 361 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
3100 | 362 | .sp | 333 | .sp |
3101 | 363 | .SH "SEE ALSO" | 334 | .SH "SEE ALSO" |
3102 | 364 | For more information, please refer to the MySQL Reference Manual, | 335 | For more information, please refer to the MySQL Reference Manual, |
3103 | 365 | 336 | ||
3104 | === modified file 'Percona-Server/man/mysqlhotcopy.1' | |||
3105 | --- Percona-Server/man/mysqlhotcopy.1 2013-06-03 03:53:55 +0000 | |||
3106 | +++ Percona-Server/man/mysqlhotcopy.1 2013-10-22 14:49:41 +0000 | |||
3107 | @@ -2,12 +2,12 @@ | |||
3108 | 2 | .\" Title: \fBmysqlhotcopy\fR | 2 | .\" Title: \fBmysqlhotcopy\fR |
3109 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
3110 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
3112 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
3113 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
3114 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
3115 | 8 | .\" Language: English | 8 | .\" Language: English |
3116 | 9 | .\" | 9 | .\" |
3118 | 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" |
3119 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
3120 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
3121 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
3122 | @@ -525,40 +525,11 @@ | |||
3123 | 525 | .PP | 525 | .PP |
3124 | 526 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 526 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
3125 | 527 | .PP | 527 | .PP |
3160 | 528 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 528 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
3161 | 529 | .PP | 529 | .PP |
3162 | 530 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 530 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
3163 | 531 | .PP | 531 | .PP |
3164 | 532 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 532 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
3131 | 533 | .PP | ||
3132 | 534 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
3133 | 535 | .PP | ||
3134 | 536 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
3135 | 537 | .PP | ||
3136 | 538 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
3137 | 539 | .PP | ||
3138 | 540 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
3139 | 541 | .PP | ||
3140 | 542 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
3141 | 543 | .PP | ||
3142 | 544 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
3143 | 545 | .PP | ||
3144 | 546 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
3145 | 547 | .PP | ||
3146 | 548 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
3147 | 549 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
3148 | 550 | .PP | ||
3149 | 551 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
3150 | 552 | Preface and Legal Notices. | ||
3151 | 553 | .PP | ||
3152 | 554 | For help with using MySQL, please visit either the | ||
3153 | 555 | \m[blue]\fBMySQL Forums\fR\m[] | ||
3154 | 556 | or | ||
3155 | 557 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
3156 | 558 | where you can discuss your issues with other MySQL users. | ||
3157 | 559 | .PP | ||
3158 | 560 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
3159 | 561 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
3165 | 562 | .sp | 533 | .sp |
3166 | 563 | .SH "SEE ALSO" | 534 | .SH "SEE ALSO" |
3167 | 564 | For more information, please refer to the MySQL Reference Manual, | 535 | For more information, please refer to the MySQL Reference Manual, |
3168 | 565 | 536 | ||
3169 | === modified file 'Percona-Server/man/mysqlimport.1' | |||
3170 | --- Percona-Server/man/mysqlimport.1 2013-06-03 03:53:55 +0000 | |||
3171 | +++ Percona-Server/man/mysqlimport.1 2013-10-22 14:49:41 +0000 | |||
3172 | @@ -2,12 +2,12 @@ | |||
3173 | 2 | .\" Title: \fBmysqlimport\fR | 2 | .\" Title: \fBmysqlimport\fR |
3174 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
3175 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
3177 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
3178 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
3179 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
3180 | 8 | .\" Language: English | 8 | .\" Language: English |
3181 | 9 | .\" | 9 | .\" |
3183 | 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" |
3184 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
3185 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
3186 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
3187 | @@ -73,10 +73,6 @@ | |||
3188 | 73 | all would be imported into a table named | 73 | all would be imported into a table named |
3189 | 74 | patient\&. | 74 | patient\&. |
3190 | 75 | .PP | 75 | .PP |
3191 | 76 | For additional information about | ||
3192 | 77 | \fBmysqldump\fR, see | ||
3193 | 78 | Section\ \&7.4, \(lqUsing mysqldump for Backups\(rq\&. | ||
3194 | 79 | .PP | ||
3195 | 80 | \fBmysqlimport\fR | 76 | \fBmysqlimport\fR |
3196 | 81 | supports the following options, which can be specified on the command line or in the | 77 | supports the following options, which can be specified on the command line or in the |
3197 | 82 | [mysqlimport] | 78 | [mysqlimport] |
3198 | @@ -682,40 +678,11 @@ | |||
3199 | 682 | .PP | 678 | .PP |
3200 | 683 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 679 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
3201 | 684 | .PP | 680 | .PP |
3236 | 685 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 681 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
3237 | 686 | .PP | 682 | .PP |
3238 | 687 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 683 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
3239 | 688 | .PP | 684 | .PP |
3240 | 689 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 685 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
3207 | 690 | .PP | ||
3208 | 691 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
3209 | 692 | .PP | ||
3210 | 693 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
3211 | 694 | .PP | ||
3212 | 695 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
3213 | 696 | .PP | ||
3214 | 697 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
3215 | 698 | .PP | ||
3216 | 699 | This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your access to and use of this material is subject to the terms and conditions of your Oracle Software License and Service Agreement, which has been executed and with which you agree to comply. This document and information contained herein may not be disclosed, copied, reproduced, or distributed to anyone outside Oracle without prior written consent of Oracle or as specifically provided below. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. | ||
3217 | 700 | .PP | ||
3218 | 701 | This documentation is NOT distributed under a GPL license. Use of this documentation is subject to the following terms: | ||
3219 | 702 | .PP | ||
3220 | 703 | You may create a printed copy of this documentation solely for your own personal use. Conversion to other formats is allowed as long as the actual content is not altered or edited in any way. You shall not publish or distribute this documentation in any form or on any media, except if you distribute the documentation in a manner similar to how Oracle disseminates it (that is, electronically for download on a Web site with the software) or on a CD-ROM or similar medium, provided however that the documentation is disseminated together with the software on the same medium. Any other use, such as any dissemination of printed copies or use of this documentation, in whole or in part, in another publication, requires the prior written consent from an authorized representative of Oracle. Oracle and/or its affiliates reserve any and all rights to this documentation not expressly granted above. | ||
3221 | 704 | .PP | ||
3222 | 705 | For more information on the terms of this license, or for details on how the MySQL documentation is built and produced, please visit | ||
3223 | 706 | \m[blue]\fBMySQL Contact & Questions\fR\m[]. | ||
3224 | 707 | .PP | ||
3225 | 708 | For additional licensing information, including licenses for third-party libraries used by MySQL products, see | ||
3226 | 709 | Preface and Legal Notices. | ||
3227 | 710 | .PP | ||
3228 | 711 | For help with using MySQL, please visit either the | ||
3229 | 712 | \m[blue]\fBMySQL Forums\fR\m[] | ||
3230 | 713 | or | ||
3231 | 714 | \m[blue]\fBMySQL Mailing Lists\fR\m[] | ||
3232 | 715 | where you can discuss your issues with other MySQL users. | ||
3233 | 716 | .PP | ||
3234 | 717 | For additional documentation on MySQL products, including translations of the documentation into other languages, and downloadable versions in variety of formats, including HTML and PDF formats, see the | ||
3235 | 718 | \m[blue]\fBMySQL Documentation Library\fR\m[]. | ||
3241 | 719 | .sp | 686 | .sp |
3242 | 720 | .SH "SEE ALSO" | 687 | .SH "SEE ALSO" |
3243 | 721 | For more information, please refer to the MySQL Reference Manual, | 688 | For more information, please refer to the MySQL Reference Manual, |
3244 | 722 | 689 | ||
3245 | === modified file 'Percona-Server/man/mysqlmanager.8' | |||
3246 | --- Percona-Server/man/mysqlmanager.8 2013-06-03 03:53:55 +0000 | |||
3247 | +++ Percona-Server/man/mysqlmanager.8 2013-10-22 14:49:41 +0000 | |||
3248 | @@ -2,12 +2,12 @@ | |||
3249 | 2 | .\" Title: \fBmysqlmanager\fR | 2 | .\" Title: \fBmysqlmanager\fR |
3250 | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 | .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
3251 | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> | 4 | .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/> |
3253 | 5 | .\" Date: 03/05/2013 | 5 | .\" Date: 09/09/2013 |
3254 | 6 | .\" Manual: MySQL Database System | 6 | .\" Manual: MySQL Database System |
3255 | 7 | .\" Source: MySQL 5.1 | 7 | .\" Source: MySQL 5.1 |
3256 | 8 | .\" Language: English | 8 | .\" Language: English |
3257 | 9 | .\" | 9 | .\" |
3259 | 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" |
3260 | 11 | .\" ----------------------------------------------------------------- | 11 | .\" ----------------------------------------------------------------- |
3261 | 12 | .\" * Define some portability stuff | 12 | .\" * Define some portability stuff |
3262 | 13 | .\" ----------------------------------------------------------------- | 13 | .\" ----------------------------------------------------------------- |
3263 | @@ -2074,40 +2074,11 @@ | |||
3264 | 2074 | .PP | 2074 | .PP |
3265 | 2075 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. | 2075 | Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved. |
3266 | 2076 | .PP | 2076 | .PP |
3301 | 2077 | This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. | 2077 | This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. |
3302 | 2078 | .PP | 2078 | .PP |
3303 | 2079 | The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. | 2079 | This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
3304 | 2080 | .PP | 2080 | .PP |
3305 | 2081 | If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: | 2081 | You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/. |
3272 | 2082 | .PP | ||
3273 | 2083 | U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. | ||
3274 | 2084 | .PP | ||
3275 | 2085 | This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. | ||
3276 | 2086 | .PP | ||
3277 | 2087 | Oracle is a registered trademark of Oracle Corporation and/or its affiliates. MySQL is a trademark of Oracle Corporation and/or its affiliates, and shall not be used without Oracle's express written authorization. Other names may be trademarks of their respective owners. | ||
3278 | 2088 | .PP | ||
3279 | 2089 | This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. | ||
3280 | 2090 | .PP |
- spurious change in buf_page_get_gen():
--- Percona- Server/ storage/ innodb_ plugin/ buf/buf0buf. c 2013-08-16 13:16:17 +0000 Server/ storage/ innodb_ plugin/ buf/buf0buf. c 2013-10-11 11:17:18 +0000 s_unlock( &page_hash_ latch);
+++ Percona-
@@ -1843,7 +1843,7 @@
rw_lock_
}
-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.