PURGE {MASTER|BINARY} LOGS TO nome_binlog PURGE {MASTER|BINARY} LOGS BEFORE data
Este comando é usado para deletar todos os logs binários estritamente anteriores ao binlog ou data especificada. See Secção 4.11.7, “Instruções SQL para Controle do Servidor Master”.
PURGE BINARY LOGS
está disponível como um
sinônimo para PURGE MASTER LOGS
a partir do
MySQL 4.1.1.
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.