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.3249 05/08/12 15:10:16 paul@stripped +2 -0
news-5.0.xml:
Document bugfix. (Bug #7819)
Document bugfix. (Bug #12470)
news-4.1.xml, news-5.0.xml:
Document bugfix. (Bug #5439)
refman-common/news-5.0.xml
1.41 05/08/12 15:09:40 paul@stripped +7 -0
Document bugfix. (Bug #7819)
refman-common/news-5.0.xml
1.40 05/08/12 15:04:19 paul@stripped +10 -1
Document bugfix. (Bug #12470)
refman-common/news-4.1.xml
1.26 05/08/12 14:58:11 paul@stripped +10 -0
Document bugfix. (Bug #5439)
refman-common/news-5.0.xml
1.39 05/08/12 14:58:04 paul@stripped +13 -2
Document bugfix. (Bug #5439)
# 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.25/refman-common/news-4.1.xml 2005-08-12 14:38:40 -05:00
+++ 1.26/refman-common/news-4.1.xml 2005-08-12 14:58:11 -05:00
@@ -233,6 +233,16 @@
<listitem>
<para>
+ Pathame values for options such as <option>---basedir</option>
+ or <option>--datadir</option> didn't work on Japanese Windows
+ machines for directory names containing multibyte characters
+ having a second byte of <literal>0x5C</literal>
+ (‘<literal>\</literal>’). (Bug #5439)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Mishanding of comparison for rows containg
<literal>NULL</literal> values against rows produced by an
<literal>IN</literal> subquery could cause a server crash.
--- 1.38/refman-common/news-5.0.xml 2005-08-12 14:42:50 -05:00
+++ 1.41/refman-common/news-5.0.xml 2005-08-12 15:09:40 -05:00
@@ -175,6 +175,13 @@
<listitem>
<para>
+ <literal>SHOW ENGINE INNODB STATUS</literal> now can display
+ longer query strings. (Bug #7819)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Added the <literal>SLEEP()</literal> function, which pauses
for the number of seconds given by its argument. (Bug #6760)
</para>
@@ -215,8 +222,28 @@
<listitem>
<para>
-A race condition between server threads could cause a crash if one thread deleted a stored routine while another thread was executing a stored routine.
- (Bug #12228)
+ Selecting from a view defined as a join over many tables could
+ result in a server crash due to miscalculation of the number
+ of conditions in the <literal>WHERE</literal> clause. (Bug
+ #12470)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Pathame values for options such as <option>---basedir</option>
+ or <option>--datadir</option> didn't work on Japanese Windows
+ machines for directory names containing multibyte characters
+ having a second byte of <literal>0x5C</literal>
+ (‘<literal>\</literal>’). (Bug #5439)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ A race condition between server threads could cause a crash if
+ one thread deleted a stored routine while another thread was
+ executing a stored routine. (Bug #12228)
</para>
</listitem>
@@ -242,7 +269,7 @@
<para>
A failure to obtain a lock for an <literal>IN SHARE
MODE</literal> query could result in a server crash. (Bug
- #11973)
+ #12082)
</para>
</listitem>
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (paul:1.3249) | paul | 12 Aug |