TiDB commits

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

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…

TiDB Commits on 2024-02-25

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

TiDB Commits on 2024-02-24

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

TiDB Commits on 2024-02-23

github.com planner,executor: fix join resolveIndex won't find its column from children schema & amend join's lused and rused logic for reversed column ref from join schema to its children by AilinKid · Pull Request #51203 · pingcap/tidb · …

TiDB Commits on 2024-02-22

github.com parser, ddl: data type default values support `UPPER(SUBSTRING_INDEX(user(),'@',1))` by zimulala · Pull Request #50992 · pingcap/tidb · GitHub デフォルト値にUPPER(SUBSTRING_INDEX(user(),'@',1))を設定可能にしています。 executor: …

TiDB Commits on 2024-02-21

github.com br: update readme.md in br by RidRisR · Pull Request #51017 · pingcap/tidb · GitHub BRのビルド方法を更新しています。 disttask: unify task order naming to 'rank' & refactor failpoint by D3Hunter · Pull Request #51136 · pingcap/ti…

TiDB Commits on 2024-02-20

github.com ddl: split range group for each index separately for global sort import by tangenta · Pull Request #50658 · pingcap/tidb · GitHub global sortを利用したimportでのregionのsplit方法を変更しています。 log_backup: added more info for…

TiDB Commits on 2024-02-19

github.com dumpling: add min tls version config item by GMHDBJD · Pull Request #51127 · pingcap/tidb · GitHub dumplingが利用するTLSのバージョンを指定可能にしています。 lightning: remove post-import conflict detection "remove" and "record" …

TiDB Commits on 2024-02-18

github.com pkg/extension/enterprise: update submodule by ti-chi-bot · Pull Request #51106 · pingcap/tidb · GitHub pkg/extension/enterprise を更新しています。 lightning: allow configure the desired size and number of rows of each INSERT sta…

TiDB Commits on 2024-02-17

github.com mock: add more mock to avoid dm ci failed by okJiang · Pull Request #50939 · pingcap/tidb · GitHub DM用のmockを追加しています。 github.com 2024年2月17日にPDのコミットはありませんでした。 github.com 2024年2月17日にTiKVのコミット…

TiDB Commits on 2024-02-16

github.com build(deps): bump golang.org/x/oauth2 from 0.16.0 to 0.17.0 by dependabot[bot] · Pull Request #51101 · pingcap/tidb · GitHub 利用する golang.org/x/oauth2 のバージョンを更新しています。 github.com 2024年2月16日にPDのコミットはあ…

TiDB Commits on 2024-02-15

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

TiDB Commits on 2024-02-14

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

TiDB Commits on 2024-02-13

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

TiDB Commits on 2024-02-12

github.com build(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0 by dependabot[bot] · Pull Request #51086 · pingcap/tidb · GitHub 利用する golang.org/x/sys のバージョンを更新しています。 build(deps): bump golang.org/x/crypto from 0.18.0…

TiDB Commits on 2024-02-11

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

TiDB Commits on 2024-02-10

github.com ddl: forbid create `Generated column` with `Grouping` function by jiyfhust · Pull Request #49930 · pingcap/tidb · GitHub Generated columnにグループ関数を利用できないようにしています。 github.com 2024年2月10日にPDのコミットはあり…