~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/parser_bug21114.inc

First pass on cleanup of Stewart's patch, plus re-engineer to make it work a
bit more with the current system. Engines approve key/pair.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  col2 int not null,
32
32
  col3 varchar(10),
33
33
  CONSTRAINT pk PRIMARY KEY (col1, col2)
34
 
) ENGINE $engine_type;
 
34
) ENGINE=$engine_type;
35
35
 
36
36
eval CREATE TABLE bug21114_child(
37
37
  pk int not null,
43
43
    REFERENCES $FCT(col1, col2),
44
44
  CONSTRAINT fk_fct_space FOREIGN KEY (fk_col3, fk_col4)
45
45
    REFERENCES $FCT (col1, col2)
46
 
) ENGINE $engine_type;
 
46
) ENGINE=$engine_type;
47
47
 
48
48
--enable_query_log
49
49
--enable_result_log