Search Results
https://dev.mysql.com/doc/internals/en/x-protocol-xplugin-implementation-of-the-x-protocol.html
Topics in this section: Mysqlx.Sql::StmtExecute Collations The X Plugin implements the X Protocol for the MySQL Server. Mysqlx.Sql::StmtExecute StmtExecute implements several namespaces: sql The SQL interface which expects: .stmt to be a string ...
https://dev.mysql.com/doc/internals/en/zlib-directory.html
Replace the second occurrence of the substring with (a) a pointer to the first occurrence, plus (b) an indication of the length of the first occurrence. zlib is a data compression library used to support the compressed protocol and the ...
https://dev.mysql.com/doc/mysqld-version-reference/en/built-in-functions.html
The following table shows all built-in functions and operators available in MySQL Server. Introduced: The version or versions in which the item was introduced. Deprecated: The version or versions in which the item was deprecated. Removed: The ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-_query.html
If called multiple times for the same parameter, silently replace the value. A Query instance represents a specific query with bound parameters. Table 4.37 deletePersistentAll() Parameter Description return the number of instances deleted ...
https://dev.mysql.com/doc/ndbapi/en/ndb-event.html
Some of the new methods directly replace or stand in for deprecated methods, but not all of the deprecated methods map to new ones, some of which are entirely new. Event Class Overview Event::addEventColumn() Event::addEventColumns() ...
https://dev.mysql.com/doc/ndbapi/en/ndb-ndbeventoperation.html
In the NDB Cluster replication code, duplicate primary keys on INSERT operations are normally handled by treating such inserts as REPLACE operations. This section provides information about the NdbEventOperation class, which is used to monitor ...
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/overview-ndbinterpretedcode-using.html
Important In addition to updating the table column, these methods use interpreter registers 6 and 7, replacing any existing contents of register 6 with the original column value and any existing contents of register 7 with the modified column value.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-30.html
For example, the previous collation "utf8_general_ci" is now replaced with "utf8mb3_general_ci". Character Set Support Packaging Notes Functionality Added or Changed Bugs Fixed Character Set Support The renaming of the utf8 character set to utf8mb3 ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-5.html
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they support. For example, MySQL Connector/C++ 8.0.12 would be designed to support all ...