Alterações na distribuição 3.20.13
Added standard SQL-92 DATE
and TIME
types.
- Fixed bug in
SELECT
withAND
-OR
levels. - Added support for Slovenian characters. The
Contrib
directory contains source and instructions for adding other character sets. - Fixed bug with
LIMIT
andORDER BY
. - Allow
ORDER BY
andGROUP BY
on items that aren't in theSELECT
list. (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
glibc
2.0. To getglibc
to work, you should add thegibc-2.0-sigwait-patch
before compilingglibc
. - Fixed bug in
ALTER TABLE
when changing aNOT NULL
field to allowNULL
values. - Added some SQL-92 synonyms as field types to
CREATE TABLE
.CREATE TABLE
now allowsFLOAT(4)
andFLOAT(8)
to meanFLOAT
andDOUBLE
. - New utility program
mysqlaccess
by<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>
).