Search



Search Results
Displaying 171 to 180 of 2266 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-single.html
All Not NULL attribute have not been defined 4107 MySQL error. Trying to set a NOT NULL attribute to NULL 4204 MySQL error. Ndb reports NULL value on Not NULL attribute 4213 MySQL error. Missing NULL ptr in end of keyData list 4277 MySQL error. Key ... This section lists all NDB errors, ordered by NDB error ...
https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html
Its value is a string consisting of supported method names separated by spaces. The MySQL server maintains many status variables that provide information about its operation. You can view these variables and their values by using the SHOW [GLOBAL | ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins-server-side.html
The value is represented as a string at most MYSQL_USER_NAME_LENGTH bytes long, plus a terminating null. external_user: The server sets this to the empty string (null terminated). The value is represented as a string at most 511 bytes long, plus a ...A value of NULL means “any plugin.” In the latter case, whatever plugin the client uses will ... Declare the server-side plugin with the usual general descriptor format that is used ...
https://dev.mysql.com/doc/refman/8.4/en/create-table-foreign-keys.html
For nonbinary (character) string columns, the character set and collation must be the same. SET NULL: Delete or update the row from the parent table and set the foreign key column or columns in the child table to NULL. Both ON DELETE SET NULL and ON ... MySQL supports foreign keys, which permit cross-referencing related data across tables, and foreign key constraints, which help keep the related data ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator-cli.html
socket N/A pipe-name, named-pipe-name, named-pipe, pipename string N/A MYSQL configure, reconfigure enable-named-pipes=true Specifies the pipe name to use when listening for local connections that use a named pipe. named-pipe-full-access-group N/A ... MySQL Configurator supports GUI (default) and CLI (by passing in --console) modes using the mysql_configurator.exe ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-auto-loading-data-uri.html
As of MySQL 9.3.1, and only on MySQL HeatWave on OCI, you can use uniform resource identifiers (URI) to specify files for loading data when creating external tables. Review the following examples for different ways to create external tables. These ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-loading-data-uri.html
As of MySQL 9.3.1, and only on MySQL HeatWave on OCI, you can use uniform resource identifiers (URI) to specify files for loading data when creating external tables manually. Review the following examples for different ways to create external ...
https://dev.mysql.com/doc/refman/8.4/en/replication-threads-monitor-worker.html
On a multithreaded replica, the Performance Schema tables replication_applier_status_by_coordinator and replication_applier_status_by_worker show status information for the replica's coordinator thread and applier worker threads respectively. For a ...
https://dev.mysql.com/doc/refman/8.4/en/spatial-function-argument-handling.html
Spatial values, or geometries, have the properties described in Section 13.4.2.2, “Geometry Class”. Specific functions or groups of functions may have additional or different argument-handling characteristics, as discussed in the sections where ...
https://dev.mysql.com/doc/refman/8.4/en/xa-restrictions.html
XA transaction support is limited to the InnoDB storage engine. For “external XA,” a MySQL server acts as a Resource Manager and client programs act as Transaction Managers. For “Internal XA”, storage engines within a MySQL server act as ...
Displaying 171 to 180 of 2266 total results