Bug #58060 | Inconsistency in row format reported through I_S | ||
---|---|---|---|
Submitted: | 8 Nov 2010 19:06 | Modified: | 18 Nov 2010 20:26 |
Reporter: | Nirbhay Choubey | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Information schema | Severity: | S3 (Non-critical) |
Version: | 5.5.7-rc-debug | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | innodb, mysql-5.5 |
[8 Nov 2010 19:06]
Nirbhay Choubey
[8 Nov 2010 19:56]
MySQL Verification Team
Thank you for the bug report.
[16 Nov 2010 10:55]
Nirbhay Choubey
Hi, The second scenario looks better to me as, at least, it throws a warning. While in the first case, 'ALTER TABLE' execution goes normally, changing the row format without even notifying about this change. It *might* be a bug in InnoDB, but I am not sure.
[18 Nov 2010 20:26]
Sveta Smirnova
Most likely I_S schema problem. See below: SELECT row_format FROM INFORMATION_SCHEMA.tables WHERE table_name='t1'; row_format Compressed show create table t1; Table Create Table t1 CREATE TABLE `t1` ( `c1` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1 ROW_FORMAT=REDUNDANT KEY_BLOCK_SIZE=8