Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-errors-handling.html
Scan operations are executed in the same way as other operations, and also have implicit execute() calls within the NdbScanOperation::nextResult() method. Some blob manipulation methods also have implicit internal execute() calls, and so can ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-event-handling.html
The source code for this program may be found in the NDB Cluster source tree, in the file storage/ndb/ndbapi-examples/ndbapi_event/ndbapi_event.cpp. #include <NdbApi.hpp> // Used for cout #include <stdio.h> #include <iostream> #include <unistd.h> ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb-cluster-connection.html
Return value This method returns an int, which can have one of the following 3 values: 0: The connection attempt was successful. Signature const Ndb* get_next_ndb_object ( const Ndb* p ) Parameters This method takes a single parameter, a pointer to ... 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/ndbapi/en/ndb-ndbblob.html
When a blob handle is created on a read operation using LM_Read or LM_Exclusive as the LockMode, the read operation can be unlocked only once all Blob handles created on this operation have been closed. In this case, when all the blob handles for ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbscanfilter.html
NdbScanFilter Class Overview NdbScanFilter::begin() NdbScanFilter::BinaryCondition NdbScanFilter::cmp() NdbScanFilter::cmp_param() NdbScanFilter Constructor NdbScanFilter::end() NdbScanFilter::eq() NdbScanFilter::isfalse() NdbScanFilter::isnotnull() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbscanoperation.html
Following this, you can call nextResult(true) to have more records fetched and cached in the NDB API. Unordered scans can return rows to the API client before all index fragments have returned any batches, and can overlap next-batch requests with ...
https://dev.mysql.com/doc/ndbapi/en/overview-terminology.html
Abstract This section provides a glossary of terms which are unique to the NDB and MGM APIs, or that have a specialized meaning when applied in the context of either or both of these APIs. The terms in the following list are useful to an ...A ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-administration-standard-rules.html
However, the number of log files and the space they use can grow rapidly, especially on a busy server, so it is important to remove these files on a regular basis when they are no longer needed, as long as appropriate backups have been made. If you ...The binary log enables point-in-time recovery, preventing data loss during a disaster recovery ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-passwordvalidation-category.html
Length The minimum number of characters that passwords checked by the validate_password plugin must have. Mixed Case Count The minimum number of lowercase and uppercase characters that passwords checked by the validate_password plugin must have if ... Lists the Password Validation configuration metrics and provides a brief description of ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-password-validation.html
validate_password.length=8 The minimum number of characters that validate_password requires passwords to have. validate_password.number_count=1 The minimum number of lowercase and uppercase characters that validate_password requires passwords to ...