TiDB commits

TiDB, PD, TiKVのコミットを記録しています。

2024-01-01から1年間の記事一覧

TiDB Commits on 2024-04-08

github.com *: upgrade linter by hawkingrei · Pull Request #52260 · pingcap/tidb · GitHub Linterを更新しています。 planner, executor: make partition table generate `IndexReader` with `UnionScan` by Defined2014 · Pull Request #52337 · pingca…

TiDB Commits on 2024-04-07

github.com tools/ut: skip Lightning tests in `make ut` by bb7133 · Pull Request #52341 · pingcap/tidb · GitHub tools配下でmake utからLightningのユニットテストを除外しています。 br, lightning: move *batch* split region logic into common pac…

TiDB Commits on 2024-04-06

github.com 2024年4月6日にTiDBのコミットはありませんでした。 github.com 2024年4月6日にPDのコミットはありませんでした。 github.com 2024年4月6日にTiKVのコミットはありませんでした。 github.com 2024年4月6日にdocsのコミットはありませんでした。 g…

TiDB Commits on 2024-04-05

github.com 2024年4月5日にTiDBのコミットはありませんでした。 github.com 2024年4月5日にPDのコミットはありませんでした。 github.com 2024年4月5日にTiKVのコミットはありませんでした。 github.com 2024年4月5日にdocsのコミットはありませんでした。 g…

TiDB Commits on 2024-04-04

github.com 2024年4月4日にTiDBのコミットはありませんでした。 github.com 2024年4月4日にPDのコミットはありませんでした。 github.com Cargo.toml: Fix h2 cargo deny issue. by afeinberg · Pull Request #16769 · tikv/tikv · GitHub 利用する h2 パッ…

TiDB Commits on 2024-04-03

github.com client-go: fix data race that may cause tikv/client-go client_batch panic by crazycs520 · Pull Request #51729 · pingcap/tidb · GitHub "enable-forwarding = true"時にTiDB serverがpanicする事象を修正しています。 lightning: fix inco…

TiDB Commits on 2024-04-02

github.com infoschema_v2: fix TestPartitionAddIndexGC by GMHDBJD · Pull Request #52163 · pingcap/tidb · GitHub infoschema v2用にTestPartitionAddIndexGCを修正しています。 disttask,ddl: use subtask concurrency by lance6716 · Pull Request #52…

TiDB Commits on 2024-04-01

github.com tests: fix the error msg in default_as_expession by zimulala · Pull Request #52268 · pingcap/tidb · GitHub Eror 1292 (22007): Incorrect datetime valueのテストを修正しています。 executor: fix data race in parallel sort test by xz…

TiDB Commits on 2024-03-31

github.com executor: add lock time in total time of insert execution info by jackysp · Pull Request #52211 · pingcap/tidb · GitHub Slow query logにLock RPC時間を含むようにしています。 *: fix panic when to enable lite-init-stats and concurr…

TiDB Commits on 2024-03-30

github.com 2024年3月30日にTiDBのコミットはありませんでした。 github.com 2024年3月30日にPDのコミットはありませんでした。 github.com [Bugfix] raftstore: fix the bug when the channel is full in AutoSplitController. by LykxSassinator · Pull Re…

TiDB Commits on 2024-03-29

github.com admintest: additional redaction test by xhebox · Pull Request #52158 · pingcap/tidb · GitHub ログのredactionテストを追加しています。 *: fix oom in the infoSchema.TableByName by hawkingrei · Pull Request #52220 · pingcap/tidb · G…

TiDB Commits on 2024-03-28

github.com test: stablize p-dml test & handle cache table when init store by you06 · Pull Request #52093 · pingcap/tidb · GitHub テスト中のcached tableのdrop前にuncachedにしています。 docs: add the hint of usage of the partition tables in …

TiDB Commits on 2024-03-27

github.com expression: set a collation according to the arguments for `ifnull` in constant folding by YangKeao · Pull Request #52119 · pingcap/tidb · GitHub if null関数を利用したときの照合順序の扱いを変更しています。 ddl: enhance row size …

TiDB Commits on 2024-03-26

github.com planner: fix the issue that MVIndex leads to "can't find plan" error by qw4990 · Pull Request #52067 · pingcap/tidb · GitHub Multi value indexを利用する実行計画で発生するERROR 1815 (HY000): Internal : Can't find a proper physica…

TiDB Commits on 2024-03-25

github.com planner: Comparing binary string with int caused issue in partition pruning by mjonss · Pull Request #52041 · pingcap/tidb · GitHub binary型の値をパーティションキーにした場合に、integerを条件に検索するとruntime error: index out …

TiDB Commits on 2024-03-24

github.com build(deps): bump github.com/prometheus/common from 0.48.0 to 0.51.0 by dependabot[bot] · Pull Request #52018 · pingcap/tidb · GitHub 利用する github.com/prometheus/common のバージョンを更新しています。 github.com 2024年3月24日…

TiDB Commits on 2024-03-23

github.com br: revise tidb-lightning.toml for conflict detection by lyzx2001 · Pull Request #52033 · pingcap/tidb · GitHub br/tidb-lightning.toml を更新しています。 ddl: limit max concurrency to 16 for add index writers by tangenta · Pull …

TiDB Commits on 2024-03-22

github.com test: rename two unit tests to run it in CI by Defined2014 · Pull Request #52010 · pingcap/tidb · GitHub テスト名を変更しています。 infoschema_v2: get cache with old schema version by GMHDBJD · Pull Request #51999 · pingcap/tidb…

TiDB Commits on 2024-03-21

github.com ddl: fix adding multi-value index by ywqzzy · Pull Request #51884 · pingcap/tidb · GitHub multi value indexが追加された後に、admin check tableを実行するとERROR 8134 (HY000): data inconsistency in table:が発生する事象を修正してい…

TiDB Commits on 2024-03-20

github.com planner,statistics: check the meta-load case in ColumnIsLoadNeeded by winoros · Pull Request #51911 · pingcap/tidb · GitHub meta-loadedが繰り返しロードされる事象を修正しています。 ttl: fix time zone issue in TTL by lcwangchao · …

TiDB Commits on 2024-03-19

github.com bindinfo: fix compatibility of encoding SQL bindings between TiDB versions by djshow832 · Pull Request #51868 · pingcap/tidb · GitHub 複数のTiDBバージョン間でのSQL bindingsの互換性を保つようにしています。 executor: adjust the or…

TiDB Commits on 2024-03-18

github.com br: move WaitRegionsSplit into split package by lance6716 · Pull Request #51779 · pingcap/tidb · GitHub BRのWaitRegionsSplitをsplitパッケージに移動しています。 config: return error when `toml.DecodeFile` failed. by Defined2014 ·…

TiDB Commits on 2024-03-17

github.com build(deps): bump github.com/prometheus/prometheus from 0.49.1 to 0.50.1 by dependabot[bot] · Pull Request #51803 · pingcap/tidb · GitHub 利用する github.com/prometheus/prometheus のバージョンを更新しています。 github.com 2024年…

TiDB Commits on 2024-03-16

github.com planner: fix the issue about simplify outer join to inner join | tidb-test=pr/2313 by winoros · Pull Request #51750 · pingcap/tidb · GitHub in句にnullを含む場合の結果が正しくない事象を修正しています。 txn: save RPCs for Pipeline…

TiDB Commits on 2024-03-15

github.com planner: code prepare for support OR list nested in AND list for mv index by time-and-fate · Pull Request #51780 · pingcap/tidb · GitHub Multi value indexのORリスト対応の準備をしています。 ddl: fix add index's merge with multi-s…

TiDB Commits on 2024-03-14

github.com planner: add more metrics for binding by qw4990 · Pull Request #51739 · pingcap/tidb · GitHub bindingsのメトリクスを追加しています。 lighting: increase pd client retry count on error during initialization by tangenta · Pull Requ…

TiDB Commits on 2024-03-13

github.com pkg: fix update calls to `runtime.fastrand` to use `cheaprand` for compatibility with Go 1.22 by Aoang · Pull Request #51672 · pingcap/tidb · GitHub Go 1.22でruntime.fastrandがcheaprandに改名された対応しています。 disttask: add …

TiDB Commits on 2024-03-12

github.com ddl: Fix comments in getFuncCallDefaultValue by dveeden · Pull Request #51542 · pingcap/tidb · GitHub getFuncCallDefaultValue内のコメントを修正しています。 br: stop log when full restore failed by Leavrth · Pull Request #51578 ·…

TiDB Commits on 2024-03-11

github.com expression: introduce optional properties for `EvalContext` by lcwangchao · Pull Request #51487 · pingcap/tidb · GitHub EvalContextにoptional propertiesを追加しています。 ddl, tests: add expression default values feature relevan…

TiDB Commits on 2024-03-10

github.com build(deps): bump go.uber.org/zap from 1.26.0 to 1.27.0 by dependabot[bot] · Pull Request #51608 · pingcap/tidb · GitHub 利用する go.uber.org/zap のバージョンを更新しています。 github.com 2024年3月10日にPDのコミットはありません…