Author: paul
Date: 2006-02-06 20:19:28 +0100 (Mon, 06 Feb 2006)
New Revision: 1221
Log:
r2877@kite-hub: paul | 2006-02-06 13:18:37 -0600
mysqlhotcopy works with ARCHIVE tables.
Other misc. updates.
Modified:
trunk/
trunk/refman-4.1/client-utility-programs.xml
trunk/refman-4.1/functions.xml
trunk/refman-5.0/client-utility-programs.xml
trunk/refman-5.0/functions.xml
trunk/refman-5.1/client-utility-programs.xml
trunk/refman-5.1/functions.xml
trunk/refman-5.1/triggers.xml
trunk/refman-common/news-4.0.xml
trunk/refman-common/news-4.1.xml
trunk/refman-common/news-5.0.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:7169
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2862
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:7169
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:2877
Modified: trunk/refman-4.1/client-utility-programs.xml
===================================================================
--- trunk/refman-4.1/client-utility-programs.xml 2006-02-06 18:17:49 UTC (rev 1220)
+++ trunk/refman-4.1/client-utility-programs.xml 2006-02-06 19:19:28 UTC (rev 1221)
@@ -8047,8 +8047,10 @@
tables, but it can be run only on the same machine where the
database directories are located.
<command>mysqlhotcopy</command> works only for backing up
- <literal>MyISAM</literal> and <literal>ISAM</literal> tables.
- It runs on Unix, and as of MySQL 4.0.18 also on NetWare.
+ <literal>MyISAM</literal> and <literal>ISAM</literal> tables,
+ and <literal>ARCHIVE</literal> tables as of MySQL 4.1.
+ <command>mysqlhotcopy</command> runs on Unix, and as of MySQL
+ 4.0.18 also on NetWare.
</para>
<remark role="todo">
Modified: trunk/refman-4.1/functions.xml
===================================================================
--- trunk/refman-4.1/functions.xml 2006-02-06 18:17:49 UTC (rev 1220)
+++ trunk/refman-4.1/functions.xml 2006-02-06 19:19:28 UTC (rev 1221)
@@ -8979,7 +8979,7 @@
There are no dates between October 4 and October 15. This
discontinuity is called the <firstterm>cutover</firstterm>. Any
dates before the cutover are Julian, and any dates following the
- cutover are Gregorian. Dates during a cutover are nonexistent.
+ cutover are Gregorian. Dates during a cutover are non-existent.
</para>
<para>
Modified: trunk/refman-5.0/client-utility-programs.xml
===================================================================
--- trunk/refman-5.0/client-utility-programs.xml 2006-02-06 18:17:49 UTC (rev 1220)
+++ trunk/refman-5.0/client-utility-programs.xml 2006-02-06 19:19:28 UTC (rev 1221)
@@ -8204,7 +8204,8 @@
tables, but it can be run only on the same machine where the
database directories are located.
<command>mysqlhotcopy</command> works only for backing up
- <literal>MyISAM</literal> tables. It runs on Unix and NetWare.
+ <literal>MyISAM</literal> and <literal>ARCHIVE</literal>
+ tables. It runs on Unix and NetWare.
</para>
<remark role="todo">
Modified: trunk/refman-5.0/functions.xml
===================================================================
--- trunk/refman-5.0/functions.xml 2006-02-06 18:17:49 UTC (rev 1220)
+++ trunk/refman-5.0/functions.xml 2006-02-06 19:19:28 UTC (rev 1221)
@@ -9078,7 +9078,7 @@
There are no dates between October 4 and October 15. This
discontinuity is called the <firstterm>cutover</firstterm>. Any
dates before the cutover are Julian, and any dates following the
- cutover are Gregorian. Dates during a cutover are nonexistent.
+ cutover are Gregorian. Dates during a cutover are non-existent.
</para>
<para>
Modified: trunk/refman-5.1/client-utility-programs.xml
===================================================================
--- trunk/refman-5.1/client-utility-programs.xml 2006-02-06 18:17:49 UTC (rev 1220)
+++ trunk/refman-5.1/client-utility-programs.xml 2006-02-06 19:19:28 UTC (rev 1221)
@@ -8258,7 +8258,8 @@
tables, but it can be run only on the same machine where the
database directories are located.
<command>mysqlhotcopy</command> works only for backing up
- <literal>MyISAM</literal> tables. It runs on Unix and NetWare.
+ <literal>MyISAM</literal> and <literal>ARCHIVE</literal>
+ tables. It runs on Unix and NetWare.
</para>
<remark role="todo">
Modified: trunk/refman-5.1/functions.xml
===================================================================
--- trunk/refman-5.1/functions.xml 2006-02-06 18:17:49 UTC (rev 1220)
+++ trunk/refman-5.1/functions.xml 2006-02-06 19:19:28 UTC (rev 1221)
@@ -9022,7 +9022,7 @@
There are no dates between October 4 and October 15. This
discontinuity is called the <firstterm>cutover</firstterm>. Any
dates before the cutover are Julian, and any dates following the
- cutover are Gregorian. Dates during a cutover are nonexistent.
+ cutover are Gregorian. Dates during a cutover are non-existent.
</para>
<para>
Modified: trunk/refman-5.1/triggers.xml
===================================================================
--- trunk/refman-5.1/triggers.xml 2006-02-06 18:17:49 UTC (rev 1220)
+++ trunk/refman-5.1/triggers.xml 2006-02-06 19:19:28 UTC (rev 1221)
@@ -356,6 +356,14 @@
specify any syntactically legal account name. If the account
does not actually exist, a warning is generated.
</para>
+
+ <para>
+ Although it is possible to create triggers with a non-existent
+ <literal>DEFINER</literal> value, it is not a good idea for
+ such triggers to be activated until the definer actually does
+ exist. Otherwise, the behavior with respect to privilege
+ checking is undefined.
+ </para>
</listitem>
</itemizedlist>
Modified: trunk/refman-common/news-4.0.xml
===================================================================
--- trunk/refman-common/news-4.0.xml 2006-02-06 18:17:49 UTC (rev 1220)
+++ trunk/refman-common/news-4.0.xml 2006-02-06 19:19:28 UTC (rev 1221)
@@ -5650,9 +5650,10 @@
<listitem>
<para>
Fixed a bug when <literal>SELECT</literal>
- <emphasis role="bold">@nonexistent_variable</emphasis> caused
- the error in client - server protocol due to net_printf()
- being sent to the client twice.
+ <emphasis role="bold">@non_existent_variable</emphasis> caused
+ an error in the client/server protocol due to
+ <literal>net_printf()</literal> output being sent to the
+ client twice.
</para>
</listitem>
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2006-02-06 18:17:49 UTC (rev 1220)
+++ trunk/refman-common/news-4.1.xml 2006-02-06 19:19:28 UTC (rev 1221)
@@ -2810,7 +2810,7 @@
<listitem>
<para>
<command>mysqldump</command> could crash for illegal or
- nonexistent table names. (Bug #9358)
+ non-existent table names. (Bug #9358)
</para>
</listitem>
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-02-06 18:17:49 UTC (rev 1220)
+++ trunk/refman-common/news-5.0.xml 2006-02-06 19:19:28 UTC (rev 1221)
@@ -6266,7 +6266,7 @@
<listitem>
<para>
<command>mysqldump</command> could crash for illegal or
- nonexistent table names. (Bug #9358)
+ non-existent table names. (Bug #9358)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1221 - in trunk: . refman-4.1 refman-5.0 refman-5.1 refman-common | paul | 6 Feb |