Author: paul
Date: 2006-04-05 21:37:06 +0200 (Wed, 05 Apr 2006)
New Revision: 1736
Log:
r4316@kite-hub: paul | 2006-04-05 14:36:57 -0500
mysqlhotcopy requires LOCK TABLES privilege. (Bug#18615)
Modified:
trunk/
trunk/refman-4.1/client-utility-programs.xml
trunk/refman-5.0/client-utility-programs.xml
trunk/refman-5.1/client-utility-programs.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9239
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4313
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9239
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4316
Modified: trunk/refman-4.1/client-utility-programs.xml
===================================================================
--- trunk/refman-4.1/client-utility-programs.xml 2006-04-05 19:27:16 UTC (rev 1735)
+++ trunk/refman-4.1/client-utility-programs.xml 2006-04-05 19:37:06 UTC (rev 1736)
@@ -11040,9 +11040,10 @@
<para>
To execute <command>mysqlhotcopy</command>, you must have
access to the files for the tables that you are backing up,
- the <literal>SELECT</literal> privilege for those tables, and
- the <literal>RELOAD</literal> privilege (to be able to execute
- <literal>FLUSH TABLES</literal>).
+ the <literal>SELECT</literal> privilege for those tables, the
+ <literal>RELOAD</literal> privilege (to be able to execute
+ <literal>FLUSH TABLES</literal>), and the <literal>LOCK
+ TABLES</literal> privilege (to be able to lock the tables).
</para>
<para>
Modified: trunk/refman-5.0/client-utility-programs.xml
===================================================================
--- trunk/refman-5.0/client-utility-programs.xml 2006-04-05 19:27:16 UTC (rev 1735)
+++ trunk/refman-5.0/client-utility-programs.xml 2006-04-05 19:37:06 UTC (rev 1736)
@@ -11247,9 +11247,10 @@
<para>
To execute <command>mysqlhotcopy</command>, you must have
access to the files for the tables that you are backing up,
- the <literal>SELECT</literal> privilege for those tables, and
- the <literal>RELOAD</literal> privilege (to be able to execute
- <literal>FLUSH TABLES</literal>).
+ the <literal>SELECT</literal> privilege for those tables, the
+ <literal>RELOAD</literal> privilege (to be able to execute
+ <literal>FLUSH TABLES</literal>), and the <literal>LOCK
+ TABLES</literal> privilege (to be able to lock the tables).
</para>
<para>
Modified: trunk/refman-5.1/client-utility-programs.xml
===================================================================
--- trunk/refman-5.1/client-utility-programs.xml 2006-04-05 19:27:16 UTC (rev 1735)
+++ trunk/refman-5.1/client-utility-programs.xml 2006-04-05 19:37:06 UTC (rev 1736)
@@ -11409,9 +11409,10 @@
<para>
To execute <command>mysqlhotcopy</command>, you must have
access to the files for the tables that you are backing up,
- the <literal>SELECT</literal> privilege for those tables, and
- the <literal>RELOAD</literal> privilege (to be able to execute
- <literal>FLUSH TABLES</literal>).
+ the <literal>SELECT</literal> privilege for those tables, the
+ <literal>RELOAD</literal> privilege (to be able to execute
+ <literal>FLUSH TABLES</literal>), and the <literal>LOCK
+ TABLES</literal> privilege (to be able to lock the tables).
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1736 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 5 Apr |