From: paul Date: December 7 2005 8:48pm Subject: svn commit - mysqldoc@docsrva: r521 - in trunk: . refman-common List-Archive: http://lists.mysql.com/commits/30 Message-Id: <200512072048.jB7KmBQP023488@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: paul Date: 2005-12-07 21:48:10 +0100 (Wed, 07 Dec 2005) New Revision: 521 Log: r4604@frost: paul | 2005-12-07 14:47:14 -0600 Document bugfixes: Bug#8702 Bug#8768 Bug#8769 Bug#9078 Bug#9572 Bug#12903 Bug#13808 Bug#13705 Bug#13909 Bug#14161 Bug#14188 Bug#15119 Bug#15148 Bug#15392 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:4603 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1505 + b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:4604 bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:1505 Modified: trunk/refman-common/news-5.0.xml =================================================================== --- trunk/refman-common/news-5.0.xml 2005-12-07 20:47:57 UTC (rev 520) +++ trunk/refman-common/news-5.0.xml 2005-12-07 20:48:10 UTC (rev 521) @@ -183,10 +183,19 @@ Bugs fixed: - - ADD AN ITEMIZED LIST WHEN WE HAVE SOME ITEMS THAT GO HERE - + + + + The data types of stored routine parameters and variables were + not always being used to control data handling. (Bug #8702, + Bug #8768, Bug #8769, Bug #9078, Bug #9572, Bug #12903, Bug + #13705, Bug #13808, Bug #13909, Bug #14161, Bug #15148) + + + + +
@@ -241,10 +250,25 @@ + The database-changing code for stored routine handling caused + an error-handling problem resulting in a server crash. (Bug + #15392) + + + + + + Selecting from a view processed with the temptable algorithm + caused a server crash if the query cache was enabled. (Bug + #15119) + + + + + REPAIR TABLES, BACKUP TABLES, RESTORE TABLES within a - stored routine caused a server crash. These statements now are - prohibited within stored routines. (Bug #13012) + stored procedure caused a server crash. (Bug #13012) Modified: trunk/refman-common/news-5.1.xml =================================================================== --- trunk/refman-common/news-5.1.xml 2005-12-07 20:47:57 UTC (rev 520) +++ trunk/refman-common/news-5.1.xml 2005-12-07 20:48:10 UTC (rev 521) @@ -84,6 +84,14 @@ + Selecting from a view processed with the temptable algorithm + caused a server crash if the query cache was enabled. (Bug + #15119) + + + + + Creating a view that referenced a stored function that selected from a view caused a crash upon selection from the view. (Bug #15096)