~fallenpegasus/drizzle/logcsv

« back to all changes in this revision

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

  • Committer: lbieber at stabletransit
  • Date: 2010-10-13 16:20:08 UTC
  • mfrom: (1843.1.3 build)
  • Revision ID: lbieber@drizzle-build-n02.wc1.dfw1.stabletransit.com-20101013162008-qi2e6k5yvfm16964
Merge Stewart - update innobase plugin to be based on innodb_plugin 1.0.6
Merge Monty - more valgrind cleanup
Merge Monty - Moved libdrizzle api listings from doxygen to sphinx

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
#