Search Results
https://dev.mysql.com/doc/ndbapi/en/ndb-event.html
Event Class Overview Event::addEventColumn() Event::addEventColumns() Event::addTableEvent() Event Constructor Event::EventDurability Event::EventReport Event::getDurability() Event::getEventColumn() Event::getName() Event::getNoOfEventColumns() ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-11.html
Incompatibility: The GeneratedIds property replaces the DocumentId and DocumentIds properties, which are now removed. (Bug #24510329) Attempting to generate an Entity Framework model from a MySQL 5.7 database using either EF5 or EF6 produced an ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-29.html
To reduce the number of connection errors and to enhance the connection experience, Connector/NET now implements the following changes to connections: The SslMode=none connection-option value is deprecated (marked obsolete) and is replaced with the ... X DevAPI Notes Functionality Added or Changed Bugs Fixed X DevAPI Notes An exception was raised when using a TableInsertStatement object to insert a string value containing special characters (- / \ % & ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-9.html
For example: SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://myuser@localhost/mysess\", \"appdata\": { \"biz\": \"quux\" } }" ); SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://test@localhost/mysess\", \"appdata\": { \"tar\": ...(Bug #25829054, Bug #25860579, WL #10954) MySQL Connector/NET now supports MySQL servers configured to use utf8mb4 as the default character ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-30.html
(WL #15176) Bugs Fixed Empty strings ("") in the collection fields used in methods like set() that are chained with modify()are no longer allowed; now only the dollar sign ($) is allowed when trying to replace the entire document. (Bug #107434, Bug ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added support for OpenSSL ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-environment-category.html
Ignore DB Dirs A comma-separated list of names that are not considered as database directories in the data directory. The INFORMATION_SCHEMA tables produce no output because the Performance Schema tables are intended to replace them. Lists the ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-performance-page-statements.html
The following statement types are graphed: SELECT, INSERT, UPDATE, REPLACE, DELETE and Call Procedures. Temporary Tables Graphs the number of temporary tables created in the database and on disk. The Statements dashboard displays information on the ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-export-query-permissions.html
Replace user_name and database_name in the following command with the appropriate user name and database name. mysql>GRANT EXPORT_QUERY_RESULTS ON database_name.* TO 'user_name'@'%'; The resource principal policy for Exporting Query Results to ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-limitations-all.html
Unsupported Items MySQL HeatWave Lakehouse does not support the following: DML statements: INSERT UPDATE DELETE REPLACE The CREATE TABLESPACE statement. To export DB System data from a Lakehouse enabled database, exclude the external tables with an ... MySQL HeatWave Lakehouse has the following limitations for all file ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-metadata.html
If you import a model from a table, model_metadata stores the name of the database and table. The model_metadata column in the model catalog allows you to view detailed information on trained models. For example, you can view the algorithm used to ...