diff options
author | unknown <monty@hundin.mysql.fi> | 2001-10-31 22:24:33 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-10-31 22:24:33 +0200 |
commit | 78b58fcac5f25496bd3b258f6c8ae2b90b072de5 (patch) | |
tree | 7518cec72f32a406f865d819c9e1f08095eb0c7c /Docs | |
parent | 679e3810307de3f42619304430f31977ad8fdd83 (diff) | |
download | mariadb-git-78b58fcac5f25496bd3b258f6c8ae2b90b072de5.tar.gz |
Changed time -> query_time in slow query log.
Fixed Rows_examined in slow query log.
Docs/manual.texi:
Changlog
sql/log.cc:
Changed time -> query_time in slow query log.
sql/sql_select.cc:
Fixed Rows_examined count in slow query log.
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 7c103f06a3b..a6e1f737750 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46843,6 +46843,8 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.44 @itemize @bullet @item +Fixed @code{Rows_examined} count in slow query log. +@item Fixed bug when using a reference to a @code{AVG()} column in @code{HAVING}. @item Fixed that date functions that require correct dates, like |