TestOptimizations

Test various optimizations (query cache, optimization for MIN(..), and MAX(..)).

Methods
static void main(String... a)
Run just this test.
static void main(String... a) throws Exception
Run just this test.
Parameters:
a - ignored
static ResultSet optimizeInJoinSelect()
This method is called via reflection from the database.
static ResultSet optimizeInJoinSelect()
This method is called via reflection from the database.
Returns:
a result set
void test()
void test() throws Exception