|
MySQL 5.6.14 Source Code Document
|


Public Member Functions | |
| void | test () |
Static Public Member Functions | |
| static void | main (String[] args) throws Exception |
Protected Member Functions | |
| void | init () |
| void | close () |
| void | initConnection (String catalog, String schema) |
| void | closeConnection () |
Additional Inherited Members | |
Static Protected Member Functions inherited from test.JTieTestBase | |
| static void | loadSystemLibrary (String name) |
Static Protected Attributes inherited from test.JTieTestBase | |
| static final PrintWriter | out = new PrintWriter(System.out, true) |
| static final PrintWriter | err = new PrintWriter(System.err, true) |
Tests the basic functioning of the NdbJTie libary: mgmapi for starting a cluster (not implemented yet) and ndbapi for connecting to a cluster. XXX test requires a running cluster at this time, which is why we're not running this test as a unit but mtr test.
Definition at line 34 of file NdbJTieSmokeTest.java.