Search



Search Results
Displaying 471 to 480 of 718 total results
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes.html
The text of the error message Similar errors have been grouped together in each list. This section contains a number of error code lists, one for each type of NDB API error. You can always obtain the latest error codes and information from the file ...
https://dev.mysql.com/doc/ndbapi/en/ndb-errors-handling.html
While you should not rely on a specific error code or message text in your NDB API applications—since error codes and messages are both subject to change over time—it can be useful to check error codes and messages to help determine why a ...
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-tablemetadata.html
The indexes array of TableMetadata contains one IndexMetadata object per table index. NDB implements a primary key as both an ordered index and a unique index, and might be viewed through the NDB API adapter as two indexes, but through a MySQL ...
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/relnotes/connector-cpp/en/news-8-0-5.html
If a user creates a table with text columns that use a non-UTF-8 character set, and this column holds a string with non-ASCII characters, errors will occur for attempts to access that string (for example, in a query result). MySQL Connectors and ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-22.html
Now, it is permitted to send passwords without hashing or encryption by using mysql_clear_password on the client side together with any server-side plugin that needs a clear text password, such as for LDAP pluggable authentication. (Bug #26362494, ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The following synonyms for the Server connection string option were deprecated in Connector/NET 8.0.22 and removed in 8.0.23: address, addr, and network ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-28.html
(Bug #80693, Bug #22913833) A call to MySqlConnection::GetSchema("IndexColumns") unexpectedly retrieved a NULL value and emitted an error when the database included a full-text index. (Bug #74533, Bug #20056757) When performing a batched insert ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-30.html
An alternative binary or text client is recommended for applications that access data using the InnoDB memcached plugin. MySqlCommand.CommandText emitted an error if the stored procedure to execute included one or more backtick characters (`) in the ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The MySql.Data.MySqlClient.Memcached namespace and its members now are ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-31.html
An alternative binary or text client is recommended for applications that access data using the InnoDB memcached plugin. Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The EMTrace extension is ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-12.html
For example, the ODBC driver reported TEXT as the database type for TINYTEXT, MEDIUMTEXT, and LONGTEXT, and reported BLOB for TINYBLOB, MEDIUMBLOB, and LONGBLOB. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Several code ...
Displaying 471 to 480 of 718 total results