Search Results
https://dev.mysql.com/doc/refman/9.7/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/relnotes/mysql/9.7/en/index.html
Abstract This document contains release notes for the changes in MySQL 9.7. For information about changes in a different version of MySQL, see the release notes for that version. For additional MySQL 9.7 documentation, see the MySQL 9.7 Reference ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/9.7/en/index.html
Abstract This document contains release notes for the changes in each release of MySQL NDB Cluster that uses version 9.7 of the NDB (NDBCLUSTER) storage engine. For general information about features added in NDB Cluster 9.7, see What is New in ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/9.7/en/news-9-1-0.html
MySQL NDB Cluster 9.1.0 is a new Innovation release of NDB Cluster, based on MySQL Server 9.1 and including features in version 9.1 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster releases. NDB Cluster ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-x-protocol-and-x-devapi.html
Default Value 10000 Since Version 8.0.13 xdevapi.connection-attributes An X DevAPI-specific comma-delimited list of user-defined "key=value" pairs, in addition to standard X Protocol-defined "key=value" pairs, to be passed to MySQL Server for ...If ...
https://dev.mysql.com/doc/internals/en/bas-ext.html
By providing a list of extensions, storage engines can in many cases omit the [custom-engine.html#custom-engine-api-reference-delete_table delete_table()] method as the MySQL server will close all references to the table and delete all files with ...
https://dev.mysql.com/doc/internals/en/optimizer-index-merge-join-type.html
7.2.2.5.1 Overview Index Merge is used when table condition can be converted to form: cond_1 OR cond_2 ... OR cond_N The conditions for conversion are that each cond_i can be used for a range scan, and no pair (cond_i, cond_j) uses the same index.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-7.html
Deprecation and Removal Notes Security Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes View and table DDL methods have been removed. In addition to the new APIs introduced in MySQL Connector/C++ 8.0 (X ...
https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-x-protocol-and-x-devapi.html
Default Value 10000 Since Version 8.0.13 xdevapi.connection-attributes An X DevAPI-specific comma-delimited list of user-defined "key=value" pairs, in addition to standard X Protocol-defined "key=value" pairs, to be passed to MySQL Server for ...If ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-client-commands.html
For example, for the restore cluster command, the -p (lowercase) is the short form of the --parallelism option, but -P (uppercase) is the short form of the --privilege-tables option. You are not required to follow this convention if you do not wish ...These commands are issued to the management agent using the mysql client program included with the MySQL NDB Cluster distribution (for information about the mysql client not specific to using MySQL Cluster Manager, see mysql — The MySQL Command-Line ...