Alterações na distribuição 3.20.13
Added standard SQL-92 DATE and TIME types.
- Fixed bug in
SELECTwithAND-ORlevels. - Added support for Slovenian characters. The
Contribdirectory contains source and instructions for adding other character sets. - Fixed bug with
LIMITandORDER BY. - Allow
ORDER BYandGROUP BYon items that aren't in theSELECTlist. (Thanks to Wim Bonis<bonis@kiss.de>, for pointing this out.) - Allow setting of timestamp values in
INSERT. - Fixed bug with
SELECT ... WHERE ... = NULL. - Added changes for
glibc2.0. To getglibcto work, you should add thegibc-2.0-sigwait-patchbefore compilingglibc. - Fixed bug in
ALTER TABLEwhen changing aNOT NULLfield to allowNULLvalues. - Added some SQL-92 synonyms as field types to
CREATE TABLE.CREATE TABLEnow allowsFLOAT(4)andFLOAT(8)to meanFLOATandDOUBLE. - New utility program
mysqlaccessby<Yves.Carlier@rug.ac.be>. This program shows the access rights for a specific user and the grant rows that determine this grant. - Added
WHERE const op field(by<bonis@kiss.de>).