Skip to content

Commit 86b69dc

Browse files
committed
Merge branch 'PS-9680-8.0-GCA' into PS-9680-8.4
2 parents ac6aa1f + 6567230 commit 86b69dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mysql-test/suite/rocksdb/r/bulk_load_errors.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,5 +101,5 @@ SET rocksdb_bulk_load=1;
101101
INSERT INTO t1 VALUES (2);
102102
INSERT INTO t1 VALUES (22);
103103
SET rocksdb_bulk_load=0;
104-
ERROR HY000: [(null)] bulk load error: Operation failed. Try again.: Files cannot be ingested to Lmax. Please make sure key range of Lmax and ongoing compaction's output to Lmaxdoes not overlap with files to ingest.
104+
ERROR HY000: [(null)] bulk load error: Operation failed. Try again.: Files cannot be ingested to Lmax. Please make sure key range of Lmax does not overlap with files to ingest.
105105
DROP TABLE t1;

mysql-test/suite/rocksdb/r/bulk_load_use_sst_partitioner.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ INSERT INTO t2 VALUES(1, 1, 2);
1515
INSERT INTO t2 VALUES(2, 1, 2);
1616
INSERT INTO t2 VALUES(3, 2, 2);
1717
SET rocksdb_bulk_load=0;
18-
ERROR HY000: [(null)] bulk load error: Operation failed. Try again.: Files cannot be ingested to Lmax. Please make sure key range of Lmax and ongoing compaction's output to Lmaxdoes not overlap with files to ingest.
18+
ERROR HY000: [(null)] bulk load error: Operation failed. Try again.: Files cannot be ingested to Lmax. Please make sure key range of Lmax does not overlap with files to ingest.
1919
select * from t2;
2020
a b c
2121
SET rocksdb_bulk_load_use_sst_partitioner=1;

0 commit comments

Comments
 (0)