Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-blobs-ndbrecord.html
*/ /* Separate rows used to specify key and hold result */ MyRow key_row; MyRow out_row; /* Fetch and show the blob field, using setActiveHook(). */ NdbTransaction *myTrans= myNdb->startTransaction(); if (myTrans == NULL) ... This example ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-db-object-names.html
Names of unique indexes and primary keys are handled as follows: For a MySQL UNIQUE index, both a B-tree and a hash index are created. For a MySQL primary key only a B-tree index is created. There is no extra hash; however, the uniqueness of the ...
https://dev.mysql.com/doc/ndbapi/en/overview-ndb-record-structure.html
Each record has from 1 up to 32 attributes which belong to the primary key of the table. This record has a 32-bit primary key which also serves as the partitioning key. Then the keyData is used as the address of the integer of the primary key and ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-validation.html
To enable or modify JSON schema validation, you supply to a collection a validation JSON object like the following: { validation: { level: "off|strict", schema: "json-schema" } } Here, validation is a JSON object that contains the keys you can use ... Collections can be configured to verify documents against a JSON ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connection-attributes-xdevapi.html
Connection attributes are key-value pairs that application programs can pass to the server during connection time to be stored in the PERFORMANCE_SCHEMA tables session_account_connect_attrs and session_connect_attrs. There are two different kinds ...The set of client-defined attributes differ from client to client—see the X DevAPI references of you client for ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/admin-advisors-reference.html
You are running a version where the truncation limit should be 1 megabyte, however truncation is still occurring in your system, and the MEM Agent relies on this output to pass back a number of key InnoDB statistics. Using the new clauses and ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-data-encryption.html
After a keyring plugin is installed and configured, encryption can be enabled for: File-per-table tablespaces General tablespaces The mysql system tablespace Redo logs Undo logs For more information, see InnoDB Data-at-Rest Encryption. MySQL Server ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/collection-validation.html
To enable or modify JSON schema validation, you supply to a collection a validation JSON object like the following: { validation: { level: "off|strict", schema: "json-schema" } } Here, validation is a JSON object that contains the keys you can use ... Collections can be configured to verify documents against a JSON ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/connection-attributes-xdevapi.html
Connection attributes are key-value pairs that application programs can pass to the server during connection time to be stored in the PERFORMANCE_SCHEMA tables session_account_connect_attrs and session_connect_attrs. There are two different kinds ...The set of client-defined attributes differ from client to client—see the X DevAPI references of you client for ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/collection-validation.html
To enable or modify JSON schema validation, you supply to a collection a validation JSON object like the following: { validation: { level: "off|strict", schema: "json-schema" } } Here, validation is a JSON object that contains the keys you can use ... Collections can be configured to verify documents against a JSON ...