~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/t/synchronization.test

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

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;