41424344454647
@SuppressWarnings("UnusedDeclaration") public TestMySqlDistributedQueries() throws Exception { this(new TestingMySqlServer("testuser", "testpass", "tpch")); }
29303132333435
private final TestingMySqlServer mysqlServer; public TestMySqlIntegrationSmokeTest() throws Exception { this(new TestingMySqlServer("testuser", "testpass", "tpch")); }
private final TestingMySqlServer mysqlServer; public TestMySqlDistributedQueries() throws Exception { this(new TestingMySqlServer("testuser", "testpass", "tpch")); }