1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

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.
This commit is contained in:
Jimmy Yang
2010-08-17 01:19:24 -07:00
parent 15fd2b4ffa
commit da24a208dd
7 changed files with 33 additions and 1 deletions

View File

@@ -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;