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
Search Results
https://dev.mysql.com/doc/refman/8.0/en/manual-info.html
This is the Reference Manual for the MySQL Database System, version 8.0, through release 8.0.44. Differences between minor versions of MySQL 8.0 are noted in the present text with reference to release numbers (8.0.x). This manual is not intended ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-innodb-redo-log-files-table.html
START_LSN The log sequence number of the first block in the redo log file. END_LSN The log sequence number after the last block in the redo log file. The innodb_redo_log_files table contains a row for each active InnoDB redo log file. The ...
https://dev.mysql.com/doc/refman/8.0/en/performance-schema-statement-tables.html
This differs from the sequence of refinement that occurs within a single instrumented operation, from abstract to final instrument names. Statement events occur at a high level of the event hierarchy. Within the event hierarchy, wait events nest ...
https://dev.mysql.com/doc/refman/8.0/en/replication-administration-skip.html
The binary log is organized as a sequence of groups known as event groups, and each event group consists of a sequence of events. If replication stops due to an issue with an event in a replicated transaction, you can resume replication by skipping ...
https://dev.mysql.com/doc/refman/8.0/en/replication-features-variables.html
sql_mode is also replicated except for the NO_DIR_IN_CREATE mode; the replica always preserves its own value for NO_DIR_IN_CREATE, regardless of changes to it on the source. However, when mysqlbinlog parses a SET @@sql_mode = mode statement, the ...
https://dev.mysql.com/doc/refman/8.0/en/stop-replica.html
When the replica is multithreaded (replica_parallel_workers or slave_parallel_workers is a nonzero value), any gaps in the sequence of transactions executed from the relay log are closed as part of stopping the worker threads. If the replica is ...] ...
https://dev.mysql.com/doc/refman/8.0/en/faqs-stored-procs.html
Are stored procedures and functions created on a replication source server replicated to a replica? A.4.24. You can manage stored procedures with CREATE [FUNCTION|PROCEDURE], ALTER [FUNCTION|PROCEDURE], DROP [FUNCTION|PROCEDURE], and SHOW CREATE ...
https://dev.mysql.com/doc/refman/8.0/en/keyring-okv-plugin.html
The following procedure briefly summarizes the process of setting up keyring_okv for use with Oracle Key Vault: Create the configuration directory for the keyring_okv plugin to use. Create the configuration directory that contains the Oracle Key ...
https://dev.mysql.com/doc/refman/8.0/en/merge-storage-engine.html
When you create a MERGE table, MySQL creates a .MRG file on disk that contains the names of the underlying MyISAM tables that should be used as one. Note The use of MERGE tables entails the following security issue: If a user has access to MyISAM ...
https://dev.mysql.com/doc/refman/8.0/en/partitioning-range.html
A table that is partitioned by range is partitioned in such a way that each partition contains rows for which the partitioning expression value lies within a given range. Ranges should be contiguous but not overlapping, and are defined using the ...