From: Date: October 15 2004 3:39pm Subject: bk commit - mysqldoc tree (konstantin:1.2214) List-Archive: http://lists.mysql.com/internals/17687 Message-Id: <20041015133913.0C919DF0@dragonfly.local> Below is the list of changes that have just been committed into a local mysqldoc repository of kostja. When kostja 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.2214 04/10/15 17:39:10 konstantin@stripped +1 -0 ChangeLog for bugs #5985, #6024, #6025 Docs/manual.texi 1.2101 04/10/15 17:39:07 konstantin@stripped +12 -0 ChangeLog for bugs #5985, #6024, #6025 # 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: konstantin # Host: dragonfly.local # Root: /home/kostja/work/mysql-doc --- 1.2100/Docs/manual.texi 2004-10-15 16:05:59 +04:00 +++ 1.2101/Docs/manual.texi 2004-10-15 17:39:07 +04:00 @@ -91189,6 +91189,18 @@ Bugs fixed: @itemize @bullet +@item +Fixed a bug which caused the server to crash on attempt to prepare +a statement with @code{RAND(?)}. (Bug#5985) +@item +Fixed a bug with handling of DATE/TIME/DATETIME columns in the binary +protocol. The problem is compiler-specific and could have been observed on +HP-UX, AIX, Solaris9, when compiling with native compiler. (Bug#6025) +@item +Fixed a bug with handling of TINY columns in the binary protocol. +The problem is platform specific and could have been observed on +IRIX and OS X (basically on any platform where 'char' is unsigned). +(Bug#6024) @item Fixed problem introduced in 4.0.21 where a connection starting a transaction, doing updates, then @code{FLUSH TABLES WITH READ LOCK}, then @code{COMMIT},