Alterações na distribuição 3.22.21
Fixed problem with DELETE FROM TABLE when table was locked by another thread.
- Fixed bug in
LEFT JOINinvolving empty tables. - Changed the
mysql.dbcolumn fromCHAR(32)toCHAR(60). MODIFYandDELAYEDare no longer reserved words.- Fixed a bug when storing days in a
TIMEcolumn. - Fixed a problem with
Host '...' is not allowed to connect to this MariaDB serverafter one had inserted a new MariaDB user with aGRANTcommand. - Changed to use
TCP_NODELAYalso on Linux (should give faster TCP/IP connections).