Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/floating-point-types.html
                                 The FLOAT and DOUBLE types represent approximate numeric data values. MySQL uses four bytes for single-precision values and eight bytes for double-precision values. For FLOAT, the SQL standard permits an optional specification of the precision (but ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/group-replication-configuring-online-group.html
                                 You can configure an online group while Group Replication is running by using a set of functions, which rely on a group action coordinator. This section describes how changes are made to a running group, and the available functions. Important For ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/group-replication-frequently-asked-questions.html
                                What is the maximum number of MySQL servers in a group? A group can consist of maximum 9 servers. Attempting to add another server to a group with 9 members causes the request to join to be refused. This limit has been identified from testing and ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/group-replication-limitations.html
                                 Limit on Group Size Limits on Transaction Size The following known limitations exist for Group Replication. Note that the limitations and issues described for multi-primary mode groups can also apply in single-primary mode clusters during a ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/group-replication-multi-primary-mode.html
                                 In multi-primary mode (group_replication_single_primary_mode=OFF) no member has a special role. Any member that is compatible with the other group members is set to read/write mode when joining the group, and can process write transactions, even if ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/group-replication-system-variables.html
                                 This section lists the system variables that are specific to the Group Replication plugin. The name of each Group Replication system variable is prefixed with group_replication_. Note InnoDB Cluster uses Group Replication, but the default values of ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/import-table.html
                                The IMPORT TABLE statement imports MyISAM tables based on information contained in .sdi (serialized dictionary information) metadata files. IMPORT TABLE requires the FILE privilege to read the .sdi and table content files, and the CREATE privilege ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/innodb-deadlock-example.html
                                 The following example illustrates how an error can occur when a lock request causes a deadlock. Client A enables innodb_print_all_deadlocks, creates two tables, 'Animals' and 'Birds', and inserts data into each. Thererfore, the previous read-only ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/innodb-disabling-tablespace-path-validation.html
                                 At startup, InnoDB scans directories defined by the innodb_directories variable for tablespace files. The paths of discovered tablespace files are validated against the paths recorded in the data dictionary. If the paths do not match, the paths in ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/innodb-file-per-table-tablespaces.html
                                 A file-per-table tablespace contains data and indexes for a single InnoDB table, and is stored on the file system in a single data file. File-per-table tablespace characteristics are described under the following topics in this section: ...