SHOW LOGS
は、既存のログファイルに関するステータス情報を表示します。現在は、Berkeley
DB
ログファイルの情報を表示するだけなので、そのエイリアスは(MySQL
4.1.1 で導入) SHOW BDB LOGS
です。
File
は、ログファイルのフルパスを示す。
Type
は、ログファイルのタイプ(Berkeley DB
ログファイルでは
BDB
)を示す。
Status
は、ログファイルのステータス(ファイルを削除できる場合は
FREE
、ファイルがトランザクションサブシステムによって必要とされている場合は
IN USE
)を示す。
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.