Search Results
https://dev.mysql.com/doc/refman/8.4/en/privileges-provided.html
Without this privilege, any attempt to produce an orphaned SQL procedure, function, or view results in an error. Trying to set any other scope for this privilege results in an error. Grant this privilege to accounts that are assigned using CHANGE ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-call-statements.html
This section describes prepared-statement support in the C API for stored procedures executed using CALL statements: Stored procedures executed using prepared CALL statements can be used in the following ways: A stored procedure can produce any ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-6.html
NDB Client Programs: When restoring from backup with DefaultOperationRedoProblemAction=ABORT, an error in data node handling of a redo log part overload condition resulted in an incorrect error code (626 in this case) being sent back to ndb_restore, ...NDB Cluster 8.4 source code and binaries can be obtained from ... MySQL NDB Cluster 8.4.6 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-extension-createresult-return.html
You can also add an error definition dictionary to this list, to indicate errors which occurred during SQL processing. The error dictionary must have the following attributes: error: (string) description of the error. The data can be either a ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-validation.html
Schema validation is performed by the server, which returns an error message if a document in a collection does not validate against the assigned JSON schema. If a document does not validate, the server generates an error and the operation fails.
https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-data-structures.html
For example, to declare and initialize an array of three MYSQL_BIND structures, use this code: MYSQL_BIND bind[3]; memset(bind, 0, sizeof(bind)); The MYSQL_BIND structure contains the following members for use by application programs. For ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-24.html
(Bug #32173133, Bug #93398) Additional error codes now prevent unexpected exceptions after a query. (Bug #31872906) Functionality Added or Changed Improved server disconnection handling of an X Protocol connection now creates a log entry and returns ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The IgnorePrepare connection-string option was deprecated in the Connector/NET 8.0.23 release and removed in the Connector/NET 8.0.24 ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-selective-load.html
If the data refresh fails, the value of the ENGINE_ATTRIBUTE option is not updated, and an error message displays. mysql> ALTER TABLE data_table_1 SECONDARY_LOAD; Warning (code 3877): Command executed during preprocessing: 'ALTER TABLE ... Available ...
https://dev.mysql.com/doc/refman/8.4/en/events-status-info.html
INTO var_list statements, if the query returns no rows, a warning with error code 1329 occurs (No data), and the variable values remain unchanged. The Event Scheduler writes information about event execution that terminates with an error or warning ...See Section 27.4.6, “The Event Scheduler and MySQL Privileges” for an ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-statement-tables.html
Final instrument names correspond to server commands and SQL statements: Server commands correspond to the COM_xxx codes defined in the mysql_com.h header file and processed in sql/sql_parse.cc. Some final instrument names are specific to error ...