Alterações na distribuição 3.20.11
When using SELECT ... INTO OUTFILE, all temporary tables are ISAM instead of HEAP to allow big dumps.
- Changed date functions to be string functions. This fixed some
funny
side effects when sorting on dates. - Extended
ALTER TABLEfor SQL-92 compliance. - Some minor compatibility changes.
- Added
--portand--socketoptions to all utility programs andmysqld. - Fixed MIT-pthreads
readdir_r(). Nowmysqladmin create databaseandmysqladmin drop databaseshould work. - Changed MIT-pthreads to use our
tempnam(). This should fix thesort aborted
bug. - Added sync of records count in
sql_update. This fixed slow updates on first connection. (Thanks to Vaclav Bittner for the test.)