~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/innodb.result

  • Committer: Vijay Samuel
  • Date: 2010-09-10 21:03:37 UTC
  • mto: (1757.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1758.
  • Revision ID: vijay@vijay-20100910210337-rf7c2ymawtqj6tkv
Merge added utf 8 tamil test case suite and test case for creating a database in tamil.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2601
2601
commit;
2602
2602
drop table t1, t2, t3, t5, t6, t8, t9;
2603
2603
CREATE TABLE t1 (DB_ROW_ID int) engine=innodb;
2604
 
Got one of the listed errors
 
2604
ERROR HY000: Can't create table 'test.t1' (errno: -1)
2605
2605
CREATE TABLE t1 (
2606
2606
a BIGINT NOT NULL,
2607
2607
PRIMARY KEY  (a)