diff options
author | unknown <monty@hundin.mysql.fi> | 2001-12-13 20:06:44 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-12-13 20:06:44 +0200 |
commit | e12119dcc445edaddc6f232e8b565adc95b03a4c (patch) | |
tree | 115844a923695ae9006c7bea68873ccfdbac145b /Docs | |
parent | c0de7ffcc83fb5192fda8ec1e47f20c417c5c374 (diff) | |
download | mariadb-git-e12119dcc445edaddc6f232e8b565adc95b03a4c.tar.gz |
Added status variables for all MySQL commands.
Docs/manual.texi:
Changelog
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index bb8e725c8a4..3df6dd1abca 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -19620,6 +19620,7 @@ The status variables listed above have the following meaning: @item @code{Aborted_connects} @tab Number of tries to connect to the MySQL server that failed. @xref{Communication errors}. @item @code{Bytes_received} @tab Number of bytes received from all clients. @item @code{Bytes_sent} @tab Number of bytes sent to all clients. +@item @code{Com_xxxx} @tab Number of times the xxx commands has been executed. @item @code{Connections} @tab Number of connection attempts to the MySQL server. @item @code{Created_tmp_disk_tables} @tab Number of implicit temporary tables on disk created while executing statements. @item @code{Created_tmp_tables} @tab Number of implicit temporary tables in memory created while executing statements. @@ -46839,6 +46840,9 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.47 @itemize @bullet @item +Added statistics variables for all MySQL commands. (@code{SHOW STATUS} is +now much longer). +@item Fix default values for InnoDB tables. @item Fixed that @code{GROUP BY expr DESC} works. |