From: paul
Date: December 8 2005 5:28am
Subject: svn commit - mysqldoc@docsrva: r522 - in trunk: . refman-common
List-Archive: http://lists.mysql.com/commits/36
Message-Id: <200512080528.jB85SM19024779@docsrva.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: paul
Date: 2005-12-08 06:28:20 +0100 (Thu, 08 Dec 2005)
New Revision: 522
Log:
r4610@frost: paul | 2005-12-07 23:28:06 -0600
Document bugfixes:
Bug#14299
Bug#14652
Bug#14304
Modified:
trunk/
trunk/refman-common/news-4.1.xml
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:4604
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1505
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4610
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1505
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2005-12-07 20:48:10 UTC (rev 521)
+++ trunk/refman-common/news-4.1.xml 2005-12-08 05:28:20 UTC (rev 522)
@@ -167,10 +167,18 @@
Bugs fixed:
-
- ADD AN ITEMIZED LIST WHEN WE HAVE SOME ITEMS THAT GO HERE
-
+
+
+
+ SELECT queries that began with an opening
+ parenthesis were not being placed in the query cache. (Bug
+ #14652)
+
+
+
+
+
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2005-12-07 20:48:10 UTC (rev 521)
+++ trunk/refman-common/news-5.0.xml 2005-12-08 05:28:20 UTC (rev 522)
@@ -250,6 +250,32 @@
+ Within a stored procedure, inserting with INSERT
+ … SELECT into a table with an
+ AUTO_INCREMENT column did not generate the
+ correct sequence number. (Bug #14304)
+
+
+
+
+
+ SELECT queries that began with an opening
+ parenthesis were not being placed in the query cache. (Bug
+ #14652)
+
+
+
+
+
+ Space truncation was being ignored when inserting into
+ BINARY or VARBINARY
+ columns. Now space truncation results in a warning, or an
+ error in strict mode. (Bug #14299)
+
+
+
+
+
The database-changing code for stored routine handling caused
an error-handling problem resulting in a server crash. (Bug
#15392)
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2005-12-07 20:48:10 UTC (rev 521)
+++ trunk/refman-common/news-5.1.xml 2005-12-08 05:28:20 UTC (rev 522)
@@ -84,6 +84,23 @@
+ SELECT queries that began with an opening
+ parenthesis were not being placed in the query cache. (Bug
+ #14652)
+
+
+
+
+
+ Space truncation was being ignored when inserting into
+ BINARY or VARBINARY
+ columns. Now space truncation results in a warning, or an
+ error in strict mode. (Bug #14299)
+
+
+
+
+
Selecting from a view processed with the temptable algorithm
caused a server crash if the query cache was enabled. (Bug
#15119)