Bug #9332 SHOW [BDB] LOGS deprecated
Submitted: 22 Mar 2005 9:45 Modified: 18 May 2005 15:55
Reporter: Geert Vanderkelen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:4.1.10a OS:
Assigned to: Paul DuBois CPU Architecture:Any

[22 Mar 2005 9:45] Geert Vanderkelen
Description:

Quote from docs:

"13.5.4.13. SHOW LOGS Syntax

SHOW LOGS displays status information about existing log files. It was implemented in MySQL 3.23.29. Currently, it displays only information about Berkeley DB log files, so an alias for it (available as of MySQL 4.1.1) is SHOW BDB LOGS."

SHOW BDB LOGS is deprecated, should be SHOW ENGINE BDB LOGS.

How to repeat:

mysql> SHOW BDB LOGS;

mysql> SHOW WARNINGS\G

  Level: Warning
   Code: 1287
Message: 'SHOW BDB LOGS' is deprecated; use 'SHOW ENGINE BDB LOGS' instead

Suggested fix:
see desc..
[18 May 2005 15:55] Paul DuBois
Thank you for your bug report. This issue has been addressed in the
documentation. The updated documentation will appear on our website
shortly, and will be included in the next release of the relevant
product(s).

Additional info:

I've added a section for the SHOW ENGINE
statement to the manual.