The MySQL Development team is happy to announce our 5.7.4 development milestone release, now available for download at dev.mysql.com. You can find the full list of changes and bug fixes in the 5.7.4 Release Notes. Here are the highlights. Enjoy!
Error Logging
Use of error logging API in InnoDB (WL#6755) This work by Anil Toshniwal completes the integration of the new error log formatting in 5.7. It was done for the server layer in 5.7.2 and now it has been done for InnoDB. There is one common API for all error logging. Messages to the error log now have the same format with connection ID and UTC timestamp with microsecond resolution. The user is in …
[Read more]