List:Internals« Previous MessageNext Message »
From:paul Date:July 14 2005 9:33pm
Subject:bk commit - mysqldoc@docsrva tree (paul:1.3025)
View as plain text  
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.3025 05/07/14 14:33:56 paul@stripped +6 -0
  Add missing entity.
  Fix entity ref.

  refman/titles.ent
    1.24 05/07/14 14:33:55 paul@stripped +1 -0
    Add missing entity.

  refman/news.xml
    1.71 05/07/14 14:33:55 paul@stripped +2 -2
    Fix entity ref.

  refman-5.0/titles.ent
    1.21 05/07/14 14:33:55 paul@stripped +1 -0
    Sync.

  refman-5.0/news.xml
    1.59 05/07/14 14:33:55 paul@stripped +1 -1
    Sync.

  refman-4.1/titles.ent
    1.18 05/07/14 14:33:55 paul@stripped +1 -0
    Sync.

  refman-4.1/news.xml
    1.50 05/07/14 14:33:55 paul@stripped +1 -1
    Sync.

# 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.49/refman-4.1/news.xml	2005-07-14 14:01:02 -05:00
+++ 1.50/refman-4.1/news.xml	2005-07-14 14:33:55 -05:00
@@ -196,7 +196,7 @@
     <listitem><para>
      In SQL prepared statements, comparisons could fail for values not
      equally space-padded. For example, <literal>SELECT 'a' =
-     'a&nbsp';</literal> returns 1, but <literal>PREPARE s FROM 'SELECT
+     'a&nbsp;';</literal> returns 1, but <literal>PREPARE s FROM 'SELECT
      ?=?'; SET @a = 'a', @b = 'a&nbsp;'; PREPARE s FROM 'SELECT ?=?';
      EXECUTE s USING @a, @b;</literal> incorrectly returned 0. (Bug
      #9379)

--- 1.17/refman-4.1/titles.ent	2005-07-13 12:41:56 -05:00
+++ 1.18/refman-4.1/titles.ent	2005-07-14 14:33:55 -05:00
@@ -1140,6 +1140,7 @@
 <!ENTITY title-program-overview "Overview of MySQL Programs"><!-- "Overview of
MySQL Programs" -->
 <!ENTITY title-full-disk "How MySQL Handles a Full Disk"><!-- "How MySQL Handles
a Full Disk" -->
 <!ENTITY title-news-4-1-13 "Changes in release 4.1.13 (not released yet)"><!--
"Changes in release 4.1.13 (not released yet)" -->
+<!ENTITY title-news-4-1-14 "Changes in release 4.1.14 (not released yet)">
 <!ENTITY title-mysql-install-wizard-upgrading "Upgrading MySQL"><!-- "Upgrading
MySQL" -->
 <!ENTITY title-news-3-23-7 "Changes in release 3.23.7 (10 Dec 1999)"><!--
"Changes in release 3.23.7 (10 Dec 1999)" -->
 <!ENTITY title-perl-support "Perl Installation Notes"><!-- "Perl Installation
Notes" -->

--- 1.58/refman-5.0/news.xml	2005-07-14 14:01:02 -05:00
+++ 1.59/refman-5.0/news.xml	2005-07-14 14:33:55 -05:00
@@ -254,7 +254,7 @@
     <listitem><para>
      In SQL prepared statements, comparisons could fail for values not
      equally space-padded. For example, <literal>SELECT 'a' =
-     'a&nbsp';</literal> returns 1, but <literal>PREPARE s FROM 'SELECT
+     'a&nbsp;';</literal> returns 1, but <literal>PREPARE s FROM 'SELECT
      ?=?'; SET @a = 'a', @b = 'a&nbsp;'; PREPARE s FROM 'SELECT ?=?';
      EXECUTE s USING @a, @b;</literal> incorrectly returned 0. (Bug
      #9379)

--- 1.20/refman-5.0/titles.ent	2005-07-13 11:48:31 -05:00
+++ 1.21/refman-5.0/titles.ent	2005-07-14 14:33:55 -05:00
@@ -1146,6 +1146,7 @@
 <!ENTITY title-program-overview "Overview of MySQL Programs"><!-- "Overview of
MySQL Programs" -->
 <!ENTITY title-full-disk "How MySQL Handles a Full Disk"><!-- "How MySQL Handles
a Full Disk" -->
 <!ENTITY title-news-4-1-13 "Changes in release 4.1.13 (not released yet)"><!--
"Changes in release 4.1.13 (not released yet)" -->
+<!ENTITY title-news-4-1-14 "Changes in release 4.1.14 (not released yet)">
 <!ENTITY title-mysql-install-wizard-upgrading "Upgrading MySQL"><!-- "Upgrading
MySQL" -->
 <!ENTITY title-news-3-23-7 "Changes in release 3.23.7 (10 Dec 1999)"><!--
"Changes in release 3.23.7 (10 Dec 1999)" -->
 <!ENTITY title-perl-support "Perl Installation Notes"><!-- "Perl Installation
Notes" -->

--- 1.70/refman/news.xml	2005-07-14 14:01:02 -05:00
+++ 1.71/refman/news.xml	2005-07-14 14:33:55 -05:00
@@ -246,7 +246,7 @@
     <listitem><para>
      In SQL prepared statements, comparisons could fail for values not
      equally space-padded. For example, <literal>SELECT 'a' =
-     'a&nbsp';</literal> returns 1, but <literal>PREPARE s FROM 'SELECT
+     'a&nbsp;';</literal> returns 1, but <literal>PREPARE s FROM 'SELECT
      ?=?'; SET @a = 'a', @b = 'a&nbsp;'; PREPARE s FROM 'SELECT ?=?';
      EXECUTE s USING @a, @b;</literal> incorrectly returned 0. (Bug
      #9379)
@@ -5017,7 +5017,7 @@
     <listitem><para>
      In SQL prepared statements, comparisons could fail for values not
      equally space-padded. For example, <literal>SELECT 'a' =
-     'a&nbsp';</literal> returns 1, but <literal>PREPARE s FROM 'SELECT
+     'a&nbsp;';</literal> returns 1, but <literal>PREPARE s FROM 'SELECT
      ?=?'; SET @a = 'a', @b = 'a&nbsp;'; PREPARE s FROM 'SELECT ?=?';
      EXECUTE s USING @a, @b;</literal> incorrectly returned 0. (Bug
      #9379)

--- 1.23/refman/titles.ent	2005-07-13 11:48:32 -05:00
+++ 1.24/refman/titles.ent	2005-07-14 14:33:55 -05:00
@@ -1145,6 +1145,7 @@
 <!ENTITY title-program-overview "Overview of MySQL Programs"><!-- "Overview of
MySQL Programs" -->
 <!ENTITY title-full-disk "How MySQL Handles a Full Disk"><!-- "How MySQL Handles
a Full Disk" -->
 <!ENTITY title-news-4-1-13 "Changes in release 4.1.13 (not released yet)"><!--
"Changes in release 4.1.13 (not released yet)" -->
+<!ENTITY title-news-4-1-14 "Changes in release 4.1.14 (not released yet)">
 <!ENTITY title-mysql-install-wizard-upgrading "Upgrading MySQL"><!-- "Upgrading
MySQL" -->
 <!ENTITY title-news-3-23-7 "Changes in release 3.23.7 (10 Dec 1999)"><!--
"Changes in release 3.23.7 (10 Dec 1999)" -->
 <!ENTITY title-perl-support "Perl Installation Notes"><!-- "Perl Installation
Notes" -->
Thread
bk commit - mysqldoc@docsrva tree (paul:1.3025)paul14 Jul