Skip to content

Commit bcc40cf

Browse files
committed
[misc] small correction
1 parent fae8a1e commit bcc40cf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis/script.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/test/java/org/mariadb/jdbc/integration/BatchTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)