Bug #55789 | information_schema innodb_trx repeats a bunch of columns | ||
---|---|---|---|
Submitted: | 5 Aug 2010 17:50 | Modified: | 5 Aug 2010 19:13 |
Reporter: | Morgan Tocker | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB Plugin storage engine | Severity: | S3 (Non-critical) |
Version: | 5.5.5 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[5 Aug 2010 17:50]
Morgan Tocker
[5 Aug 2010 18:18]
MySQL Verification Team
Thank you for the bug report. mysql> show columns from innodb_trx like "%isolation%"; +---------------------+-------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +---------------------+-------------+------+-----+---------+-------+ | trx_isolation_level | varchar(16) | NO | | | | | trx_isolation_level | varchar(16) | NO | | | | +---------------------+-------------+------+-----+---------+-------+ 2 rows in set (0.00 sec) mysql> show variables like "%version%"; +-------------------------+---------------------+ | Variable_name | Value | +-------------------------+---------------------+ | innodb_version | 1.2.0 | | protocol_version | 10 | | slave_type_conversions | | | version | 5.6.99-m4-debug-log | | version_comment | Source distribution | | version_compile_machine | x86_64 | | version_compile_os | Linux | +-------------------------+---------------------+ 7 rows in set (0.00 sec)
[5 Aug 2010 19:13]
Calvin Sun
duplicate of bug#55395, which is fixed in 5.5.6-m3.