Mattias Jonsson
Mattias Jonsson
### What problem does this PR solve? Issue Number: ref #45133 Problem Summary: Added tests, with failpoints for onReorganizePartition and fixes for found issues. Follow up of #53277 Will see...
### What problem does this PR solve? Issue Number: close #54210 Problem Summary: ### What changed and how does it work? ### Check List Tests - [x] Unit test -...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ```mysql create table t (a datetime, b varchar(255)) partition by range (extract(year...
## Change Request Please answer the following questions before submitting your issue. Thanks! 1. Describe what you find is inappropriate or missing in the existing docs. In https://docs.pingcap.com/tidb/stable/partitioned-table it says:...
## Change Request Please answer the following questions before submitting your issue. Thanks! 1. Describe what you find is inappropriate or missing in the existing docs. https://docs.pingcap.com/tidb/stable/information-schema-partitions only shows the...
## Change Request Please answer the following questions before submitting your issue. Thanks! 1. Describe what you find is inappropriate or missing in the existing docs. In the functions-and-operators directory,...
## Error Report Please answer the following questions before submitting your issue. Thanks! 1. What is the URL/path of the document related to this issue? https://docs.pingcap.com/tidb/stable/explain-indexes 2. How would you...
### What problem does this PR solve? Issue Number: close #38297 ref #39915 Similar to #39922 Problem Summary: There were an issue (#39915) with modify column on partitioned tables, which...
### What problem does this PR solve? Issue Number: close #55630 Problem Summary: Prepared statements would always fail partition pruning due to being a prepared statement and parameters not being...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) Create a sysbench table ```sh sysbench /opt/homebrew/share/sysbench/select_random_ranges.lua --mysql-host=127.0.0.1 --mysql-port=4000 --mysql-user=root --mysql-db=test --tables=1...