Mattias Jonsson
Mattias Jonsson
### What problem does this PR solve? Issue Number: close #35827 Problem Summary: ### What is changed and how it works? ### Check List Tests - [ ] Unit test...
### What problem does this PR solve? Issue Number: close #36525 Problem Summary: ### What is changed and how it works? ### Check List Tests - [x] Unit test -...
### What is changed, added or deleted? (Required) Document the new feature INTERVAL Partitioning ### Which TiDB version(s) do your changes apply to? (Required) **Tips for choosing the affected version(s):**...
## 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/dev/sql-statement-show-create-table (or rather the index...
### What is changed, added or deleted? (Required) Added an answer about tiup version constraints close #7565 ### Which TiDB version(s) do your changes apply to? (Required) **Tips for choosing...
## 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. I could not find...
## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? tiup update --self tiup update --self 2. What did you expect to see?...
See https://github.com/pingcap/tidb/issues/29190 1. Minimal reproduce step (Required) I set tikv-server security.cert-allowed-cn to a value that does not match tidb-server's certificate CN. 2. What did you expect to see? (Required) This...
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. Minimal reproduce step (Required) ``` tidb> show create table sbtest1; +---------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Table | Create Table...
### What problem does this PR solve? Issue Number: close #xxx Problem Summary: Always generate global statistics for partitioned tables. Reverts the PR that falls back on static prune mode...