Skip to content

Commit c57774d

Browse files
authored
ci: CLT tests for compatibility with recent changes of LOCK TABLES
1 parent b01af24 commit c57774d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/clt-tests/replication/test-replication-with-mysqldump.rec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ mysql -h0 -P1306 -e "REPLACE INTO c:tbl1 VALUES (1, 'Updated feline runs', 42, 3
175175
––– output –––
176176
0
177177
––– input –––
178-
mysqldump -etc --column-statistics=0 --replace -u cluster -h0 -P1306 --skip-comments manticore c:tbl1 | mysql -h0 -P1306; echo $?
178+
mysqldump --skip-lock-tables -etc --column-statistics=0 --replace -u cluster -h0 -P1306 --skip-comments manticore c:tbl1 | mysql -h0 -P1306; echo $?
179179
––– output –––
180180
-- Warning: version string returned by server is incorrect.
181181
0
@@ -218,7 +218,7 @@ mysql -h0 -P3306 -e "INSERT INTO c:tbl3 (id, f, a, b, j, m, s, e, d, v, fv) VALU
218218
––– output –––
219219
0
220220
––– input –––
221-
mysqldump -etc --column-statistics=0 --replace --net-buffer-length=16M -u new_username -h0 -P2306 --skip-comments manticore c:tbl1 c:tbl2 c:tbl3 | mysql -h0 -P3306; echo $?
221+
mysqldump -etc --skip-lock-tables --column-statistics=0 --replace --net-buffer-length=16M -u new_username -h0 -P2306 --skip-comments manticore c:tbl1 c:tbl2 c:tbl3 | mysql -h0 -P3306; echo $?
222222
––– output –––
223223
-- Warning: version string returned by server is incorrect.
224224
0
@@ -520,4 +520,4 @@ Data from c:tbl2 on port 3306:
520520
+------+----------------------------------+------+----------+-------------------------------------+-------+--------------+------+------+---------------------------------------+-------------------------------------+
521521
––– input –––
522522
rm -f /tmp/stopwords.txt /tmp/exceptions.txt /tmp/wordforms.txt /var/lib/manticore/tbl3.conf dump.sql
523-
––– output –––
523+
––– output –––

0 commit comments

Comments
 (0)