~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2008-07-05 19:00:59 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: monty@inaugust.com-20080705190059-3vfbd3ebpmzaw5e5
Fixed unsigned long int, format specifiers and functions. 

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;