~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/synchronization.test

  • Committer: Brian Aker
  • Date: 2009-02-21 00:18:15 UTC
  • Revision ID: brian@tangent.org-20090221001815-x20e8h71e984lvs1
Completion (?) of uint conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
  connection con2;
22
22
    CREATE TABLE t2 LIKE t1;
23
23
    replace_result x1 xx x2 xx;
24
 
    --replace_regex /ENGINE=[a-zA-Z]+/ENGINE=DEFAULT/
25
24
    SHOW CREATE TABLE t2;
26
25
    DROP TABLE t2;
27
26
  connection con1;
30
29
  connection con2;
31
30
    CREATE TABLE t2 LIKE t1;
32
31
    replace_result x1 xx x2 xx;
33
 
    --replace_regex /ENGINE=[a-zA-Z]+/ENGINE=DEFAULT/
34
32
    SHOW CREATE TABLE t2;
35
33
    DROP TABLE t2;
36
34
  connection con1;