Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.3563 05/09/14 13:28:09 paul@stripped +1 -0
news-5.0.xml:
Document bugfix. (Bug#9846)
Document bugfix. (Bug#9683)
Document bugfix. (Bug#12712)
Document bugfix. (Bug#12979)
refman-common/news-5.0.xml
1.187 05/09/14 13:26:07 paul@stripped +10 -0
Document bugfix. (Bug#9846)
refman-common/news-5.0.xml
1.186 05/09/14 13:22:48 paul@stripped +8 -0
Document bugfix. (Bug#9683)
refman-common/news-5.0.xml
1.185 05/09/14 13:19:57 paul@stripped +11 -0
Document bugfix. (Bug#12712)
refman-common/news-5.0.xml
1.184 05/09/14 13:18:39 paul@stripped +8 -0
Document bugfix. (Bug#12979)
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: paul
# Host: kite-hub.kitebird.com
# Root: /src/extern/MySQL/bk/mysqldoc
--- 1.183/refman-common/news-5.0.xml 2005-09-14 12:09:19 -05:00
+++ 1.187/refman-common/news-5.0.xml 2005-09-14 13:26:07 -05:00
@@ -253,6 +253,43 @@
<listitem>
<para>
+ The server incorrectly generated an <literal>Unknown
+ table</literal> error message when for attempts to drop tables
+ in the <literal>INFORMATION_SCHEMA</literal> database. Now it
+ issues an <literal>Access denied</literal> message. (Bug
+ #9846)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The server allowed <literal>TEMPORARY</literal> tables and
+ stored procedures to be created in the
+ <literal>INFORMATION_SCHEMA</literal> database. (Bug #9683)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The server failed to disallow <literal>SET
+ AUTOCOMMIT</literal> in stored functions and triggers. It is
+ allowed to change the value of <literal>AUTOCOMMIT</literal>
+ in stored procedures, but a runtime error might occur if the
+ procedure is invoked from a stored function or trigger. (Bug
+ #12712)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Using an <literal>INOUT</literal> parameter with a
+ <literal>DECIMAL</literal> data type in a stored procedure
+ caused a server crash. (Bug #12979)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Performing an <literal>IS NULL</literal> check on the
<literal>MIN()</literal> or <literal>MAX()</literal> of
an
indexed columns produced incorrect results. (Bug #12695)
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.3563) | paul | 14 Sep |