Recently Oracle released new versions of their software and there are some things of note. MySQL 8.032 is not a major change but you do need to be aware of some changes just in case they have the potential to send you into the court of Murphy’s Law. So let’s look through the release notes to see what is new, changed, and deprecated.
My own comments are in italics and reflect the views of neither Percona nor anyone else. Percona’s release of ‘32 is in the works as we have to add the features Percona provides such as enterprise features (data masking, connection pooling, RocksDB, and much more).
The following items caught my eye as either interesting or ‘I need to add this to my to-do list’.
No more leading dollar signs for table names
> CREATE TABLE $Dollar (i int); Query OK, 0 rows affected, 1 warning (0.0192 sec) Warning (code 1681): '$ as the first character of an unquoted identifier' is …[Read more]