Alterações na distribuição 3.21.17
Changed documentation string of --with-unix-socket-path to avoid confusion.
- Added ODBC and SQL-99 style
LEFT OUTER JOIN. - The following are new reserved words:
LEFT,NATURAL,USING. - The client library now uses the value of the environment variable
MYSQL_HOSTas the default host if it's defined. SELECT col_name, SUM(expr)now returnsNULLforcol_namewhen there are matching rows.- Fixed problem with comparing binary strings and
BLOBvalues with ASCII characters over 127. - Fixed lock problem: when freeing a read lock on a table with multiple read locks, a thread waiting for a write lock would have been given the lock. This shouldn't affect data integrity, but could possibly make
mysqldrestart if one thread was reading data that another thread modified. LIMIT offset,countdidn't work inINSERT ... SELECT.- Optimized key block caching. This will be quicker than the old algorithm when using bigger key caches.