~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/bug673380_create_table_null_col_type.result

  • Committer: Stewart Smith
  • Date: 2010-11-10 08:10:53 UTC
  • mto: (1819.7.44 update-innobase)
  • mto: This revision was merged to the branch mainline in revision 1926.
  • Revision ID: stewart@flamingspork.com-20101110081053-fz4depckopv167tg
add tset for bug673380: CREATE TABLE AS can create a table with a column type of NULL

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CREATE TEMPORARY TABLE TABLE_54044
 
2
AS SELECT IF(NULL  IS NOT NULL, NULL, NULL);
 
3
ERROR HY000: Can't create table 'test.TABLE_54044' (errno: -1)