Search Results
                    
                    
            https://dev.mysql.com/doc/internals/en/x-protocol-messages-messages.html
                                 Topics in this section: Message Structure Message Sequence Common Messages Connection Session Expectations CRUD SQL Result Sets Expressions Data Types This section provides detailed information about how X Protocol defines messages. Message ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-reference-type-conversions.html
                                 MySQL Connector/J is flexible in the way it handles conversions between MySQL data types and Java data types. In general, any MySQL data type can be converted to a java.lang.String, and any numeric type can be converted to any of the Java numeric ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-reference-type-conversions.html
                                 MySQL Connector/J is flexible in the way it handles conversions between MySQL data types and Java data types. In general, any MySQL data type can be converted to a java.lang.String, and any numeric type can be converted to any of the Java numeric ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbd-definition.html
                                 The [ndbd] and [ndbd default] sections are used to configure the behavior of the cluster's data nodes. [ndbd] and [ndbd default] are always used as the section names whether you are using ndbd or ndbmtd binaries for the data node processes. There ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-replication-schema.html
                                 ndb_apply_status Table ndb_binlog_index Table ndb_replication Table Replication in NDB Cluster makes use of a number of dedicated tables in the mysql database on each MySQL Server instance acting as an SQL node in both the cluster being replicated ...
                                            
                https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-get.html
                                 get [--include-defaults|-d] [--all] [filter_specification_list] cluster_name filter_specification_list: filter_specification[,filter_specification][,...] filter_specification: [attribute_name][:process_specification][+process_specification]] ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-selective-load.html
                                 Available as of MySQL 9.1.2, you can update external tables using Selective Load, which lets you edit the list of files that comprise an external table without altering the directories in the Object Storage bucket. This topic contains the following ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-formats.html
                                 The MySQL server calls the audit log plugin to write an audit record to its log file whenever an auditable event occurs. Typically the first audit record written after plugin startup contains the server description and startup options. Elements ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/c-api-data-structures.html
                                 This section describes C API data structures other than those used for prepared statements, the asynchronous interface, or the replication stream interface. For information about those, see Section 6.2, “C API Prepared Statement Data ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-options.html
                                 int mysql_options(MYSQL *mysql, enum mysql_option option, const void *arg) Description Can be used to set extra connect options and affect behavior for a connection. This function may be called multiple times to set several options. The option ...