Search Results
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-28.html
(Bug #74533, Bug #20056757) When performing a batched insert using MySqlDataAdapter, the MySqlCommand.GetCommandTextForBatching() method queried @@sql_mode for each insert. Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-4-0.html
(Bug #37806057) The pure-Python implementation of Connector/Python now supports Django enum objects and ChoiceField when executing queries using Django ORM. (Bug #38072835) Queries on text-type fields like Charfield and TextField failed when Django ... Note These release notes were created with the assistance of MySQL HeatWave ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-changelog-13-2-1-0-0.html
This report provides a point-in-time snapshot of queries on the monitored database. Important This version requires the Oracle Enterprise Manager Extensibility Development Kit 13.2.0.0. Functionality Added or Changed The User Interface was upgraded ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-changelog-13-2-4-0-0.html
Important As of this release, 13.2.4.0.0, MySQL 8 is supported. It is not possible to monitor MySQL 8 with earlier versions of Oracle Enterprise Manager for MySQL Database. For more information on the variables added and removed in MySQL 8, see ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-binarylogs-category.html
Lists the Binary Logs configuration metrics and provides a brief description of each. Table 7.2 Binary Logs Configuration Metrics NameDescriptionBinlog Cache Size The size of the cache to hold changes to the binary log during a transaction. A ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-mysqlserver-instanceactivity-category.html
Queries (Per Second) The average number of statements executed by the server per second. This includes only statements sent to the server by clients and not statements executed within stored programs, unlike the Queries variable. Lists the Instance ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-metric-replicationreplica-activity-category.html
If the position from which the SQL thread is reading is way behind the position to which the I/O thread is currently writing, it is a sign that replication is getting behind and results of queries directed to the replica may not reflect the latest ... Lists the Replication Replica Activity metrics and provides a brief description of ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-to-a-single-mysqld-node-setup.html
In this example a connection to a local MySQL Server instance running X Plugin on the default TCP/IP port 33060 is established using the MySQL user account user with its password. You are prompted to enter the user name and password in this case.
https://dev.mysql.com/doc/x-devapi-userguide/en/synchronous-vs-asynchronous-execution.html
This meant that operations such as opening connections and executing queries were blocked until completion, which could take a long time. Traditionally, many MySQL drivers used a synchronous approach when executing SQL statements. To allow for ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-metadata.html
Results contain metadata related to the origin and types of results from relational queries. This metadata can be used by applications that need to deal with dynamic query results or format results for transformation or display. An array of columns ...