Author: paul
Date: 2005-12-10 19:01:51 +0100 (Sat, 10 Dec 2005)
New Revision: 535
Log:
r4669@frost: paul | 2005-12-10 11:54:54 -0600
5.0/5.1: NO_AUTO_CREATE_USER: IDENTIFIED BY not good enough, the
password must be non-empty.
4.1: Remove references to NO_AUTO_CREATE_USER.
Modified:
trunk/
trunk/refman-4.1/database-administration.xml
trunk/refman-5.0/database-administration.xml
trunk/refman-5.0/sql-syntax.xml
trunk/refman-5.1/database-administration.xml
trunk/refman-5.1/sql-syntax.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4634
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1609
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4669
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1609
Modified: trunk/refman-4.1/database-administration.xml
===================================================================
--- trunk/refman-4.1/database-administration.xml 2005-12-09 21:35:53 UTC (rev 534)
+++ trunk/refman-4.1/database-administration.xml 2005-12-10 18:01:51 UTC (rev 535)
@@ -3961,8 +3961,7 @@
<literal>IGNORE_SPACE</literal>,
<literal>NO_KEY_OPTIONS</literal>,
<literal>NO_TABLE_OPTIONS</literal>,
- <literal>NO_FIELD_OPTIONS</literal>,
- <literal>NO_AUTO_CREATE_USER</literal>.
+ <literal>NO_FIELD_OPTIONS</literal>.
</para>
</listitem>
@@ -4030,8 +4029,7 @@
<literal>IGNORE_SPACE</literal>,
<literal>NO_KEY_OPTIONS</literal>,
<literal>NO_TABLE_OPTIONS</literal>,
- <literal>NO_FIELD_OPTIONS</literal>,
- <literal>NO_AUTO_CREATE_USER</literal>.
+ <literal>NO_FIELD_OPTIONS</literal>.
</para>
</listitem>
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2005-12-09 21:35:53 UTC (rev 534)
+++ trunk/refman-5.0/database-administration.xml 2005-12-10 18:01:51 UTC (rev 535)
@@ -4593,7 +4593,8 @@
<para>
Prevent <literal>GRANT</literal> from automatically
creating new users if it would otherwise do so, unless a
- password also is specified. (Added in MySQL 5.0.2)
+ non-empty password also is specified. (Added in MySQL
+ 5.0.2)
</para>
</listitem>
Modified: trunk/refman-5.0/sql-syntax.xml
===================================================================
--- trunk/refman-5.0/sql-syntax.xml 2005-12-09 21:35:53 UTC (rev 534)
+++ trunk/refman-5.0/sql-syntax.xml 2005-12-10 18:01:51 UTC (rev 535)
@@ -11989,7 +11989,7 @@
<literal>NO_AUTO_CREATE_USER</literal> SQL mode to keep
<literal>GRANT</literal> from creating a new user if it would
otherwise do so, unless <literal>IDENTIFIED BY</literal> is
- given to provide the new user a password.
+ given to provide the new user a non-empty password.
</para>
<para>
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2005-12-09 21:35:53 UTC (rev 534)
+++ trunk/refman-5.1/database-administration.xml 2005-12-10 18:01:51 UTC (rev 535)
@@ -4533,7 +4533,7 @@
<para>
Prevent <literal>GRANT</literal> from automatically
creating new users if it would otherwise do so, unless a
- password also is specified.
+ non-empty password also is specified.
</para>
</listitem>
Modified: trunk/refman-5.1/sql-syntax.xml
===================================================================
--- trunk/refman-5.1/sql-syntax.xml 2005-12-09 21:35:53 UTC (rev 534)
+++ trunk/refman-5.1/sql-syntax.xml 2005-12-10 18:01:51 UTC (rev 535)
@@ -12455,7 +12455,7 @@
<literal>NO_AUTO_CREATE_USER</literal> SQL mode to keep
<literal>GRANT</literal> from creating a new user if it would
otherwise do so, unless <literal>IDENTIFIED BY</literal> is
- given to provide the new user a password.
+ given to provide the new user a non-empty password.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r535 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 10 Dec |