Search Results
https://dev.mysql.com/doc/refman/9.7/en/show-plugins.html
This file is located in the directory named by the plugin_dir system variable. For plugins installed with INSTALL PLUGIN, the Name and Library values are also registered in the mysql.plugin system table. row *************************** Name: binlog ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-data-load-prerequisites.html
Increase the number of read threads For medium to large tables, increase the number of read threads to 32 by setting the innodb_parallel_read_threads variable on the DB System. The impact on MySQL performance during load, change propagation, and ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-tp-thread-group-stats-table.html
PRIO_KICKUPS The number of statements that have been moved from low-priority queue to high-priority queue based on the value of the thread_pool_prio_kickup_timer system variable. STALLED_QUERIES_EXECUTED The number of statements that have become ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-genai-generate-embeddings.html
Note In versions older than MySQL 9.2.1, to alter an existing table or create a new table, MySQL requires you to set the sql-require-primary-key system variable to 0. Generate a Vector Embedding for Specified Text To generate a vector embedding ...
https://dev.mysql.com/doc/refman/9.7/en/create-view.html
Within a stored program, the SELECT statement cannot refer to program parameters or local variables. CREATE [OR REPLACE] [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}] [MATERIALIZED] ... If the view does not exist, CREATE OR REPLACE VIEW is the same ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-performance-read_ahead.html
You can set the value of this parameter in the MySQL configuration file, or change it dynamically with the SET GLOBAL statement, which requires privileges sufficient to set global system variables. To enable this feature, set the configuration ... A ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-drivers-linux.html
For Linux, the name depends on your system's package manager but common names are libiodbc-devel (RPM based systems) or libiodbc2-dev (Debian based systems). For macOS, the headers come with the system and no additional action is required for this ...Many distributions ship older versions of FreeTDS, so it may need to be installed ...
https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust-evolution.html
The partial trust support for MySQL Connector/NET has improved rapidly throughout the 6.5.x and 6.6.x versions. The latest enhancements do require some configuration changes in existing deployments. If the library is not in the GAC, the only ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust-evolution.html
The partial trust support for MySQL Connector/NET has improved rapidly throughout the 6.5.x and 6.6.x versions. The latest enhancements do require some configuration changes in existing deployments. If the library is not in the GAC, the only ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-9-1-0.html
OpenID Connect functionality is supported by MySQL Enterprise Edition Server 9.1.0 and later. They are installed to {libdir}/mysql/libmysqlcppconn{ABI}/plugin/ where {libdir} is the system location where packages install libraries. Runtime ...