Search Results
https://dev.mysql.com/doc/refman/8.4/en/spatial-convenience-functions.html
The functions in this section provide convenience operations on geometry values. Unless otherwise specified, functions in this section handle their geometry arguments as follows: If any argument is NULL, the return value is NULL. If any geometry ...
https://dev.mysql.com/doc/refman/8.4/en/time-zone-support.html
This section describes the time zone settings maintained by MySQL, how to load the system tables required for named time support, how to stay current with time zone changes, and how to enable leap-second support. Time zone offsets are also ...
https://dev.mysql.com/doc/refman/8.4/en/values.html
VALUES is a DML statement which returns a set of one or more rows as a table. In other words, it is a table value constructor which also functions as a standalone SQL statement. VALUES row_constructor_list [ORDER BY column_designator] [LIMIT ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-basic-interface-usage.html
Application programs should use this general outline for interacting with MySQL by means of the client library: Initialize the MySQL client library by calling mysql_library_init(). Initialize a connection handler by calling mysql_init() and connect ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-fetch.html
int mysql_stmt_fetch(MYSQL_STMT *stmt) Description mysql_stmt_fetch() returns the next row in the result set. It can be called only while the result set exists; that is, after a call to mysql_stmt_execute() for a statement such as SELECT that ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-audit-plugins.html
This section describes how to write a server-side audit plugin, using the example plugin found in the plugin/audit_null directory of MySQL source distributions. The audit_null.c and audit_null_variables.h source files in that directory implement an ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/reboot-outage.html
If your cluster experiences a complete outage you can reconfigure it using dba.rebootClusterFromCompleteOutage(). This operation enables you to connect to one of the cluster's MySQL instances and use its metadata to recover the cluster. A complete ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-automl-privileges.html
To use AutoML, ask the admin user to grant you the following privileges. Replace user_name and database_name in the commands with the appropriate user name and database name. Database Privileges You need the following privileges to access the ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-ai-aml-model-handles.html
When ML_TRAIN trains a model, you have the option to specify a name for the model, which is the model handle. If you do not specify a model handle name, a model handle is automatically generated that is based on the database name, input table name, ...
https://dev.mysql.com/doc/workbench/en/wb-layers-palette.html
This palette shows all of the layers and figures on an EER diagram. If a layer or figure is currently selected, an X appears beside the name of the object and its properties are displayed in the Properties palette. This is useful when determining ...