-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
index merge union case order property may be interrupted by implicit handle's reorder for cop location convenience #52947
Labels
affects-7.5
affects-8.1
severity/major
sig/planner
SIG: Planner
type/bug
The issue is confirmed as a bug.
Comments
AilinKid
added
type/bug
The issue is confirmed as a bug.
sig/planner
SIG: Planner
labels
Apr 28, 2024
This has nothing to do with the heap. When create |
that's why the table's limit violated the index order semantic, or we should say the index-order-restore work is too late for an injection. |
AilinKid
changed the title
index merge union case order property may be interrupted by embedded heap sort (which is according row_id)
index merge union case order property may be interrupted by implicit handle's reorder for cop location convenience
Apr 29, 2024
ti-chi-bot
bot
added
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
may-affects-7.1
may-affects-7.5
may-affects-8.1
labels
Apr 29, 2024
Merged
13 tasks
AilinKid
added
affects-7.5
affects-8.1
and removed
may-affects-5.4
This bug maybe affects 5.4.x versions.
may-affects-6.1
may-affects-6.5
may-affects-7.1
may-affects-7.5
may-affects-8.1
labels
Apr 29, 2024
3AceShowHand
pushed a commit
to 3AceShowHand/tidb
that referenced
this issue
May 7, 2024
… plans are keep ordered (pingcap#52979) close pingcap#52947
13 tasks
13 tasks
RidRisR
pushed a commit
to RidRisR/tidb
that referenced
this issue
May 23, 2024
… plans are keep ordered (pingcap#52979) close pingcap#52947
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-7.5
affects-8.1
severity/major
sig/planner
SIG: Planner
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
source: #52901
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
they should be
BCmuENPHzSOIMJLPB
andswLIoWa
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
mysql> select version();
+--------------------------------+
| version() |
+--------------------------------+
| 8.0.11-TiDB-v8.2.0-alpha-dirty |
+--------------------------------+
1 row in set (0.03 sec)
The text was updated successfully, but these errors were encountered: