Bug #89174 | empty result set in transaction after table definition has changed | ||
---|---|---|---|
Submitted: | 10 Jan 2018 19:27 | Modified: | 11 Jan 2018 12:54 |
Reporter: | Eric Promislow | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.5 | OS: | Any |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[10 Jan 2018 19:27]
Eric Promislow
[11 Jan 2018 12:54]
MySQL Verification Team
Hi, This is a known limitation of 5.5, not a bug. The online DDL ( https://dev.mysql.com/doc/refman/5.6/en/innodb-online-ddl.html ) work that's put into 5.6 helps with this issue and data dictionary work in 8.0 ( https://dev.mysql.com/doc/refman/8.0/en/data-dictionary.html ) will completely fix all the problems around this issue. kind regards Bogdan