Search



Search Results
Displaying 1631 to 1640 of 3141 total results
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-9-7.html
This section provides information about keywords and reserved words in MySQL 9.7. MySQL 9.7 Keywords and Reserved Words MySQL 9.7 New Keywords and Reserved Words MySQL 9.7 Removed Keywords and Reserved Words MySQL 9.7 Keywords and Reserved Words ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-constants.html
Users should generally not expect the cache in a SessionFactory to grow to this maximum size, but rather to remain roughly equal to the number of threads using the SessionFactory. This is the number of connections to create in the connection pool.
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbscanoperation.html
To create an instance of NdbScanOperation, it is necessary to use the NdbTransaction::getNdbScanOperation() method. When multiple index fragments are scanned in parallel, the results are sent back to NDB where they can optionally be merge-sorted ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-session.html
A session is the main user access path to the database. Batch createBatch() Creates a new, empty batch for collecting multiple operations to be executed together. In an application, you can invoke this function similarly to what is shown here: var ...Session extends Context getMapping(Object parameter, Function(Object err, Object mapping) callback); Get the mappings for a table or ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-sessionfactory.html
Array getOpenSessions(); Get all open sessions that have been created by this SessionFactory. openSession(Object mappings, Function(Object error, Session session) callback); Open a database session object. Resources required for sessions are ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-11.html
User-provided document IDs must not conflict with IDs of other documents in the collection. mysqlx_set_modify_patch() adds a patch operation to a modify statement created with the mysql_collection_modify_new() function. For MySQL Connector/C++ ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-21.html
(Bug #30169716, Bug #96499, Bug #30169715, Bug #96498) Attempts to execute a function or stored procedure returned a null exception unexpectedly when the caller was not the creator of the routine. This fix introduces a mechanism to manage null ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-17.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed README.md and CONTRIBUTING.md files were created for the convenience of git users. These files are not distributed with binaries, whereas README.txt remains distributed. (WL ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-20.html
Users installing using "rpm" or "dpkg" needs to install both the pure Python and C extension packages. That is, the next candidate for making a connection is chosen randomly from the remaining available hosts. Alternatively, the new priority ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-secure-connections.html
To configure these options explicitly, add them under the [mysqld] option group in the MySQL configuration file (/etc/my.cnf): ssl_ca=ca.pem ssl_cert=server-cert.pem ssl_key=server-key.pem By default, the MySQL server accepts TCP/IP connections from ... This section describes configuring the server for secure connections and distributing client certificate and keys ...
Displaying 1631 to 1640 of 3141 total results