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.3303 05/08/17 12:16:20 jon@stripped +3 -0
Updated size range for VARCHAR in storage-requirements
in refman, refman-5.0, refman-5.1. (Does not affect
refman-4.1.)
refman/column-types.xml
1.20 05/08/17 12:16:18 jon@stripped +4 -1
Updated size range for VARCHAR in storage-requirements.
refman-5.1/column-types.xml
1.12 05/08/17 12:16:18 jon@stripped +1 -1
Updated size range for VARCHAR in storage-requirements.
refman-5.0/column-types.xml
1.12 05/08/17 12:16:18 jon@stripped +3 -1
Updated size range for VARCHAR in storage-requirements.
# 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.11/refman-5.1/column-types.xml 2005-08-16 12:15:31 +10:00
+++ 1.12/refman-5.1/column-types.xml 2005-08-17 12:16:18 +10:00
@@ -4439,7 +4439,7 @@
<literal><replaceable>L</replaceable> <=
<replaceable>M</replaceable></literal> and 0
<literal><= <replaceable>M</replaceable>
- <=</literal> 255</entry>
+ <=</literal> 65535</entry>
</row>
<row>
<entry><literal>BINARY(<replaceable>M</replaceable>)</literal></entry>
--- 1.19/refman/column-types.xml 2005-08-16 12:15:36 +10:00
+++ 1.20/refman/column-types.xml 2005-08-17 12:16:18 +10:00
@@ -4951,7 +4951,10 @@
<literal><replaceable>L</replaceable> <=
<replaceable>M</replaceable></literal> and 0
<literal><= <replaceable>M</replaceable>
- <=</literal> 255</entry>
+ <=</literal> 255 before MySQL 5.0.3 (0
+ <literal><= <replaceable>M</replaceable>
+ <=</literal> 65535 in MySQL 5.0.3 and later
+ versions)</entry>
</row>
<row>
<entry><literal>BINARY(<replaceable>M</replaceable>)</literal></entry>
--- 1.11/refman-5.0/column-types.xml 2005-08-16 12:15:28 +10:00
+++ 1.12/refman-5.0/column-types.xml 2005-08-17 12:16:18 +10:00
@@ -4439,7 +4439,9 @@
<literal><replaceable>L</replaceable> <=
<replaceable>M</replaceable></literal> and 0
<literal><= <replaceable>M</replaceable>
- <=</literal> 255</entry>
+ <=</literal> 65535 (this was 0
+ <literal><= <replaceable>M</replaceable>
+ <=</literal> 255 before MySQL 5.0.3)</entry>
</row>
<row>
<entry><literal>BINARY(<replaceable>M</replaceable>)</literal></entry>
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (jon:1.3303) | jon | 17 Aug |