diff options
author | Michael Widenius <monty@askmonty.org> | 2012-09-13 21:11:47 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2012-09-13 21:11:47 +0300 |
commit | 32e4c7e138c9577b5dd9477dbee8b4091c5b69fe (patch) | |
tree | 5595a6912a5d22b9e184e60029e92f86989e89f7 /client | |
parent | 6f94b5c76d51e655d36198d177972caa18089e31 (diff) | |
download | mariadb-git-32e4c7e138c9577b5dd9477dbee8b4091c5b69fe.tar.gz |
Added THD::utime_after_query to avoid calling current_utime() twice for every end-of-query
Increment long_query_count also if thd->variables.log_slow_rate_limit is used
Added new state "Writing to binlog"
sql/sql_class.h:
Added THD::utime_after_query to avoid calling current_utime() twice for every end-of-query
sql/sql_parse.cc:
Increment long_query_count also if thd->variables.log_slow_rate_limit is used
Removed extra calls to thd_proc_info(thd, "logging slow query") and thd->current_utime();
sql/sql_table.cc:
Added new state "Writing to binlog"
Diffstat (limited to 'client')
0 files changed, 0 insertions, 0 deletions