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.739 03/08/21 11:23:34 paul@stripped +1 -0
Note restriction on COMPRESS()/UNCOMPRESS().
Docs/manual.texi
1.697 03/08/21 11:23:33 paul@stripped +4 -0
Note restriction on COMPRESS()/UNCOMPRESS().
# 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: teton.kitebird.com
# Root: /home/paul/mysqldoc
--- 1.696/Docs/manual.texi Thu Aug 21 11:06:53 2003
+++ 1.697/Docs/manual.texi Thu Aug 21 11:23:33 2003
@@ -39336,6 +39336,8 @@
@end example
@code{COMPRESS()} was added in MySQL version 4.1.1.
+If requires MySQL to have been compiled with a compression library such as
+@code{zlib}. Otherwise, the return value is always @code{NULL}.
@findex UNCOMPRESS()
@c description_for_help_topic UNCOMPRESS
@@ -39350,6 +39352,8 @@
@end example
@code{UNCOMPRESS()} was added in MySQL version 4.1.1.
+If requires MySQL to have been compiled with a compression library such as
+@code{zlib}. Otherwise, the return value is always @code{NULL}.
@findex UNCOMPRESSED_LENGTH()
@c description_for_help_topic UNCOMPRESSED_LENGTH
| Thread |
|---|
| • bk commit - mysqldoc tree (1.739) | paul | 21 Aug |