Add thread information to show engine innodb status (under TRANSACTIONS)

Bug #431148 reported by fmpwizard
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Wishlist
fmpwizard

Bug Description

This is the current output from show engine innodb status

drizzle> show engine innodb status \G
....
------------
TRANSACTIONS
------------
Trx id counter 2301
Purge done for trx's n:o < D20 undo n:o < 0
History list length 3
LIST OF TRANSACTIONS FOR EACH SESSION:
---TRANSACTION 0, not started, OS thread id 4497080320
Unknown thread accessing table
....

We should show at least the same information the mysql server returns:

...
------------
TRANSACTIONS
------------
Trx id counter 2301
Purge done for trx's n:o < D20 undo n:o < 0
History list length 3
LIST OF TRANSACTIONS FOR EACH SESSION:
---TRANSACTION 0, not started, OS thread id 4497080320
Drizzle thread 2, query id 18646, hostname.local, 192.168.0.99, root
show engine innodb status
....

Related branches

Changed in drizzle:
status: New → In Progress
Changed in drizzle:
status: In Progress → Fix Committed
Changed in drizzle:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.