Search



Search Results
Displaying 251 to 260 of 593 total results
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/value-expression-strings.html
An example use of a value expression string would be to increment a counter. Value expression strings are used to compute a value which can then be assigned to a given field or column. This is necessary for both modify() and update(), as well as ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/value-expression-strings.html
An example use of a value expression string would be to increment a counter. Value expression strings are used to compute a value which can then be assigned to a given field or column. This is necessary for both modify() and update(), as well as ...
https://dev.mysql.com/doc/refman/8.4/en/audit-log-file-formats.html
When the audit log plugin opens the audit log file, it initializes the sequence number to the size of the audit log file, then increments the sequence by 1 for each record logged. When the audit log plugin opens the audit log file, it initializes ...
https://dev.mysql.com/doc/refman/8.4/en/binary-log.html
For more information about the binary log and recovery operations, see Section 9.5, “Point-in-Time (Incremental) Recovery”. The session values of the following system variables are written to the binary log and honored by the replica when ...
https://dev.mysql.com/doc/refman/8.4/en/communication-errors.html
If the log_error_verbosity system variable is set to 3, you might find messages like this in your error log: [Note] Aborted connection 854 to db: 'employees' user: 'josh' If a client is unable even to connect, the server increments the ... If ...
https://dev.mysql.com/doc/refman/8.4/en/flush.html
If binary logging is enabled, the sequence number of the binary log file is incremented by one relative to the previous file. If relay logging is enabled, the sequence number of the relay log file is incremented by one relative to the previous file.
https://dev.mysql.com/doc/refman/8.4/en/group-replication-member-actions.html
Group Replication increments the version number for its member actions configuration each time a member action is enabled or disabled. Whenever a member action is enabled or disabled using the functions, the version number is incremented. Group ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-view-changes.html
Using these two different parts enables the view identifier to identify incremental group changes caused by members joining or leaving, and also to identify the situation where all members leave the group in a full group shutdown, so no information ... When Group Replication's distributed recovery process is carrying out state transfer from the binary log, to synchronize the joining member with the donor up to a specific point in time, the joining member and donor make use of GTIDs (see Section 19.1.3, “Replication with Global Transaction ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-locking-reads.html
Note Locking reads are only possible when autocommit is disabled (either by beginning transaction with START TRANSACTION or by setting autocommit to 0. To implement reading and incrementing the counter, first perform a locking read of the counter ...
https://dev.mysql.com/doc/refman/8.4/en/internal-temporary-tables.html
When the limit determined by tmp_table_size is reached, MySQL automatically converts the in-memory internal temporary table to an InnoDB on-disk internal temporary table. When using the MEMORY storage engine for in-memory temporary tables ... In ...
Displaying 251 to 260 of 593 total results