~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysql-test/r/federated.result

  • 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:
2116
2116
DROP TABLE t1;
2117
2117
CREATE TABLE t1 (a INT) ENGINE=federated CONNECTION='mysql://@:://';
2118
2118
DROP TABLE t1;
2119
 
create server 's1' foreign data wrapper 'mysql' options (port 4427);
 
2119
create server 's1' foreign data wrapper 'mysql' options (port 3306);
2120
2120
drop server 's1';
2121
2121
End of 5.1 tests
2122
2122
DROP TABLE IF EXISTS federated.t1;