List:Internals« Previous MessageNext Message »
From:jon Date:June 22 2005 9:59am
Subject:bk commit - mysqldoc@docsrva tree (jon:1.2852)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of jon. When jon 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.2852 05/06/22 17:59:06 jon@stripped +3 -0
  Documenting bugfixes:
  Bug#7512
  Bug#10136
  (Synched refman-4.1/-5.0 trees.)

  refman/news.xml
    1.16 05/06/22 17:59:04 jon@stripped +14 -0
    Documenting bugfixes:
    Bug#7512
    Bug#10136

  refman-5.0/news.xml
    1.12 05/06/22 17:59:04 jon@stripped +14 -0
    Documenting bugfixes:
    Bug#7512
    Bug#10136

  refman-4.1/news.xml
    1.12 05/06/22 17:59:04 jon@stripped +14 -0
    Documenting bugfixes:
    Bug#7512
    Bug#10136

# 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:	jon
# Host:	gigan.site
# Root:	/home/jon/bk/mysqldoc

--- 1.11/refman-4.1/news.xml	2005-06-22 13:13:40 +10:00
+++ 1.12/refman-4.1/news.xml	2005-06-22 17:59:04 +10:00
@@ -268,6 +268,20 @@
     -->
 
     <listitem>
+      <para><literal>SELECT * FROM
<replaceable>table</replaceable></literal>
+      returned incorrect results when called from a stored procedure,
+      where <replaceable>table</replaceable> had a primary key.
+      (Bug#10136)</para>
+    </listitem>
+
+    <listitem>
+      <para>When used in defining a view, the
<literal>TIME_FORMAT()</literal>
+      function failed with calculated values, for example, when passed
+      the value returned by <literal>SEC_TO_TIME()</literal>. (Bug#7521)
+      </para>
+    </listitem>
+
+    <listitem>
       <para><literal>SELECT DISTINCT ... GROUP BY
       <replaceable>constant</replaceable></literal> returned multiple
       rows (it should return a single row). (Bug#8614)</para>

--- 1.11/refman-5.0/news.xml	2005-06-22 13:13:41 +10:00
+++ 1.12/refman-5.0/news.xml	2005-06-22 17:59:04 +10:00
@@ -268,6 +268,20 @@
     -->
 
     <listitem>
+      <para><literal>SELECT * FROM
<replaceable>table</replaceable></literal>
+      returned incorrect results when called from a stored procedure,
+      where <replaceable>table</replaceable> had a primary key.
+      (Bug#10136)</para>
+    </listitem>
+
+    <listitem>
+      <para>When used in defining a view, the
<literal>TIME_FORMAT()</literal>
+      function failed with calculated values, for example, when passed
+      the value returned by <literal>SEC_TO_TIME()</literal>. (Bug#7521)
+      </para>
+    </listitem>
+
+    <listitem>
       <para><literal>SELECT DISTINCT ... GROUP BY
       <replaceable>constant</replaceable></literal> returned multiple
       rows (it should return a single row). (Bug#8614)</para>

--- 1.15/refman/news.xml	2005-06-22 13:13:41 +10:00
+++ 1.16/refman/news.xml	2005-06-22 17:59:04 +10:00
@@ -268,6 +268,20 @@
     -->
 
     <listitem>
+      <para><literal>SELECT * FROM
<replaceable>table</replaceable></literal>
+      returned incorrect results when called from a stored procedure,
+      where <replaceable>table</replaceable> had a primary key.
+      (Bug#10136)</para>
+    </listitem>
+
+    <listitem>
+      <para>When used in defining a view, the
<literal>TIME_FORMAT()</literal>
+      function failed with calculated values, for example, when passed
+      the value returned by <literal>SEC_TO_TIME()</literal>. (Bug#7521)
+      </para>
+    </listitem>
+
+    <listitem>
       <para><literal>SELECT DISTINCT ... GROUP BY
       <replaceable>constant</replaceable></literal> returned multiple
       rows (it should return a single row). (Bug#8614)</para>
Thread
bk commit - mysqldoc@docsrva tree (jon:1.2852)jon22 Jun