Search Results
https://dev.mysql.com/doc/connector-python/en/connector-python-api-errors-warning.html
Consider using either more strict Server SQL Modes or the raise_on_warnings connection argument to make Connector/Python raise errors when your queries produce warnings. This exception is used for reporting important warnings, however, ...
https://dev.mysql.com/doc/internals/en/error-messages.html
This chapter describes how error messages are defined and how to add the capability of generating error messages to a table handler.
https://dev.mysql.com/doc/refman/8.4/en/common-errors.html
This section lists some errors that users frequently encounter when running MySQL programs. Although the problems show up when you try to run client programs, the solutions to many of the problems involves changing the configuration of the MySQL ...
https://dev.mysql.com/doc/heatwave/en/issues-errors.html
...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-error-reporter.html
ndb_error_reporter creates an archive from data node and management node log files that can be used to help diagnose bugs or other problems with a cluster. Options that can be used with ndb_error_reporter are shown in the following table. Usage ...
https://dev.mysql.com/doc/refman/8.4/en/perror.html
perror displays the error message for MySQL or operating system error codes. A given error code may mean different things on different operating systems. For example, for the ER_WRONG_VALUE_FOR_VAR error, perror understands any of these arguments: ...
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/mysql-cluster-programs-ndb-perror.html
ndb_perror shows information about an NDB error, given its error code. Usage ndb_perror [options] error_code ndb_perror does not need to access a running NDB Cluster, or any nodes (including SQL nodes). This includes the error message, the type of ...Additional Options --defaults-extra-file Command-Line Format --defaults-extra-file=path Type String Default Value [none] Read given file after global files are ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbinfo-error-messages.html
The error_messages table provides information about The error_messages table contains the following columns: error_code Numeric error code error_description Description of error error_status Error status code error_classification Error ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-compression-syntax-warnings.html
This section describes syntax warnings and errors that you may encounter when using the table compression feature with file-per-table tablespaces and general tablespaces. SQL Compression Syntax Warnings and Errors for File-Per-Table Tablespaces ...