Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-21.html
Configuration Notes JSON Notes Security Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Configuration Notes The CMake configuration files were revised to work better when Connector/C++ is used as a subproject of application projects.
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-30.html
Authentication Notes Character Set Support Compilation Notes Functionality Added or Changed Bugs Fixed Authentication Notes Password parameters escaped with curly braces did not escape right curly braces in the password value. Use by defining a ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-2-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Packaging: On Windows, the MSI package definition files were updated to work with the Windows Installer XML (WiX) toolset version 4. For additional information, see ...Note ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-18.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/Python connections now set CAN_HANDLE_EXPIRED_PASSWORDS to indicate it can handle sandbox mode for expired passwords. As such, because MySQL 5.6/5.7 platform ...This ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-33.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Adopted function annotation enforcement by mypy, which makes the mysqlx module compliant with PEP 8. (WL #15401) Added logger functionality to configure the logging system, ...
https://dev.mysql.com/doc/x-devapi-userguide/en/shell-automatic-code-execution-results.html
When you use X DevAPI in a programming language that fully specifies the syntax to be used, for example, when executing SQL statements through an X DevAPI session or working with any of the CRUD operations, the actual operation is performed only ...
https://dev.mysql.com/doc/x-devapi-userguide/en/synchronous-vs-asynchronous-execution.html
When a callback function is specified, the CRUD operation is non-blocking which means that the next statement is called immediately even though the result from the database has not yet been fetched. Traditionally, many MySQL drivers used a ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-data-sets.html
var myColl = db.getCollection('my_collection'); myColl.find('name like :name') .bind('name', 'L%') .execute(function (doc) { console.log(doc); }); The following example shows how to directly access the rows returned by a Table.select() operation.
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-20.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed It is now possible to check the blackout status of a MySQL Enterprise Monitor Agent or MySQL instance. This functionality is offered as a REST API and is accessible from the ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/security-advisors-ref.html
Prior to MySQL 4.1, password hashes computed by the PASSWORD() function were 16 bytes long. However, in order to allow backward-compatibility with user tables that have been migrated from pre-4.1 systems, you can configure MySQL to accept logins for ...Note MySQL Enterprise Firewall and MySQL Enterprise Audit Plug-in advisors are described in MySQL Enterprise Firewall and MySQL Enterprise Audit ...