Search Results
https://dev.mysql.com/doc/relnotes/mysql-cluster-manager/8.4/en/news-8-4-3.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Important Change: For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for MySQL Cluster Manager has been updated to 3.0.15. (Bug #36954160) Client: ... Version 8.4.3 is the latest General Availability release of the 8.4 LTS series of MySQL Cluster ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-27.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed The ResultSet.getBoolean() method now returns true/false for VARCHAR values of “T”/“F”. This patch restructures the synchronization to avoid locking on ubiquitous ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-json-run.html
In the MySQL Shell API, the JSON import utility is a function of the util global object, and has the following signature: importJSON (path, options) path is a string specifying the file path for the file containing the JSON documents to be imported.
https://dev.mysql.com/doc/refman/8.4/en/stored-routines-syntax.html
A stored routine is either a procedure or a function. Stored routines are created with the CREATE PROCEDURE and CREATE FUNCTION statements (see Section 15.1.17, “CREATE PROCEDURE and CREATE FUNCTION Statements”). A function can be called from ...A procedure is invoked using a CALL statement (see Section 15.2.1, “CALL Statement”), and can only pass back values using output ...
https://dev.mysql.com/doc/connectors/en/connector-net-ref-mysqlclient.html
MySqlBaseConnectionStringBuilder Abstract class that provides common functionality for connection options that apply for all protocols. BaseCommandInterceptor Provides a means of enhancing or replacing SQL commands through the connection string ...
https://dev.mysql.com/doc/connector-net/en/connector-net-ref-mysqlclient.html
MySqlBaseConnectionStringBuilder Abstract class that provides common functionality for connection options that apply for all protocols. BaseCommandInterceptor Provides a means of enhancing or replacing SQL commands through the connection string ...
https://dev.mysql.com/doc/internals/en/guided-tour-osdir.html
We're now getting into the directories which aren't “major.” Starting with: dbug pstack regex strings zlib Now it's time to reveal a startling fact, which is we didn't write all of the source code in all of the source code directories all by ...
https://dev.mysql.com/doc/internals/en/source-directory-listing.html
Directory — Short Comment bdb — The Berkeley Database table handler BitKeeper — BitKeeper administration (not part of the source distribution) BUILD — Frequently used build scripts client — Client library cmd-line-utils — Command-line ...
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-start.html
The preferred way to do this is by putting these in a properties file, like this: com.mysql.clusterj.connectstring=localhost:1186 com.mysql.clusterj.database=mydb The name of the properties file is arbitrary; however, by convention, such files are ... In this section, we discuss how to start ClusterJ applications and the ClusterJ application ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-establishing-connection.html
To establish a connection to the server, you must create an instance of Ndb_cluster_connection, whose constructor takes as its argument a cluster connection string. In the following example, initialization and connection are handled in the two ...