Search



Search Results
Displaying 91 to 100 of 1333 total results
https://dev.mysql.com/doc/refman/8.4/en/source-configuration-options.html
-DFORCE_UNSUPPORTED_COMPILER=bool By default, CMake checks for minimum versions of supported compilers; to disable this check, use -DFORCE_UNSUPPORTED_COMPILER=ON. -DIGNORE_AIO_CHECK=bool If the -DBUILD_CONFIG=mysql_release option is given on Linux, ... The CMake program provides a great deal of control over how you configure a MySQL source ...
https://dev.mysql.com/doc/refman/8.4/en/what-is-crashing.html
This can normally be checked by pressing the Caps Lock key. (Before doing this, you should try to restart your computer and check all cables to the keyboard.) The mouse pointer does not move. Check also that all your libraries (such as glibc) are up ...If the Caps Lock light does not change, you have to replace your ...
https://dev.mysql.com/doc/relnotes/mysql/8.4/en/news-8-4-5.html
The --check-table-functions server option introduced in this release helps to address this problem by making it possible to specify the server's behavior when encountering an error with such a function. InnoDB: CHECK TABLE for spatial indexes did ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/innodb-clusterset-switchover.html
A primary cluster that is functioning acceptably has the global status OK when you check it using AdminAPI's clusterSet.status() command in MySQL Shell. Check the status of the whole InnoDB ClusterSet deployment using AdminAPI's clusterSet.status() ... A controlled switchover makes a selected replica cluster into the primary cluster for the InnoDB ClusterSet ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-application-error.html
The following list enumerates all NDB errors of type AE (Application error). Having a table without primary key uses an autoincremented hidden key, i.e. NDB error code 5002 MySQL error DMEC Error message The process has wrong type. NDB error code ...
https://dev.mysql.com/doc/ndbapi/en/ndb-errors-handling.html
For this reason, the return value of getNdbError() should usually be checked, even if execute() returns success. If the batch of operations being executed included operations with the AO_IgnoreError abort option set, then it is possible that there ... Abstract This section describes how NDB API errors can be detected and mapped onto particular ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndb.html
getNextEventOpInEpoch3() Gets the next event operation in this global checkpoint, showing any received anyvalues. isConsistentGCI() Whether all received events for a given global checkpoint are consistent. isExpectingHigherQueuedEpochs() Check ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-advisor-scripting-blackouts.html
Blackout Status: describes how to check the blackout status on the agent, group, or MySQL instance. To check the blackout status you must provide the following: --user: the username and password of the Service Manager user running the command. It ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-introduction-server.html
It is also possible to check if specific configuration elements are present or correct. The following types of Advisor are provided: Administration: Checks the MySQL instance installation and configuration. Availability: Checks the availability of ... MySQL Enterprise Service Manager is the central hub of the MySQL Enterprise Monitor installation and is responsible for the following: Receiving and storing information from the ...
https://dev.mysql.com/doc/refman/8.4/en/ansi-diff-foreign-keys.html
In an SQL statement that inserts, deletes, or updates many rows, foreign key constraints (like unique constraints) are checked row-by-row. When performing foreign key checks, InnoDB sets shared row-level locks on child or parent records that it must ...For example, if you define a RESTRICT type constraint, and there is a child row with several parent rows, InnoDB does not permit the deletion of any of the parent ...
Displaying 91 to 100 of 1333 total results