Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-overload-error.html
The following list enumerates all NDB errors of type OL (Overload error).
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-configuration-or-application-error.html
The following list enumerates all NDB errors of type CE (Configuration or application error).
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-user-defined-error.html
The following list enumerates all NDB errors of type UD (User defined error).
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-unknown-result-error.html
NDB error code 4008 MySQL error DMEC Error message Receive from NDB failed NDB error code 4009 MySQL error HA_ERR_NO_CONNECTION Error message Cluster Failure NDB error code 4012 MySQL error DMEC Error message Request ndbd time-out, maybe due to high ... The following list enumerates all NDB errors of type UR (Unknown result ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-no-error.html
NDB error code 0 MySQL error 0 Error message No error . The following list enumerates all NDB errors of type NE (No error).
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-batch-code-execution.html
As well as interactive code execution, MySQL Shell provides batch code execution from: A file loaded for processing. A file containing code that is redirected to the standard input for execution. Code from a different source that is redirected to ...Tip As an alternative to batch execution of a file, you can also control MySQL Shell from a terminal, see Section 5.8, “API Command Line ...
https://dev.mysql.com/doc/internals/en/replication-source-code-files.html
This is also where the code resides for RESET SLAVE, CHANGE MASTER, RESET MASTER, SHOW BINLOG EVENTS, SHOW MASTER STATUS, SHOW BINARY LOGS, PURGE BINARY LOGS, as well as some replication-related system variables. sql_binlog.cc Contains code to ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-source-code.html
MySQL Router is part of the MySQL Server source code tree; compiling MySQL Server also compiles MySQL Router. Note MySQL Router source code can be found in the router directory inside the MySQL Server source code repository. Get Source Code To ...
https://dev.mysql.com/doc/refman/8.4/en/show-procedure-code.html
SHOW PROCEDURE CODE proc_name This statement is a MySQL extension that is available only for servers that have been built with debugging support. A similar statement, SHOW FUNCTION CODE, displays information about stored functions (see Section ...
https://dev.mysql.com/doc/internals/en/code-tree-representation.html
The number of bits required per value and per offset is computed in advance and part of the code tree description. Every left branch gets a 0 bit, every right branch gets a 1 bit. The in-memory representation of the trees are two unsigned integers ...