bk commit - mysqldoc tree (jon:1.2788) -
03-30-2005
, 07:44 PM
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/Install...urce_tree.html
ChangeSet
1.2788 05/03/31 10:43:42 jon (AT) gigan (DOT) homedns.org +1 -0
Manual intro: grammar fix.
Docs/manual.texi
1.2617 05/03/31 10:43:35 jon (AT) gigan (DOT) homedns.org +6 -6
Grammar fix.
# 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.2616/Docs/manual.texi 2005-03-31 08:42:42 +10:00
+++ 1.2617/Docs/manual.texi 2005-03-31 10:43:35 +10:00
@@ -47356,11 +47356,11 @@
@multitable @columnfractions .35 .55
@item @strong{Other Vendor Type} @tab @strong{MySQL Type}
@item @code{BINARY(@var{M})} @tab @code{CHAR(@var{M}) BINARY} (before MySQL 4.1.2)
-@item @code{BOOL} @tab @code{TINYINT}
-@item @code{BOOLEAN} @tab @code{TINYINT}
+@item @code{BOOL} @tab @code{TINYINT}
+@item @code{BOOLEAN} @tab @code{TINYINT}
@item @code{CHAR VARYING(@var{M})} @tab @code{VARCHAR(@var{M})}
-@item @code{DEC} @tab @code{DECIMAL}
-@item @code{FIXED} @tab @code{DECIMAL} (MySQL 4.1.0 on)
+@item @code{DEC} @tab @code{DECIMAL}
+@item @code{FIXED} @tab @code{DECIMAL} (MySQL 4.1.0 on)
@item @code{FLOAT4} @tab @code{FLOAT}
@item @code{FLOAT8} @tab @code{DOUBLE}
@item @code{INT1} @tab @code{TINYINT}
@@ -47372,7 +47372,7 @@
@item @code{LONG VARCHAR} @tab @code{MEDIUMTEXT}
@item @code{LONG} @tab @code{MEDIUMTEXT} (MySQL 4.1.0 on)
@item @code{MIDDLEINT} @tab @code{MEDIUMINT}
-@item @code{NUMERIC} @tab @code{DECIMAL}
+@item @code{NUMERIC} @tab @code{DECIMAL}
@item @code{VARBINARY(@var{M})} @tab @code{VARCHAR(@var{M}) BINARY} (before MySQL 4.1.2)
@end multitable
@@ -97163,7 +97163,7 @@
@cindex Documenters, list of
@cindex Translators, list of
-The following people has helped us with writing the MySQL documentation and
+The following people have helped us with writing the MySQL documentation and
translating the documentation or error messages in MySQL.
@table @asis
--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe: http://lists.mysql.com/internals?uns...ie.nctu.edu.tw |