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
Displaying 121 to 130
of 132 total results
- « Previous
- 11
- 12
- 13
- 14
- Next »
https://dev.mysql.com/doc/refman/8.0/en/replication-solutions.html
See Section 19.4.6, “Replicating Different Databases to Different Replicas” As the number of replicas increases, the load on the source can increase and lead to reduced performance (because of the need to replicate the binary log to each ...
https://dev.mysql.com/doc/refman/8.0/en/resignal.html
RESIGNAL may change some or all information before passing it on. RESIGNAL is related to SIGNAL, but instead of originating a condition as SIGNAL does, RESIGNAL relays existing condition information, possibly after modifying it. RESIGNAL makes it ...
https://dev.mysql.com/doc/refman/8.0/en/show-replica-status.html
Any changes, including NTP updates, can lead to clock skews that can make calculation of Seconds_Behind_Source less reliable. SHOW {REPLICA | SLAVE} STATUS [FOR CHANNEL channel] This statement provides status information on essential parameters of ...
https://dev.mysql.com/doc/refman/8.0/en/source-configuration-options.html
Overriding them can lead to unexpected results and is done at your own risk. The CMake program provides a great deal of control over how you configure a MySQL source distribution. Typically, you do this using options on the CMake command line. For ...
https://dev.mysql.com/doc/refman/8.0/en/source-installation.html
Warning Building MySQL with nonstandard options may lead to reduced functionality, performance, or security. Building MySQL from the source code enables you to customize build parameters, compiler optimizations, and installation location. For a ...
https://dev.mysql.com/doc/refman/8.0/en/stored-programs-logging.html
Mixed format binary logging (binlog_format=MIXED) uses statement-based binary logging, except for cases where only row-based binary logging is guaranteed to lead to proper results. The binary log contains information about SQL statements that ...
https://dev.mysql.com/doc/refman/8.0/en/switchable-optimizations.html
The parent query does not set a user variable, since rewriting it may affect the order of execution, which could lead to unexpected results if the variable is accessed more than once in the same query. Its value is a set of flags, each of which has ...
https://dev.mysql.com/doc/refman/8.0/en/thread-pool-operation.html
These would lead to all resources used by only a few statements and they could prevent all others from accessing the server. The thread pool consists of a number of thread groups, each of which manages a set of client connections. As connections ...
https://dev.mysql.com/doc/refman/8.0/en/view-restrictions.html
That shortcoming can lead to problems backing up a database with mysqldump, which may fail due to insufficient privileges. The maximum number of tables that can be referenced in the definition of a view is 61. View processing is not optimized: It ...
https://dev.mysql.com/doc/refman/8.0/en/window-functions-frames.html
The definition of a window used with a window function can include a frame clause. A frame is a subset of the current partition and the frame clause specifies how to define the subset. Frames are determined with respect to the current row, which ...
Displaying 121 to 130
of 132 total results
- « Previous
- 11
- 12
- 13
- 14
- Next »