Search



Search Results
Displaying 491 to 500 of 740 total results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-16.html
(Bug #29538143) An exception was emitted when fetching contents of a BLOB/TEXT records after executing a statement as a server-side prepared statement with a bound parameter. Bugs Fixed Connector/ODBC 8.0 is now built with OpenSSL 1.0.2R. Issues ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-16.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Two informative text files were added: INFO_BIN contains information about the build environment used to produce the distribution, and INFO_SRC provides information about the ...(Bug #29454706, WL #12297) Django 1.11 is now the minimum supported Django ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-31.html
(WL #15156) Bugs Fixed The pure Python implementation unexpectedly delivered TEXT columns having binary (_bin) collations as byte objects. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added support for Python 3.11. (Bug ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-9-4-0.html
(Bug #38072835) Queries on text-type fields like Charfield and TextField failed when Django ORM filters (for example, startswith, endswith, contains, and regex) were used. Note These release notes were created with the assistance of MySQL HeatWave ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-audit.html
MySQL Enterprise Audit enables standard, policy-based monitoring and logging of connection and query activity, providing an auditing and compliance solution for applications that are governed by both internal and external regulatory guidelines.
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-download.html
To download the latest MySQL Enterprise Edition for Linux x86-64 generic binary package, perform the following steps. If you already have the latest package, you can skip this procedure. On the Oracle Software Delivery Cloud page: Select Release ...
https://dev.mysql.com/doc/heatwave/en/heatwave-system-variables.html
external_table_storage_engine Command-Line Format --external_table_storage_engine=text System Variable external_table_storage_engine Scope Global, Session Dynamic Yes SET_VAR Hint Applies No Type String Default Value LAKEHOUSE Determines which ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-auto-encoding.html
(The default group_concat_max_len setting is 1024 bytes.) mysql> SET SESSION group_concat_max_len = 1000000; mysql> SELECT GROUP_CONCAT(log->>"$.sql" SEPARATOR ' ') FROM sys.heatwave_advisor_report WHERE type = "sql" ORDER BY id; Usage Notes Auto ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-auto-indexing-execution.html
Columns with the following data types: BINARY VARBINARY TINYBLOB BLOB MEDIUMBLOB LONGBLOB JSON TEXT TINYTEXT MEDIUMTEXT LONGTEXT Autopilot Indexing does not make recommendations for the following: The creation of primary keys. Autopilot Indexing ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-advisor-auto-query-time-estimation.html
To view the current MySQL HeatWave query history, query the performance_schema.rpd_query_stats table: mysql> SELECT query_id, LEFT(query_text,160) FROM performance_schema.rpd_query_stats; *************************** 1. row ... Auto Query Time ...
Displaying 491 to 500 of 740 total results