Alterações na distribuição 3.20.14
If one gives -p
or --password
option to MariaDB
without an argument, the user is solicited for the password from the tty.
- Added default password from
MYSQL_PWD
(by Elmar Haneke). - Added command
kill
tomysqladmin
to kill a specific MariaDB thread. - Sometimes when doing a reconnect on a down connection this succeeded first on second try.
- Fixed adding an
AUTO_INCREMENT
key withALTER_TABLE
. AVG()
gave too small value on someSELECT
statements withGROUP BY
andORDER BY
.- Added new
DATETIME
type (by Giovanni Maruzzelli<maruzz@matrice.it>
). - Fixed that defining
DONT_USE_DEFAULT_FIELDS
works. - Changed to use a thread to handle alarms instead of signals on Solaris to avoid race conditions.
- Fixed default length of signed numbers. (George Harvey
<georgeh@pinacl.co.uk>
.) - Allow anything for
CREATE INDEX
. - Add prezeros when packing numbers to
DATE
,TIME
andTIMESTAMP
. - Fixed a bug in
OR
of multiple tables (gave empty set). - Added many patches to MIT-pthreads. This fixes at least one lookup bug.