~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/suite/regression/r/654219.result

Merge Andrew fix bug 674145: Table Names Not Case Matched

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
CONSTRAINT_NAME TABLE_NAME      COLUMN_NAME     ORDINAL_POSITION
58
58
PRIMARY t1      c4      2
59
59
PRIMARY t1      c5      1
60
 
fk_t2   t2      c1      1
61
 
fk_t2   t2      c2      2
 
60
fk_t2   T2      c1      1
 
61
fk_t2   T2      c2      2
62
62
DROP TABLE t2;
63
63
DROP TABLE t1;