PDF (US Ltr)
        - 43.3Mb
                                PDF (A4)
        - 43.4Mb
                                Man Pages (TGZ)
        - 297.1Kb
                                Man Pages (Zip)
        - 402.4Kb
                                Info (Gzip)
        - 4.3Mb
                                Info (Zip)
        - 4.3Mb
                    
            Search Results
                        
                    
                    
            https://dev.mysql.com/doc/refman/8.0/en/locking-functions.html
                                While held by one session, other sessions cannot obtain a lock of the same name. Returns 1 if the lock was obtained successfully, 0 if the attempt timed out (for example, because another client has previously locked the name), or NULL if an error ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/locking-service.html
                                 MySQL distributions provide a locking interface that is accessible at two levels: At the SQL level, as a set of loadable functions that each map onto calls to the service routines. As a C language interface, callable as a plugin service from server ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/making-windows-dumps.html
                                 Program Database files (with suffix pdb) are included in the ZIP Archive Debug Binaries & Test Suite distribution of MySQL. These files provide information for debugging your MySQL installation in the event of a problem. This is a separate download ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/memory-use.html
                                 MySQL allocates buffers and caches to improve performance of database operations. The default configuration is designed to permit a MySQL server to start on a virtual machine that has approximately 512MB of RAM. You can improve MySQL performance by ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/merge-storage-engine.html
                                 The MERGE storage engine, also known as the MRG_MyISAM engine, is a collection of identical MyISAM tables that can be used as one. “Identical” means that all tables have identical column data types and index information. You cannot merge MyISAM ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/miscellaneous-functions.html
                                The function return value and type are the same as the return value and type of its argument, but the function result is not checked for the ONLY_FULL_GROUP_BY SQL mode. As a result, the address value for rows within each name group is ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-backup-using-management-client.html
                                 Before starting a backup, make sure that the cluster is properly configured for performing one. If an existing backup_id value is used, the backup fails with the error Backup failed: file already exists. If used, the backup_id must follow ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-compared.html
                                 MySQL Server offers a number of choices in storage engines. Since both NDB and InnoDB can serve as transactional MySQL storage engines, users of MySQL Server sometimes become interested in NDB Cluster. They see NDB as a possible alternative or ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-disk-data-objects.html
                                 NDB Cluster Disk Data storage is implemented using the following objects: Tablespace: Acts as containers for other Disk Data objects. A tablespace contains one or more data files and one or more undo log file groups. Undo log file: Contains undo ...
                                            
                https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-event-reports.html
                                 In this section, we discuss the types of event logs provided by NDB Cluster, and the types of events that are logged. NDB Cluster provides two types of event log: The cluster log, which includes events generated by all cluster nodes. The cluster ...