Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/connection-compression-control.html
                                The MYSQL_OPT_COMPRESSION_ALGORITHMS and MYSQL_OPT_ZSTD_COMPRESSION_LEVEL options for the mysql_options() function configure permitted compression algorithms and zstd compression level for client programs that use the MySQL C API. Configuration ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/group-replication-changing-group-mode.html
                                The functions used to change a group's mode can be run on any member. Changing to Single-Primary Mode Use the group_replication_switch_to_single_primary_mode() function to change a group running in multi-primary mode to single-primary mode by ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/keyring-file-component.html
                                "path": The item value is a string that names the file to use for storing keyring data. component_keyring_file supports the functions that comprise the standard MySQL Keyring service interface. Keyring operations performed by those functions are ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-what-is-new.html
                                Use of an Ndb.cfg file for setting the connection string for an NDB process was not well documented or supported. The thread local pointer changes also introduced the risk of memory being allocated wrongly when activating functionality in different ... What is New in NDB Cluster 8.4 Changes in NDB 8.x Innovation Releases The following sections describe changes in the implementation of MySQL NDB Cluster in NDB Cluster 8.0 through 8.0.44, as compared to earlier release ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-enterprise-security.html
                                MySQL Enterprise Edition includes a suite of masking and de-identification functions that perform subsetting, random generation, and dictionary replacement to de-identify strings, numerics, phone numbers, emails and more. These functions enable ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-javascript-documents-find.html
                                The syntax for expressions that form a search condition is the same as that of traditional MySQL Chapter 14, Functions and Operators. Avoid introducing values in queries using string concatenation, which can produce invalid input and, in some cases, ... You can use the find() method to query for and return documents from a collection in a ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-shell-tutorial-python-documents-find.html
                                The syntax for expressions that form a search condition is the same as that of traditional MySQL Chapter 14, Functions and Operators. Avoid introducing values in queries using string concatenation, which can produce invalid input and, in some cases, ... You can use the find() method to query for and return documents from a collection in a ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/show.html
                                 SHOW has many forms that provide information about databases, tables, columns, or status information about the server. The pattern is useful for restricting statement output to matching values. Several SHOW statements also accept a WHERE clause ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-store-result-nonblocking.html
                                 enum net_async_status mysql_store_result_nonblocking(MYSQL *mysql, MYSQL_RES **result) Description Note mysql_store_result_nonblocking() is an asynchronous function. It is the counterpart of the mysql_store_result() synchronous function, for use by ...For general information about writing asynchronous C API applications, see Chapter 7, C API Asynchronous ...
                                            
                https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-16.html
                                Functionality Added or Changed Bugs Fixed Functionality Added or Changed X DevAPI: Added BigInteger, BigDecimal, and Character as supported classes whose instances can be passed as parameters to a X DevAPI Table statement. This was due to issues ...