stats.assertTableStats("TEST_TAB_2",1);
s.execute("CALL SYSCS_UTIL.SYSCS_UPDATE_STATISTICS('APP','TEST_TAB_2', null)");
stats.assertTableStats("TEST_TAB_2",1);
s.execute("drop table TEST_TAB_2");
s.execute("drop table TEST_TAB_1");
stats.release();
}
/**
* A thread class that repeatedly calls SYSCS_UTIL.SYSCS_UPDATE_STATISTICS
* until the flag {@code done} is set to true. Any exception thrown during