Alterações na distribuição 3.22.12
Fixed problem when using DATE_ADD() and DATE_SUB() in a WHERE clause.
- You can now set the password for a user with the
GRANT ... TO user IDENTIFIED BY 'password'syntax. - Fixed bug in
GRANTchecking withSELECTon many tables. - Added missing file
mysql_fix_privilege_tablesto the RPM distribution. This is not run by default because it relies on the client package. - Added option
SQL_SMALL_RESULTtoSELECTto force use of fast temporary tables when you know that the result set will be small. - Allow use of negative real numbers without a decimal point.
- Day number is now adjusted to maximum days in month if the resulting month after
DATE_ADD/DATE_SUB()doesn't have enough days. - Fix that
GRANTcompares columns in case-insensitive fashion. - Fixed a bug in
sql_list.hthat madeALTER TABLEdump core in some contexts. - The hostname in
user@hostnamecan now include '.' and '-' without quotes in the context of theGRANT,REVOKEandSET PASSWORD FOR ...statements. - Fix for
isamchkfor tables which need big temporary files.