~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/tests/t/innodb.test

update innobase test result for proper error code for invalid column name DB_ROW_ID

Show diffs side-by-side

added added

removed removed

Lines of Context:
1767
1767
drop table t1, t2, t3, t5, t6, t8, t9;
1768
1768
 
1769
1769
# bug 18934, "InnoDB crashes when table uses column names like DB_ROW_ID"
1770
 
--error ER_CANT_CREATE_TABLE
 
1770
--error ER_CANT_CREATE_TABLE,1166
1771
1771
CREATE TABLE t1 (DB_ROW_ID int) engine=innodb;
1772
1772
 
1773
1773
#