Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

bk commit - mysqldoc tree (paul:1.2705)

0 views
Skip to first unread message

pa...@mysql.com

unread,
Mar 11, 2005, 11:37:08 AM3/11/05
to
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.2705 05/03/11 10:36:44 pa...@frost.snake.net +1 -0
manual.texi:
Document bugfix. (Bug #8669)
Echo 4.0.24/4.1.10a change to 5.0.3.

Docs/manual.texi
1.2535 05/03/11 10:36:17 pa...@frost.snake.net +3 -0
Document bugfix. (Bug #8669)

Docs/manual.texi
1.2534 05/03/11 10:35:39 pa...@frost.snake.net +4 -0
Echo 4.0.24/4.1.10a change to 5.0.3.

# 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: frost.snake.net
# Root: /Volumes/frost2/MySQL/bk/mysqldoc

--- 1.2533/Docs/manual.texi 2005-03-11 10:17:50 -06:00
+++ 1.2535/Docs/manual.texi 2005-03-11 10:36:17 -06:00
@@ -97000,6 +97000,8 @@
Security improvement: The server creates @file{.frm}, @file{.MYD},
@file{.MYI}, @file{.MRG}, @file{.ISD}, and @file{.ISM} table files
only if a file with the same name does not already exist.
+(Thanks to Stefano Di Paola @email{stefano.dipaola@@wisec.it} for finding
+and informing us about this issue.)
@item
Security improvement: User-defined functions should have at least one symbol
defined in addition to the @code{xxx} symbol that corresponds to the main
@@ -97014,6 +97016,8 @@
those that contain directory pathname separator characters. (It already
checked names as given in @code{CREATE FUNCTION} statements.)
See @ref{UDF calling}, @ref{UDF aggr. calling}, and @ref{UDF security}.
+(Thanks to Stefano Di Paola @email{stefano.dipaola@@wisec.it} for finding
+and informing us about this issue.)
@item
Boolean full-text phrase searching now requires only that matches contain
exactly the same words as the phrase and in the same order. Non-word
@@ -97211,6 +97215,9 @@

Bugs fixed:
@itemize @bullet
+@item
+Stored functions that used cursors could return incorrect results.
+(Bug #8386)
@item
@code{AES_DECRYPT(@var{col_name},@var{key})} could fail to return
@code{NULL} for invalid values in @var{col_name}, if @var{col_name}

--
MySQL Internals Mailing List
For list archives: http://lists.mysql.com/internals
To unsubscribe: http://lists.mysql.com/internals?unsub=mysql-i...@freebsd.csie.nctu.edu.tw

0 new messages