WL#1428: Multiple MySQL Servers: Test clustered functionality

Affects: Server-7.1   —   Status: Un-Assigned

Make sure that the MySQL Cluster functionality works.


* We must be able to start MySQL server(s) that connect to the NDB
Cluster and discovers the tables that exists.
* We must ensure that new tables that are created in NDB Cluster will
automatically be discovered by all connected MySQL Servers.
* We must ensure that tables dropped in NDB Cluster will automatically
be discovered by all connected MySQL Servers
* We must ensure that new indexes created in NDB Cluster will 
automatically be discovered by all connected MySQL Servers.
* We must ensure that dropped indexes in NDB Cluster will automatically
be discovered by all connected MySQL Servers


This task is dependent on that teh functionality for Multiple MySQL Servers are 
implemented.