File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -8148,7 +8148,6 @@ public Void call() throws Exception {
8148
8148
* if the test fails.
8149
8149
*/
8150
8150
public void testBug16634180() throws Exception {
8151
-
8152
8151
if (Util.isJdbc4()) {
8153
8152
// relevant JDBC4+ test is testsuite.regression.jdbc4.ConnectionRegressionTest.testBug16634180()
8154
8153
return;
@@ -10916,7 +10915,7 @@ public void testBug86741() throws Exception {
10916
10915
* Test fix for Bug#89948 (27658489), Batched statements are not committed for useLocalTransactionState=true.
10917
10916
*/
10918
10917
public void testBug89948() throws Exception {
10919
- createTable("testBug89948", "(id INT PRIMARY KEY)");
10918
+ createTable("testBug89948", "(id INT PRIMARY KEY)", "InnoDB" );
10920
10919
10921
10920
boolean resetConn = false;
10922
10921
boolean allowMQ = false;
You can’t perform that action at this time.
0 commit comments