Bug #38808 | Views defined by UNION SELECT statements have null type/cause mysqldump to fail | ||
---|---|---|---|
Submitted: | 14 Aug 2008 18:44 | Modified: | 15 Aug 2008 14:53 |
Reporter: | David Derr | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Views | Severity: | S2 (Serious) |
Version: | 5.0.45-log | OS: | Linux (i686 redhat-linux-gnu) |
Assigned to: | CPU Architecture: | Any | |
Tags: | column, mysqldump, null, type, UNION, Views |
[14 Aug 2008 18:44]
David Derr
[14 Aug 2008 19:56]
Valeriy Kravchuk
Thank you for a problem report. Please, try to repeat with a newer version, 5.0.67, and inform about the results.
[15 Aug 2008 14:22]
David Derr
Thanks, this is fixed in 5.0.67: mysql> DESCRIBE vw_null_test; -------------- DESCRIBE vw_null_test -------------- +-------+------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-------+------------+------+-----+---------+-------+ | col1 | binary(0) | YES | | NULL | | | col2 | bigint(20) | NO | | 0 | | +-------+------------+------+-----+---------+-------+ 2 rows in set (0.01 sec) -David
[15 Aug 2008 14:53]
MySQL Verification Team
Closing according last comment.