Alterações na distribuição 3.19.5
Some new functions, some more optimization on joins.
- Should now compile clean on Linux (2.0.x).
- Added functions
DATABASE(),USER(),POW(),LOG10()(needed for ODBC). - In a
WHEREwith anORDER BYon fields from only one table, the table is now preferred as first table in a multi-join. HAVINGandIS NULLorIS NOT NULLnow works.- A group on one column and a sort on a group function (
SUM(),AVG()...) didn't work together. Fixed. mysqldump: Didn't send password to server.