diff options
author | unknown <magnus@neptunus.(none)> | 2004-12-15 12:09:19 +0100 |
---|---|---|
committer | unknown <magnus@neptunus.(none)> | 2004-12-15 12:09:19 +0100 |
commit | fcca1791e341ab23d9b571938002a4576972ed32 (patch) | |
tree | 847a9dba340aec21369659b680edd000158af5e4 /mysql-test/r/server_id1.require | |
parent | ead004f91f38d5c90cb73e63969bc1a222c22325 (diff) | |
download | mariadb-git-fcca1791e341ab23d9b571938002a4576972ed32.tar.gz |
Added test case for multiple MySQL Servers connected to one cluster
Added test for cache in combination with multiple MySQL Servers
mysql-test/include/have_ndb.inc:
Added suport for connecting to two MySQL Server instances
(I hope this will work on all platforms, since it does not use the socket parameter when openeing the connections, analog to how it looks like in replication tests)
Diffstat (limited to 'mysql-test/r/server_id1.require')
-rw-r--r-- | mysql-test/r/server_id1.require | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/server_id1.require b/mysql-test/r/server_id1.require new file mode 100644 index 00000000000..666c94ef633 --- /dev/null +++ b/mysql-test/r/server_id1.require @@ -0,0 +1,2 @@ +Variable_name Value +server_id 102 |