Alterações na distribuição 3.23.51 (31 May 2002)
Fix bug with closing tags missing slash for mysqldump XML output.
- Remove end space from
ENUMvalues. (This fixed a problem withSHOW CREATE TABLE.) - Fixed bug in
CONCAT_WS()that cut the result. - Changed name of server variables
Com_show_master_stattoCom_show_master_statusandCom_show_slave_stattoCom_show_slave_status. - Changed handling of
gethostbyname()to make the client library thread-safe even ifgethostbyname_rdoesn't exist. - Fixed core-dump problem when giving a wrong password string to
GRANT. - Fixed bug in
DROP DATABASEwith symlinked directory. - Fixed optimization problem with
DATETIMEand value outsideDATETIMErange. - Removed Sleepycat's
BDBdoc files from the source tree, as they're not needed (MySQL coversBDBin its own documentation). - Fixed MIT-pthreads to compile with
glibc2.2 (needed formake dist). - Fixed the
FLOAT(X+1,X)is not converted toFLOAT(X+2,X). (This also affectedDECIMAL,DOUBLEandREALtypes) - Fixed the result from
IF()is case in-sensitive if the second and third arguments are case sensitive. - Fixed core dump problem on OSF/1 in
gethostbyname_r. - Fixed that underflowed decimal fields are not zero filled.
- If we get an overflow when inserting
'+11111'forDECIMAL(5,0) UNSIGNEDcolumns, we will just drop the sign. - Fixed optimization bug with
ISNULL(expression_which_cannot_be_null)andISNULL(constant_expression). - Fixed host lookup bug in the
glibclibrary that we used with the 3.23.50 Linux-x86 binaries.