| Bug #61670 | Locked Transaction does not appear in I_S tables of InnoDB (5.1 plugin and 5.5) | ||
|---|---|---|---|
| Submitted: | 28 Jun 2011 12:54 | Modified: | 29 Jun 2011 3:37 |
| Reporter: | Rituparna Kashyap | Email Updates: | |
| Status: | Not a Bug | Impact on me: | |
| Category: | MySQL Server: Information schema | Severity: | S2 (Serious) |
| Version: | OS: | Any | |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | information_schema, InnoDB plugin, innodb_trx, transaction | ||
[28 Jun 2011 12:54]
Rituparna Kashyap
[28 Jun 2011 16:36]
MySQL Verification Team
the transaction isn't active inside innodb.. have you see bug #59678 ?
[28 Jun 2011 17:09]
Peter Laursen
So the I_S tables established by InnoDB are not a full replacement for SHOW ENGINE INNODB STATUS? This is not how it has been 'marketed'. Peter (not a MySQL person)
[29 Jun 2011 3:37]
Valeriy Kravchuk
Manual (http://dev.mysql.com/doc/refman/5.5/en/innodb-trx-table.html) clearly says: "The INNODB_TRX table contains information about every transaction currently executing inside InnoDB..." As you can see in the INNODB STATUS, transactions are not started yet *inside InnoDB*, so there are no rows in that table.
