Search



Search Results
Displaying 381 to 390 of 2176 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-async-methods.html
private async void myButton_Click() { MySqlConnection myConn = new MySqlConnection("MyConnectionString"); MySqlCommand proc = new MySqlCommand("MyAsyncSpTest", myConn); proc.CommandType = CommandType.StoredProcedure; int result = await ... The ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
The option value must be null (to disable the default attribute set) or a JSON string (to be sent in addition to the default attribute set). For X DevAPI applications, specify connection attributes as a connection-attributes parameter in a ...
https://dev.mysql.com/doc/refman/8.4/en/gis-linestring-property-functions.html
ST_Length() handles its arguments as described in the introduction to this section, with these exceptions: If the geometry is not a LineString or MultiLineString, the return value is NULL. You can extract particular points of a LineString, count the ...If any geometry argument is not a syntactically well-formed geometry, an ER_GIS_INVALID_DATA error ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-page-compression.html
InnoDB supports page-level compression for tables that reside in file-per-table tablespaces. Page compression is enabled by specifying the COMPRESSION attribute with CREATE TABLE or ALTER TABLE. Supported Platforms Page compression requires sparse ...
https://dev.mysql.com/doc/refman/8.4/en/source-configuration-options.html
-DCOMPILATION_COMMENT_SERVER=string A descriptive comment about the compilation environment for use by mysqld (for example, to set the version_comment system variable). -DWITH_WIN_JEMALLOC=string On Windows, pass in a path to a directory containing ... The CMake program provides a great deal of control over how you configure a MySQL source ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-constants.html
4.3.1.14.21 DEFAULT_PROPERTY_TLS_SEARCH_PATH public static final String DEFAULT_PROPERTY_TLS_SEARCH_PATH = "$HOME/ndb-tls"; The default value of the TLS Search Path property. 4.3.1.14.22 ENV_CLUSTERJ_LOGGER_FACTORY_NAME public static final String ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-auto-parallel-load-syntax.html
To run Auto Parallel Load with a non-oci-default SQL mode configuration, specify the configuration using the Auto Parallel Load sql_mode option as a string value. auto_enc: Checks if there is enough memory for string column encoding. mysql> CALL ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-ml-rag-table.html
The input column must not be a part of the primary key and must not have NULL values or empty strings. It can include the following parameters: vscoptions: JSON_OBJECT('segment', 'SegmentColName', 'segment_embedding', 'EmbeddingColName'[, ... The ...
https://dev.mysql.com/doc/refman/8.4/en/converting-tables-to-innodb.html
Consider using an auto-increment column if there is not another stable, unique, non-null, numeric column to use. You can designate the former primary key columns as UNIQUE NOT NULL to enforce the same constraints as the PRIMARY KEY clause, that is, ... If you have MyISAM tables that you want to convert to InnoDB for better reliability and scalability, review the following guidelines and tips before ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-mysqlai-ml-rag-table.html
The input column must not be a part of the primary key and must not have NULL values or empty strings. It can include the following parameters: vscoptions: JSON_OBJECT('segment', 'SegmentColName', 'segment_embedding', 'EmbeddingColName'[, ... The ...
Displaying 381 to 390 of 2176 total results