diff options
author | Jimmy Yang <jimmy.yang@oracle.com> | 2010-08-17 01:19:24 -0700 |
---|---|---|
committer | Jimmy Yang <jimmy.yang@oracle.com> | 2010-08-17 01:19:24 -0700 |
commit | b17b122b7daa2f6fbc04ab7a32269d6f2d22cbfe (patch) | |
tree | b34b13dad93e31f86abd6e9768f89d76c0b121b2 /sql/sql_class.h | |
parent | 524e0dc4d54205bebf7bd5d590246c215f0fb801 (diff) | |
download | mariadb-git-b17b122b7daa2f6fbc04ab7a32269d6f2d22cbfe.tar.gz |
Fix bug #53496 Use Lock_time in slow query log output for InnoDB row
lock wait time. Including the InnoDB lock time in the exiting "Lock_time"
output.
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index c095fee6232..b135af41af0 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -1505,7 +1505,7 @@ public: // track down slow pthread_create ulonglong prior_thr_create_utime, thr_create_utime; ulonglong start_utime, utime_after_lock; - + thr_lock_type update_lock_default; Delayed_insert *di; |