Search Results
https://dev.mysql.com/doc/internals/en/subtest-case.html
Please use exact the formatting "# Bug#nnnnn <Title>" Example: # Bug#3671 Stored procedure crash if function has "set @variable=param" because it does not look nice to see so many different variants like "BUG #nnnnn", "bug #nnnnn - Title" often even ... Write a comment if the next subtest revealed a bug in ...
https://dev.mysql.com/doc/internals/en/variation-of-protocol-option.html
Effect of the "--sp-protocol"/"--cursor-protocol"/"--view-protocol" options: As far as I know, mysqltest takes many statements and transforms them into a statement sequence checking the corresponding feature (stored procedures, cursors, or views).
https://dev.mysql.com/doc/internals/en/x-protocol-expect-expectations.html
Example: Mysqlx.Expect::Open([+gtid_wait_less_than_ms = 1000]) Mysqlx.Expect::Close() sql_stateless Fail any message that executes stateful statements like: temporary tables user variables session variables stateful functions (INSERT_ID(), ...Assume ...
https://dev.mysql.com/doc/mysql-installer/en/mysql-installer-catalog-dashboard.html
Verify the (new) installed version of MySQL Installer (see the previous procedure). This section describes the MySQL Installer product catalog, the dashboard, and other actions related to product selection and upgrades. Product Catalog MySQL ...
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/ndb-error-codes-temporary-resource-error.html
The following list enumerates all NDB errors of type TR (Temporary Resource error).
https://dev.mysql.com/doc/ndbapi/en/overview-using-transactions.html
The procedure for using transactions is as follows: Start a transaction (instantiate an NdbTransaction object). Add and define operations associated with the transaction using instances of one or more of the NdbOperation, NdbScanOperation, ...
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-net/en/news-8-0-12.html
With the model created, revert back to EF Core 2.0 in your project, update the MySql.Data.EntityFrameworkCore NuGet package, and then remove the package MySql.Data.EntityFrameworkCore.Design from your project. Functionality Added or Changed Bugs ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-23.html
(Bug #32208427) Incomplete validation limited the expected range of values that a stored procedure with a parameter of type Boolean could assign using the MySqlParameter.MySqlDbType property. Deprecation and Removal Notes Functionality Added or ...