These release notes were created with the assistance of MySQL HeatWave GenAI.
-
util.dumpInstance returned the following error when run against MySQL HeatWave DB Systems:
ERROR: User 'admin'@'%' is granted restricted privilege: OPTION_TRACKER_OBSERVER (fix this with 'strip_restricted_grants' compatibility option)
The list of privileges has been updated to include
OPTION_TRACKER_OBSERVER
. (Bug #37958876) -
MySQL Shell logging has been improved for
LOAD DATA
warnings generated by util.importTable and util.loadDump. Previously,LOAD DATA
warnings were printed to the terminal and were difficult to locate in the log. For example:Warning: schema@table@123.tsv.zst error 1062: Duplicate entry '1234567' for key 'table.PRIMARY'
These messages have been improved, making them easier to find in the log. For example:
Warning: An error has been reported while loading data into `schema`.`table` from 'schema@table@123.tsv.zst' file, error 1062: Duplicate entry '1234567' for key 'table.PRIMARY'
(Bug #37800574)
The MySQL REST Service-specific account,
ocirest
, is automatically excluded when dumping withocmids:true
, or loading into MySQL HeatWave DB Systems. (Bug #37792183)