Alterações na distribuição 3.21.29
LOCK TABLES
+ DELETE from tbl_name
never removed locks properly.
- Fixed problem when grouping on an
OR
function. - Fixed permission problem with
umask()
and creating new databases. - Fixed permission problem on result file with
SELECT ... INTO OUTFILE ...
- Fixed problem in range optimiser (core dump) for a very complex query.
- Fixed problem when using
MIN(integer)
orMAX(integer)
inGROUP BY
. - Fixed bug on Alpha when using integer keys. (Other keys worked on Alpha.)
- Fixed bug in
WEEK('XXXX-xx-01')
.