TiDB commits

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

2024-07-01から1ヶ月間の記事一覧

TiDB Commits on 2024-07-30

github.com executor: fix issue that update ignore stmt return error when meet incorrect timestamp value error by crazycs520 · Pull Request #54878 · pingcap/tidb · GitHub update ignore文で無効な日付が設定された場合にERROR 1292 (22007): Inco…

TiDB Commits on 2024-07-29

github.com planner: add some output when a flaky test fails by winoros · Pull Request #54980 · pingcap/tidb · GitHub 不安定なTestScanOnSmallTableテストのログ出力を変更しています。 infoschema: fix a snapshot infoschema cache bug after v1 v2…

TiDB Commits on 2024-07-28

github.com disjoinset: add generic impl by winoros · Pull Request #54917 · pingcap/tidb · GitHub disjoint に SimpleIntSetを追加しています。 github.com 2024年7月28日にPDのコミットはありませんでした。 github.com 2024年7月28日にTiKVのコミット…

TiDB Commits on 2024-07-27

github.com planner: derive index filters for mv index paths by time-and-fate · Pull Request #54877 · pingcap/tidb · GitHub multi value indexにindex filterを追加しています。 br: cli refactor backup error handling logic by Tristan1900 · Pull…

TiDB Commits on 2024-07-26

github.com expression: fix infinity loop in `timestampadd` by xzhangxian1008 · Pull Request #54916 · pingcap/tidb · GitHub select timestampadd(month,-10,date'2021-09-01');がhangする事象を修正しています。 planner: import more expand test. b…

TiDB Commits on 2024-07-25

github.com *: refine pipelined dml benchmarks by ekexium · Pull Request #54844 · pingcap/tidb · GitHub Pipelined DMLのベンチマークを更新しています。 ddl: assign table IDs for jobs submitted to queue by tangenta · Pull Request #54880 · ping…

TiDB Commits on 2024-07-24

github.com ddl: decouple executor part out from `ddl` by D3Hunter · Pull Request #54858 · pingcap/tidb · GitHub DDLの実行部分をDDLExecutorに独立させています。 infoschema,server: let SchemaSimpleTableInfos return error instead of panic by t…

TiDB Commits on 2024-07-23

github.com ddl: return error for canceled job by GMHDBJD · Pull Request #54595 · pingcap/tidb · GitHub tidb_enable_fast_create_tableが有効なときにjobがキャンセルされた際のエラーメッセージを変更しています。 executor: support detaching the `…

TiDB Commits on 2024-07-22

github.com planner: classify logical apply into a separate file for later pkg move. by AilinKid · Pull Request #54795 · pingcap/tidb · GitHub Plannerの logical apply を別ファイルに移動しています。 planner: Fix BatchPointGetPlan.HandleColOf…

TiDB Commits on 2024-07-21

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

TiDB Commits on 2024-07-20

github.com planner: use ordered index with is null predicate | tidb-test=pr/2368 by ari-e · Pull Request #54253 · pingcap/tidb · GitHub Plannerでis nullが利用されたときにordered index scanを考慮するようにしています。 github.com 2024年7月20…

TiDB Commits on 2024-07-19

github.com infoschema: optimize the performance of TableByName for infoschemav2 by tiancaiamao · Pull Request #54743 · pingcap/tidb · GitHub infoschema v2でTableByNameの最適化を図っています。 table: expose some fields to `MutateContext` fr…

TiDB Commits on 2024-07-18

github.com ddl: load table ranges from PD instead of region cache by tangenta · Pull Request #54598 · pingcap/tidb · GitHub splitTableRanges()がtable rangeを読み込み元をリージョンキャッシュからPDに変更しています。 table/tables: fix a DATA …

TiDB Commits on 2024-07-17

github.com lightning: upgrade webpack and other nodejs module version by D3Hunter · Pull Request #54692 · pingcap/tidb · GitHub Lightningで利用するwebpackのバージョンを更新しています。 infoschema_v2: init schema cache size in meta by GMHDB…

TiDB Commits on 2024-07-16

github.com meta: fix memory leak when loading infoschema v2 by tiancaiamao · Pull Request #54627 · pingcap/tidb · GitHub infoschema v2でのメモリリークを修正しています。 br: use tikv volume count for ebs backup progress by michaelmdeng · Pu…

TiDB Commits on 2024-07-15

github.com docs: fix markdown list number by lance6716 · Pull Request #54606 · pingcap/tidb · GitHub Markdownを更新しています。 build(deps-dev): bump braces from 3.0.2 to 3.0.3 in /lightning/web by dependabot[bot] · Pull Request #53980 · p…

TiDB Commits on 2024-07-14

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

TiDB Commits on 2024-07-13

github.com ddl/ingest: close writer before engine by lance6716 · Pull Request #54569 · pingcap/tidb · GitHub index追加時にpanicしうる事象を修正しています。 ddl: improve FLASHBACK DATABASE for many table case by lance6716 · Pull Request #54…

TiDB Commits on 2024-07-12

github.com planner: add more test cases for Plan.Clone by qw4990 · Pull Request #54584 · pingcap/tidb · GitHub Plan.Cloneのテストケースを追加しています。 ddl: fix check running ingest job by lance6716 · Pull Request #54543 · pingcap/tidb ·…

TiDB Commits on 2024-07-11

github.com fast_create_table: add retry for local worker by GMHDBJD · Pull Request #52543 · pingcap/tidb · GitHub fast_create_tableにリトライを追加しています。 planner: classify logical cte table into a separate file for later pkg move by …

TiDB Commits on 2024-07-10

github.com planner: Remove `CloneForPlanCache` method by qw4990 · Pull Request #54528 · pingcap/tidb · GitHub PlannerのCloneForPlanCacheを削除しています。 *: add context.Context parameter to infoschema TableByName by tiancaiamao · Pull Req…

TiDB Commits on 2024-07-09

github.com ddl: schedule as many jobs as possible in one round, simplify sql to query jobs by D3Hunter · Pull Request #54438 · pingcap/tidb · GitHub DDL jobでできるだけ複数のjobをまとめて実行するようにしています。 planner: classify logical…

TiDB Commits on 2024-07-08

github.com br: pre-check TiKV disk space before restore task by RidRisR · Pull Request #54385 · pingcap/tidb · GitHub BRのリストア前にTiKVのディスク容量を確認するようにしています。 Incremental restore: fix the issue that backfill data is n…

TiDB Commits on 2024-07-07

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

TiDB Commits on 2024-07-06

github.com planner: consider using instance level plan cache by qw4990 · Pull Request #54472 · pingcap/tidb · GitHub Plannerでインスタンスレベルのplan cacheを考慮するようにしています。 github.com 2024年7月6日にPDのコミットはありませんでし…

TiDB Commits on 2024-07-05

github.com infoschema: fix a data race on infoschema v2 addSpecialDB() by tiancaiamao · Pull Request #54427 · pingcap/tidb · GitHub Infoschema v2のaddSpecialDBでのレースコンディションを修正しています。 mod: update pd client by nolouch · Pu…

TiDB Commits on 2024-07-04

github.com *: implement auth plugin support in the extension framework by yzhan1 · Pull Request #53494 · pingcap/tidb · GitHub extension auth plugin supportを追加しています。 Optimizer: Fix range intersection for CNF(conjunctive normal for…

TiDB Commits on 2024-07-03

github.com test: fix data race in RefreshSession by tangenta · Pull Request #54378 · pingcap/tidb · GitHub RefreshSessionでのレースコンディションを修正しています。 executor: optimize ResetContextOfStmt by zyguan · Pull Request #54063 · pin…

TiDB Commits on 2024-07-02

github.com planner: refactor a few code of plan cache by qw4990 · Pull Request #54362 · pingcap/tidb · GitHub Plan cacheのコードをリファクタリングしています。 expression: remove unused MarshalJSON function in Expression by YangKeao · Pull …

TiDB Commits on 2024-07-01

github.com planner: classify logical partition union all into a separate file for later pkg move. by AilinKid · Pull Request #54303 · pingcap/tidb · GitHub Plannerのlogical partition union allファイルを移動しています。 ddl: enlarge LoadSch…