From: Date: April 10 2006 5:29pm
Subject: svn commit - mysqldoc@docsrva: r1774 - in trunk: . refman-common
List-Archive: http://lists.mysql.com/commits/4725
Message-Id: <200604101529.k3AFTqGu022838@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: paul
Date: 2006-04-10 17:29:51 +0200 (Mon, 10 Apr 2006)
New Revision: 1774
Log:
r9331@frost: paul | 2006-04-10 10:28:31 -0500
Move bugfix from features list to bugfix list.
Modified:
trunk/
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9328
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4334
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9331
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4334
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-04-10 15:28:44 UTC (rev 1773)
+++ trunk/refman-common/news-5.0.xml 2006-04-10 15:29:51 UTC (rev 1774)
@@ -383,6 +383,14 @@
+
+
+
+ Bugs fixed:
+
+
+
+
Security Enhancement: Checks
@@ -393,14 +401,6 @@
-
-
-
- Bugs fixed:
-
-
-
-
InnoDB: The LATEST FOREIGN KEY
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-04-10 15:28:44 UTC (rev 1773)
+++ trunk/refman-common/news-5.1.xml 2006-04-10 15:29:51 UTC (rev 1774)
@@ -546,16 +546,6 @@
- Security Enhancement: Checks
- for permissions on database operations were performed in a
- case-insensitive manner, meaning that a user with permissions
- on database MYDATABASE also had permissions
- on database myDataBase. (Bug #17279)
-
-
-
-
-
The NDBCluster storage engine now supports
INSERT IGNORE and
REPLACE statements. Previously, these
@@ -813,6 +803,16 @@
+ Security Enhancement: Checks
+ for permissions on database operations were performed in a
+ case-insensitive manner, meaning that a user with permissions
+ on database MYDATABASE also had permissions
+ on database myDataBase. (Bug #17279)
+
+
+
+
+
The server would crash when SHOW STATUS was
called on a server linked with yaSSL. (Bug
#18310)