Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-11.html
The server determines the ID format, which should be considered opaque from the API perspective (they are no longer UUID-based). For MySQL Connector/C++ 8.0.11 and higher, Commercial and Community distributions require the Visual C++ ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-10.html
(WL #11395) Document Store: MySQL Connector/NET now supports setting and releasing named transaction savepoints, which can be assigned a name explicitly or by default using the savepoint_(uuid) format. Functionality Added or Changed Bugs Fixed ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-8.html
It is still a string of 32 hexadecimal digits based on UUID, but the order of digits was changed to match the requirement of a stable ID prefix. MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-4.html
It is still a string of 32 hexadecimal digits based on UUID, but the order of digits was changed to match the requirement of a stable ID prefix. MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-advisor-scripting-blackouts.html
For example: curl -G -k --user myadmin:mypassword "https://servicemanager:18443/rest" --data-urlencode "command=blackout" --data-urlencode "server_uuid=62e74f29-526a-11ba-77fb-0242xy112504" --data-urlencode "blackout_state=false" It is also possible ... It is also possible to manage blackouts from the command line, or a ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-mysql-instance-dashboard-layout.html
This section describes the controls on the Manage Instances view. Alert Buttons The alert buttons list the number of problematic instances, connections, and agents in your implementation. If a problem exists, they are displayed on the top-right ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-replication-dashboard-ui-ref.html
The status message is prefixed with the Group Replication ID, which takes the form GR-nnnnnnnn-nnnn, where nnnnnnnn-nnnn is the UUID prefix of the group. Important The Max Replication Delay field displays the total amount of replication delay which ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-replication.html
This is because mysqld did not expose the master's uuid value to SHOW SLAVE STATUS in versions preceding MySQL 5.6. The Replication Dashboard displays all information related to monitored replication groups. MySQL Enterprise Monitor supports ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-add-task-log.html
Syntax mysql> CALL mysql_tasks.add_task_log( IN 'task_id' VARCHAR(36), IN 'message' VARCHAR(2000), IN 'data' JSON, IN progress SMALLINT, IN 'status' ENUM ); Following are add_task_log parameters: task_id VARCHAR(36): specifies the unique task ID ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-async-apptask-kill.html
task_id (VARCHAR (36)): specifies the unique task ID (UUID) of the task to be terminated. The kill_app_task routine kills an active or scheduled task using its task ID. Syntax mysql> SELECT mysql_tasks.kill_app_task( IN 'app_user_id' VARCHAR(255), ...