can create tables with columns of type NULL

Bug #673380 reported by Stewart Smith
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Low
Stewart Smith
7.0
Fix Released
Low
Stewart Smith

Bug Description

# This 'create table' operation should fail because of
# using NULL datatype
--error ER_CANT_CREATE_TABLE
CREATE TEMPORARY TABLE TABLE_54044 ENGINE = INNODB
 AS SELECT IF(NULL IS NOT NULL, NULL, NULL);

explodes.

Related branches

Stewart Smith (stewart)
Changed in drizzle:
status: In Progress → Fix Committed
assignee: nobody → Stewart Smith (stewart)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.