Alterações na distribuição 3.23.8 (02 Jan 2000)
Fixed problem when handling indexfiles larger than 8G.
- Added latest patches to MIT-pthreads for NetBSD.
- Fixed problem with timezones that are < GMT - 11.
- Fixed a bug when deleting packed keys in
NISAM. - Fixed problem with
ISAMwhen doing someORDER BY ... DESCqueries. - Fixed bug when doing a join on a text key which didn't cover the whole key.
- Option
--delay-key-writedidn't enable delayed key writing. - Fixed update of
TEXTcolumn which involved only case changes. - Fixed that
INSERT DELAYEDdoesn't update timestamps that are given. - Added function
YEARWEEK()and optionsx,X,vandVtoDATE_FORMAT(). - Fixed problem with
MAX(indexed_column)andHEAPtables. - Fixed problem with
BLOB NULLkeys andLIKE 'prefix%'. - Fixed problem with
MyISAMand fixed-length rows < 5 bytes. - Fixed problem that could cause MariaDB to touch freed memory when doing very complicated
GROUP BYqueries. - Fixed core dump if you got a crashed table where an
ENUMfield value was too big.