Search



Search Results
Displaying 1451 to 1460 of 3329 total results
https://dev.mysql.com/doc/relnotes/mysql-shell/9.5/en/news-9-5-0.html
(Bug #38237729) Utilities Bugs Fixed MySQL Shell could close unexpectedly when running the upgrade checker utility on a MySQL Server 5.7. (Bug #38144597) The copyInstance() utility failed when copying from server version 9.3.0 with MySQL Shell 9.3.1. The connection required session tracker support, which is not available on these ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-0.html
MySQL NDB Cluster 8.4.0 is a new development 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 as fixing recently discovered bugs in previous NDB Cluster releases. (Bug #113163, ...NDB Cluster 8.4 source code and binaries can be obtained from ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndboperation.html
This is the operation that is to be performed by an interpreted program; the interpreted program itself is assembled from various register, comparison, and branch instructions. The interpreted program is not a separate NdbInterpretedCode object, ...
https://dev.mysql.com/doc/refman/8.4/en/handler-scope.html
When a condition occurs in a stored program, the server searches for applicable handlers in the current scope (current BEGIN ... A stored program may include handlers to be invoked when certain conditions occur within the program. The applicability ...END block is in scope only for the SQL statements following the handler declarations in the ...
https://dev.mysql.com/doc/refman/8.4/en/declare-handler.html
The handler_action value indicates what action the handler takes after execution of the handler statement: CONTINUE: Execution of the current program continues. For a list of MySQL error codes, see Server Error Message Reference. For a list of ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-1.html
MySQL NDB Cluster 8.4.1 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 as fixing recently discovered bugs in previous NDB Cluster releases. It was removed due to a ...NDB Cluster 8.4 source code and binaries can be obtained from ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-syntax.html
Unrelated to that is defining user in the [metadata_cache] section, which refers to the MySQL user that accesses a MySQL server's metadata. Trailing comments are not supported, so in this example the option routing_strategy is given the value ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-mysqlscript.html
To run the example programs in this tutorial, set up a simple test database and table using the mysql Command-Line Client or MySQL Workbench. For example, consider the following stored routine: CREATE PROCEDURE test_routine() BEGIN SELECT name FROM ... This tutorial teaches you how to use the MySqlScript ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-mysqlscript.html
To run the example programs in this tutorial, set up a simple test database and table using the mysql Command-Line Client or MySQL Workbench. For example, consider the following stored routine: CREATE PROCEDURE test_routine() BEGIN SELECT name FROM ... This tutorial teaches you how to use the MySqlScript ...
https://dev.mysql.com/doc/internals/en/guided-tour-flow.html
Then, via the vio routines, the somewhat-massaged statement goes off to the server. Finally, one of the ha (handler) programs in the sql directory will dispatch to an appropriate handler for storage. In this case we've assumed, as before, that the ...The flow works like this: First, the client routines get an SQL statement from a user, allowing edit, performing initial checks, and so ...
Displaying 1451 to 1460 of 3329 total results