Changes in release 3.23.37
Fixed a bug when using MATCH in HAVING clause.
Fixed a bug when using HEAP tables with LIKE.
Added --mysql-version to safe_mysqld
Changed INNOBASE to InnoDB (because the INNOBASE name was already used). All configure options and mysqld start options
are now using innodb instead of innobase. This means that you have to change any configuration files where you have used
innobase options before upgrading to this version! Fixed bug when using indexes on CHAR(255) NULL columns. Slave thread
will now be started even if master-host is not set, as long as server-id is set and valid master.info is present Partia
l updates ( terminated with kill) are now logged with a special error code to the binary log. Slave will refuse to execu
te them if the error code indicates the update was terminated abnormally, and will have to be recovered with SET SQL_SLA
VE_SKIP_COUNTER=1; SLAVE START after a manual sanity check/correction of data integrity Fixed bug that erroneously logge
d a drop of internal temporary table on thread termination to the binary log - bug affected replication Fixed a bug in R
EGEXP() on 64-bit machines. UPDATE and DELETE with WHERE unique_key_part IS NULL didn't update/delete all rows. Disabled
INSERT DELAYED for tables that supports transactions. Fixed bug when using date functions on TEXT/BLOB column with wron
g date format. UDF's now also works on windows. (Patch by Ralph Mason) Fixed bug in ALTER TABLE and LOAD DATA INFILE tha
t disabled key-sorting. These command should now be faster in most cases. Fixed performance bug where reopened tables (t
ables that had been waiting for FLUSH or REPAIR) would not use indexes for the next query. Fixed problem with ALTER TABL
E to Innobase tables on Freebsd. Added mysqld variables myisam_max_sort_file_size and myisam_max_extra_sort_file_size.
Initialize signals early to avoid problem with signals in Innobase.
Applied patch for the tis620 character set to make comparisons case-independent and to fix a bug in LIKE for this charac
ter set. NOTE: All tables that uses the tis620 character set must be fixed with myisamchk -r or REPAIR TABLE ! Added --s
kip-safemalloc option to mysqld. -------------------------------------------
참고로 한국 미러 사이트인 http://mysql.holywar.net 에서 다운 받으시면 엄청 빠릅니다.