7.4 Option Tracker

The Option Tracker component provides usage information about different features and components of HeatWave.

For more information, see Option Tracker Component.

As of MySQL 9.2.1, the boolean flag used has been replaced with an integer flag usedCounter in the option_tracker_usage_get() function. The counter indicates the number of times a component is used.

The option_tracker_usage_get() function returns a value similar to the following:

Press CTRL+C to copy
mysql> SELECT option_tracker_usage_get('HeatWave Autopilot Loader'); +---------------------------------------------------------+ | option_tracker_usage_get('HeatWave Autopilot Loader') | +---------------------------------------------------------+ | {"usedDate": "2025-02-18T04:22:06Z", "usedCounter": 30} | +---------------------------------------------------------+