TiDB commits

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

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

TiDB Commits on 2024-06-29

github.com table: remove useless method `MutateContext.Value` by lcwangchao · Pull Request #54310 · pingcap/tidb · GitHub 不要なMutateContext.Valueを削除しています。 build(deps): bump golang.org/x/tools from 0.21.1-0.20240508182429-e35e4cc…

TiDB Commits on 2024-06-28

github.com planner: add `CloneForPlanCache` method to Plan interface by qw4990 · Pull Request #54285 · pingcap/tidb · GitHub plannerにCloneForPlanCacheインターフェースを追加しています。 expression: Return non-retryable error for schema err…

TiDB Commits on 2024-06-27

github.com planner: The length function could not be substitute when collation of mapped column is utfxxx_bin by elsa0520 · Pull Request #54179 · pingcap/tidb · GitHub キャラクタセットがutf8mb4で照合順序がbinaryのときにlength関数が正しくな…

TiDB Commits on 2024-06-26

github.com parser: Make STATS_EXTENDED a non-reserved keyword. by wddevries · Pull Request #54037 · pingcap/tidb · GitHub STATS_EXTENDEDをキーワードにしています。 planner: remove dead codes for buildDelete by winoros · Pull Request #54212 …

TiDB Commits on 2024-06-25

github.com planner: remove the same projection when to InjectExtraProjection | tidb-test=pr/2349 by hawkingrei · Pull Request #54163 · pingcap/tidb · GitHub InjectExtraProjectionで重複したprojectionを削除しています。 stats: fix `index_leng…

TiDB Commits on 2024-06-24

github.com *: update rules_go by hawkingrei · Pull Request #54169 · pingcap/tidb · GitHub 利用する rules_go のバージョンを更新しています。 *: Revert grpc version and client-go version by yibin87 · Pull Request #54156 · pingcap/tidb · GitHu…

TiDB Commits on 2024-06-23

github.com domain: add negative testing for SendTask() by ei-sugimoto · Pull Request #54116 · pingcap/tidb · GitHub SendTask()のテストを追加しています github.com 2024年6月23日にPDのコミットはありませんでした。 github.com 2024年6月23日にTiK…

TiDB Commits on 2024-06-22

github.com tables: optimize memory allocation in tables' hot path by ekexium · Pull Request #53832 · pingcap/tidb · GitHub メモリ割り当ての最適化を図っています。 chore: update encoding.go by eltociear · Pull Request #54124 · pingcap/tidb ·…

TiDB Commits on 2024-06-21

github.com planner: make logical join's elements all public for later pkg move by AilinKid · Pull Request #54136 · pingcap/tidb · GitHub logical join関連のelementをpublicにしています。 global sort: output clear error message by lance6716 ·…

TiDB Commits on 2024-06-20

github.com variable: add system variable 'tidb_resource_control_strict_mode' by glorv · Pull Request #54033 · pingcap/tidb · GitHub システム変数tidb_resource_control_strict_modeを追加しています。 planner: move logical schema producer to lo…

TiDB Commits on 2024-06-19

github.com executor: reuse memory in the deleteSingleTableByChunk by hawkingrei · Pull Request #54082 · pingcap/tidb · GitHub deleteSingleTableByChunkでのメモリ使用量を減らしています。 lightning: improve TotalMemoryConsume for write step b…

TiDB Commits on 2024-06-18

github.com planner: refactor a few code of plan cache by qw4990 · Pull Request #54058 · pingcap/tidb · GitHub Plan cacheのコードをリファクタリングしています。 expression: Fix errors for JSON functions | tidb-test=pr/2339 by dveeden · Pull …

TiDB Commits on 2024-06-17

github.com planner: improve range underestimation by terry1purcell · Pull Request #53860 · pingcap/tidb · GitHub plannerでの範囲の推測精度の向上を図っています。 backup: fix the missing first store state during backup by 3pointer · Pull Req…

TiDB Commits on 2024-06-16

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

TiDB Commits on 2024-06-15

github.com planner: skip index scan plan for tablesample by tangenta · Pull Request #54016 · pingcap/tidb · GitHub TABLESAMPLE REGIONS()の動作を変更しています。 github.com 2024年6月15日にPDのコミットはありませんでした。 github.com In-Memor…

TiDB Commits on 2024-06-14

github.com planner: prevent pushing Projection with virtual columns down to UnionScan by qw4990 · Pull Request #53981 · pingcap/tidb · GitHub 仮想列に対してINL_JOINヒントを利用した場合に結果が正しくない事象を修正しています。 *: update Azur…

TiDB Commits on 2024-06-13

github.com expression: Fix JSON quote | tidb-test=pr/2343 by dveeden · Pull Request #53961 · pingcap/tidb · GitHub json_quoteの結果が正しくない事象を修正しています。 ddl: Regenerating AutoIDs for _tidb_rowid during Reorganize Partition by …

TiDB Commits on 2024-06-12

github.com br: fix Log Backup unexpected paused when adding a already long-running task by RidRisR · Pull Request #53695 · pingcap/tidb · GitHub Log backupがlag checkの誤検知により一時停止する事象を修正しています。 sessionctx: add warning …

TiDB Commits on 2024-06-11

github.com ddl: handle create writer error for index ingest operator by tangenta · Pull Request #53916 · pingcap/tidb · GitHub 1つのSQLで複数のインデックス追加がブロックされうる事象を修正しています。 planner: remove useless string.ToLower …

TiDB Commits on 2024-06-10

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

TiDB Commits on 2024-06-09

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

TiDB Commits on 2024-06-08

github.com build(deps): bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 by dependabot[bot] · Pull Request #53870 · pingcap/tidb · GitHub 利用する golang.org/x/oauth2 のバージョンを更新しています。 build(deps): bump github.com/golangci/golan…

TiDB Commits on 2024-06-07

github.com executor: reuse memory for parallelSortSpillHelper by hawkingrei · Pull Request #53859 · pingcap/tidb · GitHub parallelSortSpillHelperでのメモリを再利用するようにしています。 ddl/ingest: add synchronization to `UnregisterEngines…

TiDB Commits on 2024-06-06

github.com executor: fix issue of index lookup query scan index may sent redundancy RPC when enable paging by crazycs520 · Pull Request #53828 · pingcap/tidb · GitHub tidb_enable_pagingが有効なときに、index lookup queryが冗長なRPC通信を行…

TiDB Commits on 2024-06-05

github.com test: fix data race in `TestAdminCheckGlobalIndexDuringDDL` by Defined2014 · Pull Request #53817 · pingcap/tidb · GitHub 不安定なTestAdminCheckGlobalIndexDuringDDLテストを修正しています。 domain: splite handleDDLEvent into new t…

TiDB Commits on 2024-06-04

github.com meta: Add a GetDBMeta function to meta. by asddongmen · Pull Request #53684 · pingcap/tidb · GitHub GetMetasByDBID関数を追加しています。 *: update tikv/client-go | plugin=pr/151 by crazycs520 · Pull Request #53698 · pingcap/tidb…

TiDB Commits on 2024-06-03

github.com expression: JSON_SCHEMA_VALID() by dveeden · Pull Request #52780 · pingcap/tidb · GitHub JSON_SCHEMA_VALID()関数を追加しています。 dumpling: check table-list types before dumping by tangenta · Pull Request #53683 · pingcap/tidb …

TiDB Commits on 2024-06-02

github.com parser: Accept `PASSWORD REQUIRE CURRENT DEFAULT` by dveeden · Pull Request #53306 · pingcap/tidb · GitHub ユーザー作成でPASSWORD REQUIRE CURRENT OPTIONALに対応しています。 github.com 2024年6月2日にPDのコミットはありませんでした…

TiDB Commits on 2024-06-01

github.com ddl: separate `sessionctx.Context` in `backfillCtx` to sub-contexts by lcwangchao · Pull Request #53671 · pingcap/tidb · GitHub backfillCtxでsessionctx.Contextを分離しています。 table: Update delta from column slice, instead of …

TiDB Commits on 2024-05-31

github.com *: upgrade bazel's rules by hawkingrei · Pull Request #53596 · pingcap/tidb · GitHub Bazelの設定を更新しています。 domain: fix unstable test TestRepairTable by tiancaiamao · Pull Request #53688 · pingcap/tidb · GitHub 不安定なTe…