~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/include/parser_bug21114.inc

  • Committer: Monty Taylor
  • Date: 2010-10-15 17:18:02 UTC
  • mto: (1859.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1860.
  • Revision ID: mordred@inaugust.com-20101015171802-qhk6zyfhrkvprr1n
Added support for registering regular sys_var instances via module::Context.

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