You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
source randgen_index_merge_join.txt
set @@tidb_max_chunk_size=2;
SELECT DISTINCT table2 . `col_int_key` AS field1 FROM P AS table1 RIGHT JOIN P AS table2 ON table1 . `pk` = table2 . `pk` WHERE table2 . `pk` <= table2 . `col_int` ORDER BY field1 LIMIT 100 ;
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
download the file with all DDLs
randgen_index_merge_join.txt
2. What did you expect to see?
3. What did you see instead?
4. What version of TiDB are you using? (
tidb-server -V
or runselect tidb_version();
on TiDB)5.7.25-TiDB-v4.0.0-beta-523-g7eba696bb
The text was updated successfully, but these errors were encountered: