Search Results
https://dev.mysql.com/doc/c-api/9.7/en/mysql-stmt-fetch.html
Error code and message can be obtained by calling mysql_stmt_errno() and mysql_stmt_error(). To determine which column values were truncated when this value is returned, check the error members of the MYSQL_BIND structures used for fetching values.
https://dev.mysql.com/doc/relnotes/mysql/9.7/en/news-9-6-0.html
Errors were returned similar to the following: ADD_LIBRARY cannot create imported target "ext::libprotobuf" because another target with the same name already exists. (Bug #114671, Bug #117516, Bug #37329988, Bug #37615382, Bug #36526371) InnoDB ...
https://dev.mysql.com/doc/relnotes/mysql-shell/9.7/en/news-9-1-0.html
(Bug #36657936) If clone-based recovery failed while adding an instance, the instance and Cluster could be left in an inconsistent state, returning multiple errors, and unrecoverable by rescan(). add_instance() did not properly handle clone-related ... AdminAPI Added or Changed Functionality AdminAPI Bugs Fixed Utilities Added or Changed Functionality Utilities Bugs Fixed Functionality Added or Changed Bugs Fixed AdminAPI Added or Changed Functionality AdminAPI now performs version compatibility checks in operations which create or modify replication ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-set.html
Attempting to do either of these things causes an error, as shown here: mcm> set DataDir=/var/cluster-data mycluster; ERROR 3 (00MGR): Illegal syntax mcm> set DataDir:ndb_mgmd,ndbd,mysqld=/var/cluster-data mycluster; ERROR 3 (00MGR): Illegal syntax ...Attributes can be set on either the process level or instance ...
https://dev.mysql.com/doc/refman/9.7/en/bug-reports.html
If you get a parse error for an SQL statement, please check your syntax closely. For solutions to some common problems, see Section B.3, “Problems and Common Errors”. The most common errors made in bug reports are (a) not including the version ... Before posting a bug report about a problem, please try to verify that it is a bug and that it has not been reported already: Start by searching the MySQL online manual at ...
https://dev.mysql.com/doc/refman/9.7/en/replication-options-binary-log.html
If you specify --log-replica-updates or --replica-preserve-commit-order together with --skip-log-bin or --disable-log-bin, a warning or error message is issued. Setting this variable on the source to a value unrecognized by the replica causes the ...
https://dev.mysql.com/doc/refman/9.7/en/source-configuration-options.html
If it is desired to compile without particular types of instrumentation, that can be done with the following CMake options: DISABLE_PSI_COND DISABLE_PSI_DATA_LOCK DISABLE_PSI_ERROR DISABLE_PSI_FILE DISABLE_PSI_IDLE DISABLE_PSI_MEMORY ... The CMake ...
https://dev.mysql.com/doc/refman/9.7/en/srjs-session-info.html
stack_trace: If execution of the MLE stored program is unsuccessful, this contains a stack trace which may help in pinpointing the source of the error. Syntax and similar errors encountered by an unsuccessful CREATE FUNCTION or CREATE PROCEDURE ...
https://dev.mysql.com/doc/refman/9.7/en/windows-troubleshooting.html
When installing and running MySQL for the first time, you may encounter certain errors that prevent the MySQL server from starting. This section helps you diagnose and correct some of these errors. Your first resource when troubleshooting server ...
https://dev.mysql.com/doc/relnotes/mysql-shell/9.7/en/news-9-5-0.html
The error occurred on the invalidEngineForeignKey upgrade check if a table name contained non-letter characters such as hyphens. (Bug #38408207) When using anonymous arguments with the -- util copyTables command, the error message did not clearly ...