[MDEV-766] LP:869104 - CREATE TABLE ... SELECT can result in column type "null" Created: 2011-10-06 Updated: 2014-03-03 Resolved: 2014-03-03 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 5.5.36, 10.0.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Kristian Nielsen | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
CREATE TABLE t1 ENGINE = INNODB AS SELECT IF(NULL IS NOT NULL, NULL, NULL); Create Table: CREATE TABLE `t1` ( Note the column type "null". This is not valid in CREATE TABLE, so for example This is MySQL bug#54394: http://bugs.mysql.com/bug.php?id=54394 |
| Comments |
| Comment by Rasmus Johansson (Inactive) [ 2012-03-22 ] |
|
Launchpad bug id: 869104 |