Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-capacity-options.html
                                 These options limit the resources used by the backup process, in order to minimize backup overhead for busy or huge databases, or specify behaviors of the process when encountering resource issues. --number-of-buffers=num_buffers Command-Line ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-special-options.html
                                 These options are for backing up database servers that play specific roles in replication, or contain certain kinds of data that require special care in backing up. --replica-info When backing up a replica server, this option captures information ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/c-api-prepared-statement-data-structures.html
                                 Prepared statements use several data structures: To obtain a statement handler, pass a MYSQL connection handler to mysql_stmt_init(), which returns a pointer to a MYSQL_STMT data structure. To specify the statement to prepare, pass the MYSQL_STMT ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-preferences-ssh.html
                                 The following figure shows the preference options that apply to SSH items, such as timeouts. Figure 3.17 Preferences: SSH Timeouts SSH Connect Timeout: [10] SSH connect timeout interval in seconds. SSH Read Write Timeout: [5] SSH read and write ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-tutorial-visual-explain-dbt3.html
                                 This tutorial describes how to use Explain reports to locate and fix problematic (slow) queries. It uses the DBT-3 database and begins with the following simple query example. SELECT * FROM orders WHERE YEAR(o_orderdate) = 1992 AND ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-datetime-types-processing.html
                                 connectionTimeZone Configures the connection time zone which is used by Connector/J if conversion between the JVM default and a target time zone is needed when preserving instant temporal values. Accepts a geographic time zone name or a time zone ...
                                            
                https://dev.mysql.com/doc/internals/en/floating-point-types.html
                                 The MySQL Reference Manual has a discussion of floating-point numbers in Section 11.2 Numeric Types, including details about the storage. Let us now take up the story from where the MySQL Reference Manual leaves off. The following discussion ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ch04s03s01s01.html
                                 ClusterJ provides these major interfaces for use by application programs: com.mysql.clusterj.SessionFactory, com.mysql.clusterj.Session, com.mysql.clusterj.Transaction, com.mysql.clusterj.query.QueryBuilder, and com.mysql.clusterj.Query. 
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-examples-timestamp2.html
                                 The file timestamp2.cpp reproduced in this section provides an example of working in NDB API applications with the “new” MySQL temporal data types supporting fractional seconds. For more information working with MySQL temporal and other data ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/overview-operations.html
                                 An NdbTransaction consists of a list of operations, each of which is represented by an instance of NdbOperation, NdbScanOperation, NdbIndexOperation, or NdbIndexScanOperation (that is, of NdbOperation or one of its child classes). See Section ...