Rechercher dans le manuel MySQL
26.12.18.3 The log_status Table
The log_status
table provides
information that enables an online backup tool to copy the
required log files without locking those resources for the
duration of the copy process.
When the log_status
table is
queried, the server blocks logging and related administrative
changes for just long enough to populate the table, then
releases the resources. The
log_status
table informs the
online backup which point it should copy up to in the master's
binary log and gtid_executed
record, and
the relay log for each replication channel. It also provides
relevant information for individual storage engines, such as
the last log sequence number (LSN) and the LSN of the last
checkpoint taken for the InnoDB
storage
engine.
The log_status
table has these columns:
SERVER_UUID
The server UUID for this server instance. This is the generated unique value of the read-only system variable
server_uuid
.LOCAL
The log position state information from the master, provided as a single JSON object with the following keys:
-
binary_log_file
The name of the current binary log file.
-
binary_log_position
The current binary log position at the time the
log_status
table was accessed.-
gtid_executed
The current value of the global server variable
gtid_executed
at the time thelog_status
table was accessed. This information is consistent with thebinary_log_file
andbinary_log_position
keys.
-
REPLICATION
A JSON array of channels, each with the following information:
-
channel_name
The name of the replication channel. The default replication channel's name is the empty string (“”).
-
relay_log_file
The name of the current relay log file for the replication channel.
-
relay_log_pos
The current relay log position at the time the
log_status
table was accessed.
-
STORAGE_ENGINES
Relevant information from individual storage engines, provided as a JSON object with one key for each applicable storage engine.
The log_status
table has no
indexes.
The BACKUP_ADMIN
privilege is required for
access to the log_status
table.
TRUNCATE TABLE
is not permitted
for the log_status
table.
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 26/06/2006, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/mysql-rf-log-status-table.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.