Search



Search Results
Displaying 221 to 230 of 2525 total results
https://dev.mysql.com/doc/refman/8.4/en/glossary.html
Because the interceptor code is only called when SQL statements return errors, it does not impose any performance penalty on the application during normal (error-free) operation. SQLState An error code defined by the JDBC standard, for exception ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-reference.html
These audit log functions are available: audit_log_encryption_password_get([keyring_id]) This function fetches an audit log encryption password from the MySQL keyring, which must be enabled or an error occurs. Return value: The password string for ...Unless those objects are installed, the audit_log plugin operates in (deprecated) legacy ...
https://dev.mysql.com/doc/refman/8.4/en/firewall-usage.html
If the firewall is enabled, the server passes to it each incoming statement that does not immediately fail with a syntax error. Based on whether the firewall accepts the statement, the server executes it or returns an error to the client. If the ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html
When specifying a file name at startup, the file must exist or InnoDB returns a startup error indicating that there is no such file or directory. The strict form of a checksum algorithm reports an error if it encounters a valid but non-matching ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-conf-options.html
Blocked clients receive the MySQL Server error 1129 code with a slightly different error message: "1129: Too many connection errors from fail.example.com". Integer Destination Status Options Table 4.9 [destination_status] Option Name Description ...
https://dev.mysql.com/doc/relnotes/mysql-shell/8.4/en/news-8-4-0.html
(Bug #36494958) If the primary instance of a Replica Cluster was changed, attempting to remove that Cluster from the Cluster set failed with the following error: ERROR: Error enabling automatic super_read_only management at secondary:port: MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/spatial-convenience-functions.html
If any geometry argument is not a syntactically well-formed geometry, an ER_GIS_INVALID_DATA error occurs. If any geometry argument is a syntactically well-formed geometry in an undefined spatial reference system (SRS), an ER_SRS_NOT_FOUND error ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-recattr-vs-ndbrecord.html
*/ if (code->finalise() !=0) APIERROR (code->getNdbError()); /* Time to define the update operation to use the * InterpretedCode object. if (myTransaction->execute( NdbTransaction::NoCommit ) != 0) APIERROR(myTransaction->getNdbError()); /* Second ...The source code can be found can be found in the file storage/ndb/ndbapi-examples/ndbapi_recattr_vs_record/main.cpp in the NDB Cluster source ... This example illustrates the key ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-replication-applier-status-by-worker-table.html
All error codes and messages displayed in the columns relating to errors correspond to error values listed in Server Error Message Reference. LAST_ERROR_NUMBER, LAST_ERROR_MESSAGE The error number and error message of the most recent error that ...
https://dev.mysql.com/doc/ndbapi/en/overview-operations.html
Once again, in order to keep things relatively short and simple, we forego any error handling. 1.4.2.3.6 Error Handling Errors can occur either when operations making up a transaction are being defined, or when the transaction is actually being ...
Displaying 221 to 230 of 2525 total results