Search Results
https://dev.mysql.com/doc/refman/8.4/en/partitioning-handling-nulls.html
DROP PARTITION, see Section 15.1.9, “ALTER TABLE Statement”.) NULL is also treated in this way for partitioning expressions that use SQL functions. Partitioning in MySQL does nothing to disallow NULL as the value of a partitioning expression, ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/reboot-outage.html
If this process fails, and the cluster metadata has become badly corrupted, you might need to drop the metadata and create the cluster again from scratch. Warning The dba.dropMetadataSchema() method should only be used as a last resort, when it is ... If your cluster experiences a complete outage you can reconfigure it using ...
https://dev.mysql.com/doc/mysql-ai/9.4/en/mys-aiaml-error-messages.html
They are constant, mostly unique, or have a lot of missing values! Example: ERROR HY000: ML001052: All columns are dropped. Grant user with correct privileges (SELECT, DROP, CREATE, INSERT, ALTER) on input schema. Grant user with correct privileges ... Each error message includes an error number, SQLSTATE value, and message string, as described in Error Message Sources and ...
https://dev.mysql.com/doc/connectors/en/connector-net-installation-source.html
The procedures in this section describe how to build source with Microsoft Visual Studio (Windows or macOS) and .NET Core CLI (Windows, macOS, or Linux). Building Source Code with Visual Studio The following procedure can be used to build the ...
https://dev.mysql.com/doc/connectors/en/connector-python-api-mysqlcursor-stored-results.html
Syntax: iterator = cursor.stored_results() This method returns a list iterator object that can be used to process result sets produced by a stored procedure executed using the callproc() method. The result sets remain available until you use the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-source.html
The procedures in this section describe how to build source with Microsoft Visual Studio (Windows or macOS) and .NET Core CLI (Windows, macOS, or Linux). Building Source Code with Visual Studio The following procedure can be used to build the ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlcursor-stored-results.html
Syntax: iterator = cursor.stored_results() This method returns a list iterator object that can be used to process result sets produced by a stored procedure executed using the callproc() method. The result sets remain available until you use the ...
https://dev.mysql.com/doc/internals/en/item-class.html
To us, the word Item means more than just “thingamabob”; it is a technical term with a precise definition in the context of our source code. In the function category we include operators such as + and ||, because operators are merely functions ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-sessionfactory.html
First, a set of connections is set to state Reconnecting and a reconnect thread is started to manage the reconnection procedure. To observe the progress of the procedure, use the methods currentState and getConnectionPoolSessionCounts. Actual ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-22.html
(WL #14044) Bugs Fixed Procedure names were malformed before being sent to the server when the database name was not specified in the connection string. (Bug #31623730, Bug #100218) MySqlConnection.GetSchema("Procedures") returned the literal string ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The following synonyms for the Server connection string option were deprecated in Connector/NET 8.0.22 and removed in 8.0.23: address, addr, and network ...