Search Results
                    
                    
            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/c-api/8.4/en/c-api-prepared-statement-data-structures.html
                                To specify the statement to prepare, pass the MYSQL_STMT pointer and the statement string to mysql_stmt_prepare(). When you call mysql_stmt_execute(), MySQL use the value stored in the variable in place of the corresponding parameter marker in the ... Prepared statements use several data structures: To obtain a statement handler, pass a MYSQL connection handler to mysql_stmt_init(), which returns a pointer to a MYSQL_STMT data ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-ndb-cluster-connection.html
                                The first of these is shown here: Ndb_cluster_connection ( const char* connection_string = 0 ) The second constructor takes a node ID in addition to the connection string argument. Its signature and parameters are shown here: Ndb_cluster_connection ... This section provides information about the Ndb_cluster_connection class, which models a connection by a management server (ndb_mgmd) to a set of data ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/constant-folding-optimization.html
                                Consider the table created by the following statement: CREATE TABLE t (c TINYINT UNSIGNED NOT NULL); The WHERE condition in the query SELECT * FROM t WHERE c < 256 contains the integral constant 256 which is out of range for a TINYINT UNSIGNED ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-authentication.html
                                Note The Defaultauthenticationplugin connection-string option is mandatory for supporting userless and passwordless Kerberos authentications (see Options for Classic MySQL Protocol Only). By default, Connector/NET uses the operating system's login ... MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-authentication.html
                                Note The Defaultauthenticationplugin connection-string option is mandatory for supporting userless and passwordless Kerberos authentications (see Options for Classic MySQL Protocol Only). By default, Connector/NET uses the operating system's login ... MySQL Connector/NET implements a variety of authentication plugins that MySQL Server can invoke to authenticate a ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replication-options-gtids.html
                                gtid_executed System Variable gtid_executed Scope Global Dynamic No SET_VAR Hint Applies No Type String Unit set of GTIDs When used with global scope, this variable contains a representation of the set of all transactions executed on the server and ... The MySQL Server system variables described in this section are used to monitor and control Global Transaction Identifiers ...
                                            
                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/heatwave/en/mys-hw-genai-generate-embeddings.html
                                You can pass the text string in the routine manually or use data from tables in your database.  This section describes how to generate vector embeddings using the ML_EMBED_ROW MySQL HeatWave GenAI routine. Vector embeddings are a numerical ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-generate-embeddings.html
                                You can pass the text string in the routine manually or use data from tables in your database.  This section describes how to generate vector embeddings using the ML_EMBED_ROW routine. Vector embeddings are a numerical representation of the text ...