TiDB commits

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

TiDB Commits on 2024-04-23

github.com br: add ratelimit for the integration test `br_tikv_outage` by Leavrth · Pull Request #52674 · pingcap/tidb · GitHub br_tikv_outageのインテグレーションテストにレートリミットを追加しています。 *: support add column with default v…

TiDB Commits on 2024-04-22

github.com build(deps): bump github.com/prometheus/common from 0.52.2 to 0.53.0 by dependabot[bot] · Pull Request #52752 · pingcap/tidb · GitHub 利用する github.com/prometheus/common のバージョンを更新しています。 ddl: move file management…

TiDB Commits on 2024-04-21

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

TiDB Commits on 2024-04-20

github.com docs: update smooth upgrade mode in tidb_http_api.md by zimulala · Pull Request #52757 · pingcap/tidb · GitHub docs/tidb_http_api.md を更新しています。 github.com 2024年4月20日にPDのコミットはありませんでした。 github.com 2024年…

TiDB Commits on 2024-04-19

github.com expression/infer_pushdown: enable json_replace/json_array_append/json_merge_patch pushdown by dbsid · Pull Request #50602 · pingcap/tidb · GitHub JSON_REPLACE(),JSON_ARRAY_APPEND(),JSON_MERGE_PATCH()関数をTiKVにpushdown可能にし…

TiDB Commits on 2024-04-18

github.com statistics: fix small typo by winoros · Pull Request #52685 · pingcap/tidb · GitHub "Hist for index should already be loaded as sync but not found."のメッセージを修正しています。 br: update manual of integration tests by RidRisR…

TiDB Commits on 2024-04-17

github.com statistics: reduce small obj alloc for PreCalculateScalar by winoros · Pull Request #52623 · pingcap/tidb · GitHub 統計情報で、PreCalculateScalarによるメモリ使用量の削減を図っています。 ddl: fix unexpected delete ETCD value by w…

TiDB Commits on 2024-04-16

github.com planner: fix missing array clone when building table filter for mv index access path by time-and-fate · Pull Request #52613 · pingcap/tidb · GitHub Multi value index利用時にtable filterで条件が削除される事象を修正しています。 se…

TiDB Commits on 2024-04-15

github.com infoschema: fix TIDB_ROW_ID_SHARDING_INFO for composite primary key by tangenta · Pull Request #52331 · pingcap/tidb · GitHub 複合primary key利用時にTIDB_ROW_ID_SHARDING_INFOの値が正しくない事象を修正しています。 lightning: merg…

TiDB Commits on 2024-04-14

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

TiDB Commits on 2024-04-13

github.com 2024年4月13日にTiDBのコミットはありませんでした。 github.com 2024年4月13日にPDのコミットはありませんでした。 github.com server/node: rename Node to MultiRaftServer by zhangjinpeng87 · Pull Request #16783 · tikv/tikv · GitHub Nod…

TiDB Commits on 2024-04-12

github.com lightning: return 0 early on empty parquet files by kennytm · Pull Request #52519 · pingcap/tidb · GitHub Lightningで空のparquetファイルのimport時にearly returnするようにしています。 ddl: make alter database set tiflash replica …

TiDB Commits on 2024-04-11

github.com cop: ignore locks with the same start_ts by ekexium · Pull Request #52461 · pingcap/tidb · GitHub Pipeline DMLで同じstart_tsで取得されたロックを無視するようにしています。 statstics: forcely use index to order when to init stats …

TiDB Commits on 2024-04-10

github.com ddl: make sure put key into ETCD monotonously by wjhuang2016 · Pull Request #52381 · pingcap/tidb · GitHub etcdへのput keyをmonotonicにしています。 br: use common scan-split-scatter logic by lance6716 · Pull Request #52433 · pin…

TiDB Commits on 2024-04-09

github.com expression: add some methods in `BuildContext` to read fields in SessionVars before by lcwangchao · Pull Request #52367 · pingcap/tidb · GitHub BuildContextがいくつかのSessionVarsを読み取れるようにしています。 lightning: move sc…

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 …