Search Results
https://dev.mysql.com/doc/internals/en/x-protocol-comparison-comparison-to-mysql-c-s-protocol.html
Feature MySQL C/S protocol X Protocol plaintext auth ✓ ✓ via SASL extentisible auth ✓ (5.6) ✓ via SASL TLS extension ✓ ✓ max message size >= 1Gb ✓ ✓ compression extension ✓ ✕ resettable sessions COM_RESET_CONNECTION Reset ...
https://dev.mysql.com/doc/internals/en/x-protocol-xplugin-implementation-of-the-x-protocol.html
Mysqlx.Sql::StmtExecute StmtExecute implements several namespaces: sql The SQL interface which expects: .stmt to be a string that the MySQL SQL parser understands Note As the SQL parser for non prepared statements doesn't understand wildcards, ...
https://dev.mysql.com/doc/mysqld-version-reference/en/optvar-changes-8-0.html
The following list details the changes to specific options and variables within MySQL 8.0.
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-tables.html
You can create the employee table that matches this interface, using the following CREATE TABLE statement, in a MySQL client application such as mysql. ClusterJ's main purpose is to read, write, and update row data in an existing database, rather ...
https://dev.mysql.com/doc/ndbapi/en/ndb-examples-basic-insert.html
You can also find the source code for this example in the file storage/ndb/ndbapi-examples/ndbapi_basic/ndbapi_basic_insert.cpp.
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-examples-requirements.html
The software requirements for running the examples found in the next few sections are as follows: A working Node.js installation Working installations of the ndb and mysql-js adapters The mysql-js adapter also requires a working installation of the ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-overview.html
Regardless of the driver in use, no SQL statements are required; when using the Connector for JavaScript, Node.js applications employ data objects for all requests made to the database. This connector differs in a number of key respects from most ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-11.html
mysqlx_set_modify_patch() adds a patch operation to a modify statement created with the mysql_collection_modify_new() function. For MySQL Connector/C++ 8.0.11 and higher, Commercial and Community distributions require the Visual C++ Redistributable ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-19.html
Error Handling Legacy (JDBC API) Notes Packaging Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Error Handling If an application tries to obtain a result set from a statement that does not produce one, an exception occurs. For ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-30.html
(WL #15084) Bugs Fixed A valid query emitted an error when one or more fields were of spatial data type GEOMETRY and it was executed using a prepared statement. Character Set Support Packaging Notes Functionality Added or Changed Bugs Fixed ...