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.3430 05/08/31 20:26:30 jon@stripped +4 -0
problems.xml: Added link to working-with-null (in #problems-with-null).
Sync, sanc, sunc.
refman/problems.xml
1.19 05/08/31 20:26:28 jon@stripped +15 -7
Added link, fixed b0rken comment.
refman-5.1/problems.xml
1.11 05/08/31 20:26:28 jon@stripped +17 -10
Sync.
refman-5.0/problems.xml
1.11 05/08/31 20:26:28 jon@stripped +18 -10
Sync.
refman-4.1/problems.xml
1.20 05/08/31 20:26:28 jon@stripped +16 -17
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: jon
# Host: gigan.
# Root: /home/jon/bk/mysqldoc
--- 1.10/refman-5.1/problems.xml 2005-08-18 22:00:16 +10:00
+++ 1.11/refman-5.1/problems.xml 2005-08-31 20:26:28 +10:00
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
<!ENTITY % fixedchars.entities SYSTEM "refman-common/fixedchars.ent">
@@ -1196,14 +1196,16 @@
limit is 1GB.
</para>
-<remark>commented out: too vague</remark>
-
-<remark>In MySQL 4.0.1 and up, this is only limited by</remark>
-
-<remark>the amount on memory you have on your server (up to a theoretical</remark>
-
-<remark>maximum of 2GB).</remark>
-
+ <remark role="note">
+ Commented out following: too vague.
+ </remark>
+<!--
+ <para>
+ In MySQL 4.0.1 and up, this is only limited by the amount of
+ memory you have on your server (up to a theoretical maximum of
+ 2GB).
+ </para>
+-->
<para>
When a MySQL client or the <command>mysqld</command> server
receives a packet bigger than
@@ -3381,7 +3383,7 @@
character's <quote>sort value.</quote> Characters with the same
sort value (such as ‘<literal>E</literal>’,
‘<literal>e</literal>’, and
- ‘<literal>é</literal>’) are treated as the same
+ ‘<literal>é</literal>’) are treated as the same
character.
</para>
@@ -3663,6 +3665,11 @@
mysql> <userinput>SELECT * FROM my_table WHERE phone IS NULL;</userinput>
mysql> <userinput>SELECT * FROM my_table WHERE phone = '';</userinput>
</programlisting>
+
+ <para>
+ See <xref linkend="working-with-null"/> for additional
+ information and examples.
+ </para>
<para>
You can add an index on a column that can have
--- 1.19/refman-4.1/problems.xml 2005-08-29 03:56:44 +10:00
+++ 1.20/refman-4.1/problems.xml 2005-08-31 20:26:28 +10:00
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
<!ENTITY % fixedchars.entities SYSTEM "refman-common/fixedchars.ent">
@@ -1196,22 +1196,16 @@
limit is 1GB.
</para>
- <remark>
- commented out: too vague
- </remark>
-
- <remark>
- In MySQL 4.0.1 and up, this is only limited by
- </remark>
-
- <remark>
- the amount on memory you have on your server (up to a
- theoretical
- </remark>
-
- <remark>
- maximum of 2GB).
+ <remark role="note">
+ Commented out following: too vague.
</remark>
+<!--
+ <para>
+ In MySQL 4.0.1 and up, this is only limited by the amount of
+ memory you have on your server (up to a theoretical maximum of
+ 2GB).
+ </para>
+-->
<para>
When a MySQL client or the <command>mysqld</command> server
@@ -3388,7 +3382,7 @@
character's <quote>sort value.</quote> Characters with the same
sort value (such as ‘<literal>E</literal>’,
‘<literal>e</literal>’, and
- ‘<literal>é</literal>’) are treated as the same
+ ‘<literal>é</literal>’) are treated as the same
character.
</para>
@@ -3670,6 +3664,11 @@
mysql> <userinput>SELECT * FROM my_table WHERE phone IS NULL;</userinput>
mysql> <userinput>SELECT * FROM my_table WHERE phone = '';</userinput>
</programlisting>
+
+ <para>
+ See <xref linkend="working-with-null"/> for additional
+ information and examples.
+ </para>
<para>
You can add an index on a column that can have
--- 1.18/refman/problems.xml 2005-08-16 12:15:39 +10:00
+++ 1.19/refman/problems.xml 2005-08-31 20:26:28 +10:00
@@ -1194,13 +1194,16 @@
limit is 1GB.
</para>
-<!-- commented out: too vague -->
-
-<!-- In MySQL 4.0.1 and up, this is only limited by -->
-
-<!-- the amount on memory you have on your server (up to a theoretical -->
-
-<!-- maximum of 2GB). -->
+ <remark role="note">
+ Commented out following: too vague.
+ </remark>
+<!--
+ <para>
+ In MySQL 4.0.1 and up, this is only limited by the amount of
+ memory you have on your server (up to a theoretical maximum of
+ 2GB).
+ </para>
+-->
<para>
When a MySQL client or the <command>mysqld</command> server
@@ -3661,6 +3664,11 @@
mysql> <userinput>SELECT * FROM my_table WHERE phone IS NULL;</userinput>
mysql> <userinput>SELECT * FROM my_table WHERE phone = '';</userinput>
</programlisting>
+
+ <para>
+ See <xref linkend="working-with-null"/> for additional
+ information and examples.
+ </para>
<para>
You can add an index on a column that can have
--- 1.10/refman-5.0/problems.xml 2005-08-29 01:09:20 +10:00
+++ 1.11/refman-5.0/problems.xml 2005-08-31 20:26:28 +10:00
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
-<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
<!ENTITY % fixedchars.entities SYSTEM "refman-common/fixedchars.ent">
@@ -1196,14 +1196,17 @@
limit is 1GB.
</para>
-<remark>commented out: too vague</remark>
-
-<remark>In MySQL 4.0.1 and up, this is only limited by</remark>
-
-<remark>the amount on memory you have on your server (up to a theoretical</remark>
-
-<remark>maximum of 2GB).</remark>
-
+ <remark role="note">
+ Commented out following: too vague.
+ </remark>
+<!--
+ <para>
+ In MySQL 4.0.1 and up, this is only limited by the amount of
+ memory you have on your server (up to a theoretical maximum of
+ 2GB).
+ </para>
+-->
+
<para>
When a MySQL client or the <command>mysqld</command> server
receives a packet bigger than
@@ -3381,7 +3384,7 @@
character's <quote>sort value.</quote> Characters with the same
sort value (such as ‘<literal>E</literal>’,
‘<literal>e</literal>’, and
- ‘<literal>é</literal>’) are treated as the same
+ ‘<literal>é</literal>’) are treated as the same
character.
</para>
@@ -3663,6 +3666,11 @@
mysql> <userinput>SELECT * FROM my_table WHERE phone IS NULL;</userinput>
mysql> <userinput>SELECT * FROM my_table WHERE phone = '';</userinput>
</programlisting>
+
+ <para>
+ See <xref linkend="working-with-null"/> for additional
+ information and examples.
+ </para>
<para>
You can add an index on a column that can have
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (jon:1.3430) | jon | 31 Aug |