Search Results
https://dev.mysql.com/doc/refman/8.4/en/bug-reports.html
If the problem occurs during compilation, include the exact error messages and also a few lines of context around the offending code in the file where the error occurs. If you get a parse error for an SQL statement, please check your syntax closely.
https://dev.mysql.com/doc/refman/8.4/en/revoke.html
With neither of these modifications, REVOKE either succeeds for all named users and roles, or rolls back and has no effect if any error occurs; the statement is written to the binary log only if it succeeds for all named users and roles. Otherwise, ...[IGNORE UNKNOWN USER] REVOKE [IF EXISTS] ALL [PRIVILEGES], GRANT OPTION FROM user_or_role [, user_or_role] ...
https://dev.mysql.com/doc/refman/8.4/en/xml-functions.html
No warnings or errors are issued by the server if a variable has the wrong type or has previously not been assigned a value. This also means the user is fully responsible for any typographical errors, since no warnings are given if (for example) ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-sqlstate.html
const char * mysql_sqlstate(MYSQL *mysql) Description Returns a null-terminated string containing the SQLSTATE error code for the most recently executed SQL statement. For example, the mysql client program displays errors using the following ...If ...
https://dev.mysql.com/doc/refman/8.4/en/host-cache.html
The MySQL server maintains an in-memory host cache that contains information about clients: IP address, host name, and error information. The cache contains information about errors that occur during the client connection process. Some errors are ...The Performance Schema host_cache table exposes the contents of the host cache so that it can be examined using SELECT ...
https://dev.mysql.com/doc/relnotes/mysql-shell/8.4/en/news-8-4-3.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 Bugs Fixed Utilities Added or Changed Functionality Utilities Bugs Fixed Bugs Fixed AdminAPI Bugs Fixed Running a rescan() operation on a Replica Cluster, could result in a warning that group_replication_view_change_uuid is required, but not ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysqlsh.html
MySQL Shell is an advanced command-line client and code editor for MySQL. --log-sql[=off|error|on|all|unfiltered] Log all SQL statements executed by MySQL Shell to the MySQL Shell log file, mysqlsh.log The following options are available: off No ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-displaying.html
The following references are needed in a project that displays a report: CrystalDecisions.CrystalReports.Engine CrystalDecisions.ReportSource CrystalDecisions.Shared CrystalDecisions.Windows.Forms The following code assumes that you created your ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-crystal-displaying.html
The following references are needed in a project that displays a report: CrystalDecisions.CrystalReports.Engine CrystalDecisions.ReportSource CrystalDecisions.Shared CrystalDecisions.Windows.Forms The following code assumes that you created your ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbeventoperation.html
NdbEventOperation Class Overview NdbEventOperation::clearError() (DEPRECATED) NdbEventOperation::execute() NdbEventOperation::getBlobHandle() NdbEventOperation::getEpoch() NdbEventOperation::getEventType() (DEPRECATED) ... This section provides ...