I’ve had a look at a preview release of MySQL 5.7.8, some time
before it became available to the general public (perks and
duties of an Oracle ACE) and I found a few interesting
things among the release notes and the tarball itself:
- There is a new tool named mysqlpump, which is intended as a replacement for mysqldump, with parallel processing, compression, progress watch, the long awaited ability of excluding databases or tables, and more.
- The json functionality has been fished out from the labs and added to the main distribution.