Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-temporary-resource-error.html
The following list enumerates all NDB errors of type TR (Temporary Resource error).
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbblob.html
NdbBlob supports 3 types of data access: These data access types can be applied in combination, provided that they are used in the order given above. You can set data to a null pointer (0) in order to create a NULL value. This section provides ...
https://dev.mysql.com/doc/ndbapi/en/ndb-object.html
These values correspond to those shown in the previous table, in the order shown. This section provides information about the Object class, which contains meta-information about database objects such as tables and indexes. Description This ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-api.html
This can be accomplished through the usual MySQL APIs discussed in the MySQL Manual and elsewhere.) The NDB API supports both table scans and row scans; the latter can be performed using either unique or ordered indexes. In addition, the NDB API ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-22.html
Compression algorithms options permit multiple algorithms, which should be listed in priority order. (WL #13884) Bugs Fixed String decoding failed for utf-8 strings that began with a \xEF byte-order mark. Compilation Notes Connection Management ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-cluster-config-metric-sourcestatus-category.html
Lists the Source Status configuration metrics and provides a brief description of each. Table 9.2 Source Status Configuration Metrics NameDescriptionSkip Errors Errors the server should skip. Load Data Temp Directory Directory used for temporary ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-administration-standard-rules.html
The binary log enables point-in-time recovery, preventing data loss during a disaster recovery situation. It also enables you to review all alterations made to your database. When enabled, it causes a MySQL server to write informational log events ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-schema-standard-rules.html
Severity Minor Warning Advice Ensure that the sql_mode variable contains one of the following in order to obtain the highest level of data integrity: TRADITIONAL, STRICT_TRANS_TABLES, or STRICT_ALL_TABLES . Severity Minor Warning Advice Ensure that ... The following are the MySQL Schema Standard compliance rules: Server-Enforced Data Integrity Checking Disabled Server-Enforced Data Integrity Checking Not Strict Server-Enforced Data Integrity Checking Disabled Description SQL Modes define what SQL syntax MySQL should support and what kind of data validation checks it should ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-binarylogs-category.html
Binlog Order Commits Enabled If this variable is enabled (the default), transactions are committed in the same order they are written to the binary log. Lists the Binary Logs configuration metrics and provides a brief description of each. Table 7.2 ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-replicationreplica-category.html
Preserve Commit Order For multi-threaded replicas, enabling this variable ensures that transactions are externalized on the replica in the same order as they appear in the replica's relay log. Lists the Replication Replica configuration metrics and ...