Search Results
https://dev.mysql.com/doc/connector-net/en/connector-net-asp-provider.html
Deployment To use the providers on a production server, distribute the MySql.Data and the MySql.Web assemblies, and either register them in the remote systems Global Assembly Cache or keep them in the bin directory of your application. The ... MySQL ...
https://dev.mysql.com/doc/refman/9.7/en/replication-semisync-monitoring.html
To check the current values of the status variables, use SHOW STATUS: mysql> SHOW STATUS LIKE 'Rpl_semi_sync%'; All Rpl_semi_sync_xxx status variables are described at Section 7.1.10, “Server Status Variables”. Automatic fallback from ... The ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-29.html
(Bug #96588, Bug #105254, Bug #30203754, Bug #33481203) Upon connecting to the server, Connector/Python executed a number of SHOW [SESSION] VARIABLES statements to retrieve system variable values. Such statements involve locking in the server, so ...
https://dev.mysql.com/doc/refman/9.7/en/connection-control-plugin.html
This plugin also exposes system variables that enable its operation to be configured and a status variable that provides rudimentary monitoring information. MySQL Server includes a plugin library that enables administrators to introduce an ... Note ...
https://dev.mysql.com/doc/refman/9.7/en/performance-schema-log-status-table.html
This is the generated unique value of the read-only system variable server_uuid. gtid_executed The current value of the global server variable gtid_executed at the time the log_status table was accessed. When the log_status table is queried, the ...
https://dev.mysql.com/doc/refman/9.7/en/innodb-buffer-pool-flushing.html
The number of page cleaner threads is controlled by the innodb_page_cleaners variable, which has a default value set to the same value as innodb_buffer_pool_instances. Buffer pool flushing is initiated when the percentage of dirty pages reaches the ... InnoDB performs certain tasks in the background, including flushing of dirty pages from the buffer ...
https://dev.mysql.com/doc/refman/9.7/en/optimizing-innodb-logging.html
The following system variables permit setting high and low watermark values that define boundaries for the use of spin delay. Set innodb_log_write_ahead_size to match the operating system or file system cache block size. Read-on-write occurs when ...
https://dev.mysql.com/doc/refman/9.7/en/explain-output.html
See the description of the ndb_join_pushdown server system variable for more information and examples. If you restrict queries with the max_join_size system variable, this row product also is used to determine which multiple-table SELECT statements ...For DEPENDENT SUBQUERY, the subquery is re-evaluated only once for each set of different values of the variables from its outer ...
https://dev.mysql.com/doc/mysqld-version-reference/en/keywords.html
This section contains information on the keywords and reserved words within the server when creating and submitting queries to the system. The following table shows all keywords and reserved words available in MySQL Server. Whether the item is ...
https://dev.mysql.com/doc/refman/9.7/en/data-masking-plugin-installation.html
To be usable by the server, the plugin library file must be located in the MySQL plugin directory (the directory named by the plugin_dir system variable). If necessary, configure the plugin directory location by setting the value of plugin_dir at ...