TiDB commits

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

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のコミットはありません…

TiDB Commits on 2024-03-09

github.com 2024年3月9日にTiDBのコミットはありませんでした。 github.com 2024年3月9日にPDのコミットはありませんでした。 github.com Raftstore: destroy peer after applying snapshot (or aborted) if necessary by tonyxuqqi · Pull Request #16579 ·…

TiDB Commits on 2024-03-08

github.com ddl: fix unstable test TestCreateDropCreateTable by tangenta · Pull Request #50076 · pingcap/tidb · GitHub 不安定なTestCreateDropCreateTableテストを修正しています。 server: fix incorrect setting of health status by shenqidebaozi…

TiDB Commits on 2024-03-07

github.com statistics: add statsVer for HistColl by winoros · Pull Request #51548 · pingcap/tidb · GitHub HistCollにstatsVerを追加しています。 ttl: remove TTL job when the table has been dropped by YangKeao · Pull Request #51541 · pingcap/…

TiDB Commits on 2024-03-06

github.com session: load variables before parsing SQL by YangKeao · Pull Request #51466 · pingcap/tidb · GitHub SQL文のparse前にセッション変数をロードするようにしています。 infoschemaV2: tiny refine builder by ywqzzy · Pull Request #51522 …

TiDB Commits on 2024-03-05

github.com br: use the dedicated grpc client for ingest by Leavrth · Pull Request #51034 · pingcap/tidb · GitHub Ingest専用のgRPC clientを利用しています。 executor: trigger fallback action when agg memory consumption is lower than limit by…

TiDB Commits on 2024-03-04

github.com sessionctx: add sysvar to control low resolution tso update interval by Tema · Pull Request #51437 · pingcap/tidb · GitHub システム変数tidb_low_resolution_tso_update_intervalを追加しています。 server: store the updated labels in…

TiDB Commits on 2024-03-03

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

TiDB Commits on 2024-03-02

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

TiDB Commits on 2024-03-01

github.com executor: load region info from pd in batch by SeaRise · Pull Request #51333 · pingcap/tidb · GitHub PDからのリージョン情報取得をバッチで行うようにしています。 br: make log command visible in cli by RidRisR · Pull Request #50995…

TiDB Commits on 2024-02-29

github.com restore: auto tune concurrency configuration when using new mode restoration by 3pointer · Pull Request #50877 · pingcap/tidb · GitHub リストアの並列度にimport.num-threadsを利用するようにしています。 ddl: simple refactoring `Own…

TiDB Commits on 2024-02-28

github.com pitr: support log backup to s3 when object lock is enabled by RidRisR · Pull Request #51210 · pingcap/tidb · GitHub S3 Object Lockが有効な環境でのlog backupに対応しています。 tools/check: adpot staged build to make ut a little b…

TiDB Commits on 2024-02-27

github.com disttask: enlarge max-concurrent-task and optimize scheduler/executor loop by D3Hunter · Pull Request #51241 · pingcap/tidb · GitHub disttaskでmax-concurrent-taskの値を大きくしています。 ddl: data type default values support `ST…

TiDB Commits on 2024-02-26

github.com br: fix printf can tolerate type change by lance6716 · Pull Request #51297 · pingcap/tidb · GitHub BRで発生する“Error: [pd] failed to get cluster id”エラーを修正しています。 planner: add more test cases for plan cache with gener…