From d3d30c0145e04d01a8955a60c73ba3fca09cf4d2 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 13 Dec 2001 22:03:09 +0200 Subject: Fix that SHOW STATUS works with SSL. Add 4.0 commands to SHOW STATUS. Docs/manual.texi: Cleanup mysql-test/r/innodb.result: Fixe results sql/mysqld.cc: Add commands unique for 4.0 sql/sql_lex.h: Cleanup sql/sql_parse.cc: Cleanup sql/sql_show.cc: Fix that SHOW STATUS works with SSL. sql/sql_yacc.yy: Cleanup --- Docs/manual.texi | 1 + 1 file changed, 1 insertion(+) (limited to 'Docs') diff --git a/Docs/manual.texi b/Docs/manual.texi index ed9113197d6..25c40a914ee 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -22819,6 +22819,7 @@ snapshot. listing of slaves currently registered with the master (Master) @item @code{SHOW SLAVE STATUS} @tab Provides status information on essential parameters of the slave thread. (Slave) + @item @code{SHOW MASTER LOGS} @tab Only available starting in Version 3.23.28. Lists the binary logs on the master. You should use this command prior to @code{PURGE MASTER LOGS TO} to find out how far you -- cgit v1.2.1