Er is weer een nieuwe beta uit van MySQL.
Heel veel grote sites gebruiken dit programma om dynamische content te kunnen leveren, onder andere de pagina die je nu bekijkt is met behulp van MySQL gemaakt.
Download hier de Linux versie en haal met deze link de Windows versie neer.
Nieuwe features/bugfixes zijn als volgt:
- Fixed that databasename works as second argument to mysqlhotcopy. UMASK and UMASK_DIR can now be specified in octal.
- Added RIGHT JOIN. This makes RIGHT a reserved word.
- Added @@IDENTITY as a synonym for LAST_INSERT_ID(). (for Visual Basic)
- Fixed bug in myisamchk and REPAIR when using FULLTEXT index.
- LOAD DATA INFILE now works for FIFO's. (Patch by Toni L. Harbaugh-Blackford).
- FLUSH LOGS broke replication if one had log-bin with a log with explicit extension
- Fixed a bug in MyISAM with packed multi-part keys.
- Fixed crash when using CHECK TABLE on Windows.
- Fixed a bug where FULLTEXT index always used the koi8_ukr character set.
- Fixed privilege checking for CHECK TABLE.
- The MyISAM repair/reindex code didn't use the --tempdir option for it's temporary files.
- Added BACKUP TABLE/RESTORE TABLE.
- Fixed coredump on CHANGE MASTER TO when the slave did not have the master to start with.
- Fixed incorrect Time in the processlist for Connect of the slave thread.
- The slave now logs when it connects to the master.