Search Results
https://dev.mysql.com/doc/connectors/en/connector-odbc-reference-api.html
An application can call SQLGetInfo function to obtain conformance information about Connector/ODBC. To obtain information about support for a specific function in the driver, an application can call SQLGetFunctions. The following tables list ...For ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-reference-api.html
An application can call SQLGetInfo function to obtain conformance information about Connector/ODBC. To obtain information about support for a specific function in the driver, an application can call SQLGetFunctions. The following tables list ...For ...
https://dev.mysql.com/doc/x-devapi-userguide/en/parameter-binding.html
Parameter Type Syntax Example Allowed in CRUD operations Allowed in SQL strings Anonymous ? 'age > ?' no yes Named :<name> 'age > :age' yes no The following example shows how to use the bind() function before an execute() function. MySQL Shell and ... Instead of using values directly in an expression string it is good practice to separate values from the expression ...
https://dev.mysql.com/doc/internals/en/decoding-specification.html
Alignment: x bits alignment to the next byte border Code Trees. For every record: 1-5 bytes length of the compressed record in bytes 1.
https://dev.mysql.com/doc/internals/en/prepared-stored-statement-preparation.html
This function will subsequently call st_select_lex_unit::prepare() and setup_fields() for the main LEX unit, create JOINs for every unit, and call JOIN::prepare for every join (JOINs in MySQL represents a part of the execution plan). As mentioned ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-62.html
This section summarizes many of the new features added to MySQL Workbench 6.2, in relation to the MySQL Workbench 6.1 release. Figure 1.10 Pin Tab Microsoft Access to MySQL Migration The migration wizard now supports Microsoft Access migration.
https://dev.mysql.com/doc/internals/en/error-message-adding.html
The procedure for adding error messages depends on which version of MySQL you are using: Before MySQL 5.0.3, error messages are stored in errmsg.txt files in the language directories under sql/share. Beginning with MySQL 5.0.3, error messages are ...That is, the files have names like czech/errmsg.txt, danish/errmsg.txt, and so forth, and each one is ...
https://dev.mysql.com/doc/x-devapi-userguide/en/processing-warnings.html
Similar to the execution of single statements committing or rolling back a transaction can also trigger warnings. To be able to process these warnings the replied result object of Session.commit(); or Session.rollback(); needs to be checked. The ...
MySQL Enterprise Monitor 8.0 Release Notes :: Changes in MySQL Enterprise Monitor 8.0.0 (2018-04-19)
https://dev.mysql.com/doc/relnotes/mysql-monitor/8.0/en/news-8-0-0.html
Important It is not possible to upgrade to MySQL Enterprise Monitor 8.0 from versions preceding MySQL Enterprise Monitor 3.3. To upgrade an older version, it is recommended you first upgrade to MySQL Enterprise Monitor 4.0 before running the MySQL ...Bugs Fixed The documentation did not clearly state that the GUI-based advisors could not be copied as the basis for custom ...
https://dev.mysql.com/doc/refman/8.4/en/docker-mysql-getting-started.html
To download the MySQL Community Edition image from the Oracle Container Registry (OCR), run this command: docker pull container-registry.oracle.com/mysql/community-server:tag The tag is the label for the image version you want to pull (for example, ... Warning The MySQL Docker images maintained by the MySQL team are built specifically for Linux ...See the ...