Search Results
https://dev.mysql.com/doc/refman/8.4/en/group-replication-system-variables.html
Appropriate permissions are required for the replication user for distributed recovery if the admin_port is used. In this mode, connected client users are disconnected on their next request and connections are no longer accepted, with the exception ... This section lists the system variables that are specific to the Group Replication ...
https://dev.mysql.com/doc/ndbapi/en/ndb-dictionary.html
You should keep in mind that the NDB API does not track allocated event objects, which means that the user must delete the Event that was obtained using createEvent(), after this object is no longer required. The NDB API does not track allocated ...
https://dev.mysql.com/doc/x-devapi-userguide/en/error-handling.html
The default error handling can be changed by creating a custom SessionContext and passing it to the mysqlx.getSession() function. When writing scripts for MySQL Shell you can often simply rely on the exception handling done by MySQL Shell. For all ...
https://dev.mysql.com/doc/refman/8.4/en/stored-programs-logging.html
On the replica side, the replica uses the trigger DEFINER attribute to determine which user is considered to be the creator of the trigger. The implication is that although a user must have the CREATE ROUTINE privilege to create a function, the user ...In this situation, it is possible for a procedure to follow different execution paths on source and replica servers, so a user could write a routine containing a dangerous statement that executes only on the ...
https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html
Includes both implicit (InnoDB-created) and explicit (user-created) undo tablespaces, active and inactive. | Connections | 30023 | | Created_tmp_disk_tables | 0 | | Created_tmp_files | 3 | | Created_tmp_tables | 2 | ... | Threads_created | 217 | | ... The MySQL server maintains many status variables that provide information about its ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-how-to-import-onnx.html
The following example converts the /Users/user1/iris.onnx file and creates the output file iris_base64.onnx. # python3 encode_onnx_base64.py import onnx import base64 with open("iris_base64.onnx", "wb") as f: model = ... This topic describes how to ...
https://dev.mysql.com/doc/refman/8.4/en/replication-options-binary-log.html
If set to 0 (the default), users are not permitted to create or alter stored functions unless they have the SUPER privilege in addition to the CREATE ROUTINE or ALTER ROUTINE privilege. The server creates binary log files in sequence by adding a ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/admin-api-routing-guidelines-examples.html
rg.add_route( "rw_traffic", "$.session.targetPort in ($.router.port.rw, $.router.port.rw_split)", ["first-available(Primary_Local, Primary_Remote)"], {"connectionSharingAllowed": True, "enabled": True}); rg.add_route( "ro_traffic", ...This example ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-single.html
Create foreign key failed - parent key is primary key and on-update-cascade is not allowed 21020 MySQL error. Create foreign key failed in NDB - no more object records 21021 MySQL error. Create foreign key failed in NDB - invalid request 21022 MySQL ... This section lists all NDB errors, ordered by NDB error ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-copy-mysql-configuration.html
They are not removable by the X button, and will remain as user variables in the new custom configuration you are creating. User-defined variables are those that have ever been set in a configuration dialog when the configuration or its base ...You ...