Search

Download this Manual
PDF (US Ltr) - 43.3Mb
PDF (A4) - 43.4Mb
Man Pages (TGZ) - 297.2Kb
Man Pages (Zip) - 402.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 291 to 300 of 547 total results
https://dev.mysql.com/doc/refman/8.0/en/server-loadable-functions.html
MySQL distributions include loadable functions that implement, in whole or in part, these server capabilities: Group Replication enables you to create a highly available distributed MySQL service across a group of MySQL server instances, with data ... MySQL supports loadable functions, that is, functions that are not built in but can be loaded at runtime (either during startup or later) to extend server capabilities, or unloaded to remove ...
https://dev.mysql.com/doc/refman/8.0/en/server-plugins.html
Group Replication enables you to create a highly available distributed MySQL service across a group of MySQL server instances, with data consistency, conflict detection and resolution, and group membership services all built-in. MySQL supports an ...
https://dev.mysql.com/doc/refman/8.0/en/set-statement.html
Descriptions for the other forms appear elsewhere, grouped with other statements related to the capability they help implement: SET DEFAULT ROLE and SET ROLE set the default role and current role for user accounts. Descriptions for those forms that ...
https://dev.mysql.com/doc/refman/8.0/en/spatial-aggregate-functions.html
As with other aggregate functions, GROUP BY may be used to group arguments into subsets. MySQL supports aggregate functions that perform a calculation on a set of values. For general information about these functions, see Section 14.19.1, ...
https://dev.mysql.com/doc/refman/8.0/en/xa.html
This document is published by The Open Group and available at http://www.opengroup.org/public/pubs/catalog/c193.htm. A global transaction involves several actions that are transactional in themselves, but that all must either complete successfully ... Support for XA transactions is available for the InnoDB storage ...
https://dev.mysql.com/doc/refman/8.0/en/charset-collate.html
With the COLLATE clause, you can override whatever the default collation is for a comparison.
https://dev.mysql.com/doc/refman/8.0/en/clone-plugin.html
In addition to cloning data, a cloning operation extracts and transfers replication coordinates from the donor and applies them on the recipient, which enables using the clone plugin for provisioning Group Replication members and replicas. Group ...
https://dev.mysql.com/doc/refman/8.0/en/connection-compression-control.html
Compression control applies to connections to the server by client programs and by servers participating in source/replica replication or Group Replication. The group_replication_recovery_compression_algorithms and ... Connections to the server can ...
https://dev.mysql.com/doc/refman/8.0/en/data-directory-initialization.html
Either create the account if it does not exist (see Create a mysql User and Group), or substitute the name of a different existing login account that you plan to use for running the server. Also make sure to specify as necessary other parameters ...
https://dev.mysql.com/doc/refman/8.0/en/drop-tablespace.html
mysql> DROP UNDO TABLESPACE undo_003; NDB Example This example shows how to drop an NDB tablespace myts having a data file named mydata-1.dat after first creating the tablespace, and assumes the existence of a log file group named mylg (see Section ... DROP [UNDO] TABLESPACE tablespace_name [ENGINE [=] engine_name] This statement drops a tablespace that was previously created using CREATE ...
Displaying 291 to 300 of 547 total results