~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2010-10-20 20:41:00 UTC
  • mfrom: (1863 staging)
  • mto: This revision was merged to the branch mainline in revision 1871.
  • Revision ID: barry.leslie@primebase.com-20101020204100-oyj6p5cfssjw3p62
Merged with trunk.

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
#