Alterações na distribuição 3.23.50 (21 Apr 2002)
Fixed buffer overflow problem if someone specified a too long datadir parameter to mysqld
- Add missing
<row>tags formysqldumpXML output. - Fixed problem with
crash-meandgcc3.0.4. - Fixed that
@@unknown_variabledoesn't hang server. - Added
@@VERSIONas a synonym forVERSION(). SHOW VARIABLES LIKE 'xxx'is now case-insensitive.- Fixed timeout for
GET_LOCK()on HP-UX with DCE threads. - Fixed memory allocation bug in the glibc library used to build Linux binaries, which caused mysqld to die in 'free()'.
- Fixed
SIGINTandSIGQUITproblems inMariaDB. - Fixed bug in character table converts when used with big ( > 64K) strings.
InnoDBnow retains foreign key constraints throughALTER TABLEandCREATE/DROP INDEX.InnoDBnow allows foreign key constraints to be added through theALTER TABLEsyntax.InnoDBtables can now be set to automatically grow in size (autoextend).- Our Linux RPMS and binaries are now compiled with
gcc3.0.4, which should make them a bit faster. - Fixed some buffer overflow problems when reading startup parameters.
- Because of problems on shutdown we have now disabled named pipes on Windows by default. One can enable named pipes by starting mysqld with
--enable-named-pipe. - Fixed bug when using
WHERE key_column = 'J' or key_column='j'. - Fixed core-dump bug when using
--log-binwithLOAD DATA INFILEwithout an active database. - Fixed bug in
RENAME TABLEwhen used withlower_case_table_names=1(default on Windows). - Fixed unlikely core-dump bug when using
DROP TABLEon a table that was in use by a thread that also used queries on only temporary tables. - Fixed problem with
SHOW CREATE TABLEandPRIMARY KEYwhen using 32 indexes. - Fixed that one can use
SET PASSWORDfor the anonymous user. - Fixed core dump bug when reading client groups from option files using
mysql_options(). - Memory leak (16 bytes per every corrupted table) closed.
- Fixed binary builds to use
--enable-local-infile. - Update source to work with new version of
bison. - Updated shell scripts to now agree with new POSIX standard.
- Fixed bug where
DATE_FORMAT()returned empty string when used withGROUP BY.