File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/test/java/org/mariadb/jdbc/integration Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ if [ -z "$SKYSQL" ] && [ -z "$SKYSQL_HA" ]; then
5858 # run test suite
5959 # ##################################################################################################################
6060 export TEST_DB_HOST=mariadb.example.com
61- export TEST_DB_HOST=mariadb.example.com
6261 export TEST_DB_PORT=3305
6362 export TEST_DB_DATABASE=testj
6463 export TEST_DB_USER=bob
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ public void largeBatch(Connection con) throws SQLException {
177177 public void bulkPacketSplitMaxAllowedPacket () throws SQLException {
178178 int maxAllowedPacket = getMaxAllowedPacket ();
179179 System .out .println ("maxAllowedPacket:" + maxAllowedPacket );
180- bulkPacketSplit (2 , maxAllowedPacket - 40 );
180+ bulkPacketSplit (2 , maxAllowedPacket - 40 );
181181 }
182182
183183 @ Test
You can’t perform that action at this time.
0 commit comments