From: paul Date: December 10 2005 6:01pm Subject: svn commit - mysqldoc@docsrva: r535 - in trunk: . refman-4.1 refman-5.0 refman-5.1 List-Archive: http://lists.mysql.com/commits/61 Message-Id: <200512101801.jBAI1sYu028015@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 @@ IGNORE_SPACE, NO_KEY_OPTIONS, NO_TABLE_OPTIONS, - NO_FIELD_OPTIONS, - NO_AUTO_CREATE_USER. + NO_FIELD_OPTIONS. @@ -4030,8 +4029,7 @@ IGNORE_SPACE, NO_KEY_OPTIONS, NO_TABLE_OPTIONS, - NO_FIELD_OPTIONS, - NO_AUTO_CREATE_USER. + NO_FIELD_OPTIONS. 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 @@ Prevent GRANT 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) 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 @@ NO_AUTO_CREATE_USER SQL mode to keep GRANT from creating a new user if it would otherwise do so, unless IDENTIFIED BY is - given to provide the new user a password. + given to provide the new user a non-empty password. 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 @@ Prevent GRANT from automatically creating new users if it would otherwise do so, unless a - password also is specified. + non-empty password also is specified. 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 @@ NO_AUTO_CREATE_USER SQL mode to keep GRANT from creating a new user if it would otherwise do so, unless IDENTIFIED BY is - given to provide the new user a password. + given to provide the new user a non-empty password.