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
killtomysqladminto kill a specific MariaDB thread. - Sometimes when doing a reconnect on a down connection this succeeded first on second try.
- Fixed adding an
AUTO_INCREMENTkey withALTER_TABLE. AVG()gave too small value on someSELECTstatements withGROUP BYandORDER BY.- Added new
DATETIMEtype (by Giovanni Maruzzelli<maruzz@matrice.it>). - Fixed that defining
DONT_USE_DEFAULT_FIELDSworks. - 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,TIMEandTIMESTAMP. - Fixed a bug in
ORof multiple tables (gave empty set). - Added many patches to MIT-pthreads. This fixes at least one lookup bug.