diff options
author | unknown <monty@hundin.mysql.fi> | 2001-12-13 22:03:09 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-12-13 22:03:09 +0200 |
commit | d3d30c0145e04d01a8955a60c73ba3fca09cf4d2 (patch) | |
tree | 05f27556e79b2132b6180db06f946f3a93c9f79a /Docs | |
parent | 6e31c2ca7d7881d26c86c29e8abd0e1528d6613b (diff) | |
download | mariadb-git-d3d30c0145e04d01a8955a60c73ba3fca09cf4d2.tar.gz |
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
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 1 |
1 files changed, 1 insertions, 0 deletions
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 |