TiDB commits

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

2023-08-01から1ヶ月間の記事一覧

TiDB Commits on 2023-08-30

github.com test: fix test TestChannelMap by jiyfhust · Pull Request #46486 · pingcap/tidb · GitHub 不安定なTestChannelMapテストを修正しています。 partition: fix ExchangePartition bug when partition table with global index by jiyfhust · Pul…

TiDB Commits on 2023-08-29

github.com statistics: implement copy for index and column by hawkingrei · Pull Request #46461 · pingcap/tidb · GitHub indexとcolumnのcopyに関する統計情報でmemory quotaを有効にしています。 test: less extensive reorganize partition tests by…

TiDB Commits on 2023-08-28

github.com *: use std/slices to replace exp/slices by hawkingrei · Pull Request #46433 · pingcap/tidb · GitHub "golang.org/x/exp/slices"の代わりに"slices"を利用しています。 planner: Move the Selectivity function from the stats package into…

TiDB Commits on 2023-08-27

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

TiDB Commits on 2023-08-26

github.com autoid_service: check request keyspace by ystaticy · Pull Request #46423 · pingcap/tidb · GitHub AutoIDの割り当てでkeyspace leaderかどうかを考慮するようにしています。 *: upgrade gotools by hawkingrei · Pull Request #46416 · ping…

TiDB Commits on 2023-08-25

github.com test: remove useless code by CabinfeverB · Pull Request #46408 · pingcap/tidb · GitHub 不要なコードを削除しています。 *: upgrade gomock by hawkingrei · Pull Request #46394 · pingcap/tidb · GitHub 利用する go.uber.org/mock のバー…

TiDB Commits on 2023-08-24

github.com statistics: improve code to avoid data race by hawkingrei · Pull Request #46309 · pingcap/tidb · GitHub statisticsパッケージでレースコンディションを修正しています。 metrics: change PD tso rpc duration to higher percentile by jac…

TiDB Commits on 2023-08-23

github.com disttask: add operator abstraction by tangenta · Pull Request #46279 · pingcap/tidb · GitHub distributed task frameworkにOperatorインターフェースを追加しています。 pkg/lightning : remove get_regions call in physical backend by m…

TiDB Commits on 2023-08-22

github.com import into: split real-tikv test by D3Hunter · Pull Request #46299 · pingcap/tidb · GitHub real-tikv-testを分割しています。 *: use std/slices to replace exp/slices by hawkingrei · Pull Request #46292 · pingcap/tidb · GitHub "go…

TiDB Commits on 2023-08-21

github.com *: simple code by hawkingrei · Pull Request #46247 · pingcap/tidb · GitHub SortTopnMetaの戻り値を変更しています。 session: remove pause all jobs when upgrading by zimulala · Pull Request #46234 · pingcap/tidb · GitHub アップグレ…

TiDB Commits on 2023-08-20

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

TiDB Commits on 2023-08-19

github.com 2023年8月19日にTiDBのコミットはありませんでした。 github.com 2023年8月19日にPDのコミットはありませんでした。 github.com 2023年8月19日にPDのコミットはありませんでした。 github.com 2023年8月19日にdocsのコミットはありませんでした。

TiDB Commits on 2023-08-18

github.com ddl: fix show global index regions by L-maple · Pull Request #45999 · pingcap/tidb · GitHub show table t regionsでglobal index付きのテーブルで正しく表示するようにしています。 memory: Fix formatting of memory usage error for anal…

TiDB Commits on 2023-08-17

github.com disttask: fix run one step SubtaskExecutor twice by ywqzzy · Pull Request #46106 · pingcap/tidb · GitHub SubtaskExecutorが2回実行される事象を修正しています。 *: remove useless param by hawkingrei · Pull Request #46178 · pingcap/…

TiDB Commits on 2023-08-16

github.com statistics: support reject for LFU cache by hawkingrei · Pull Request #46090 · pingcap/tidb · GitHub StatisticsのLFU cacheのrejectに対応しています。 planner: don't force set the Column in physical proj elimination | tidb-test=pr…

TiDB Commits on 2023-08-15

github.com statistics: add reject metrics for LFU cache by hawkingrei · Pull Request #46060 · pingcap/tidb · GitHub Statscache LFUアルゴリズムでrejectされた書き込みをモニタリング可能にしています。 explaintest: use mysql-tester in explainte…

TiDB Commits on 2023-08-14

github.com linter: enable revive for expression by hawkingrei · Pull Request #46029 · pingcap/tidb · GitHub Linterの設定を更新しています。 *: use std slices to replace exp/slices by hawkingrei · Pull Request #46020 · pingcap/tidb · GitHub …

TiDB Commits on 2023-08-13

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

TiDB Commits on 2023-08-12

github.com ddl: split partition test by hawkingrei · Pull Request #45994 · pingcap/tidb · GitHub split partitionのテストを追加しています。 domain: use dedicated lock for expiredTimeStamp4PC by aidendou · Pull Request #45802 · pingcap/tidb …

TiDB Commits on 2023-08-11

github.com *: remove skip by hawkingrei · Pull Request #45974 · pingcap/tidb · GitHub 複数のテストのskipを削除しています。 makefile: add help texts by hi-rustin · Pull Request #45988 · pingcap/tidb · GitHub Makefileを更新しています。 *: re…

TiDB Commits on 2023-08-10

github.com executor: password masking in LDAP variable by highpon · Pull Request #45835 · pingcap/tidb · GitHub LDAPのパスワードをマスクするようにしています。 resource_control: publish runaway management rfc by Connor1996 · Pull Request #4…

TiDB Commits on 2023-08-09

github.com *: upgrade go1.21 by hawkingrei · Pull Request #45923 · pingcap/tidb · GitHub Go 1.21.0を利用するようにしています。 parser: fix panic in parsing CTE within a subquery by djshow832 · Pull Request #45916 · pingcap/tidb · GitHub 特…

TiDB Commits on 2023-08-08

github.com statscache: support multi-level evict by hawkingrei · Pull Request #45776 · pingcap/tidb · GitHub StatscacheにLFUを導入しています。 build(deps): bump golang.org/x/text from 0.11.0 to 0.12.0 in /parser by dependabot[bot] · Pull R…

TiDB Commits on 2023-08-07

github.com *: fix TestCaptureWildcardFilter by hawkingrei · Pull Request #45836 · pingcap/tidb · GitHub 不安定なTestCaptureWildcardFilterテストを修正しています。 br: make download metadata concurrency adjustable by Leavrth · Pull Request #…

TiDB Commits on 2023-08-06

github.com sessiontest: split test into more new packges by hawkingrei · Pull Request #45833 · pingcap/tidb · GitHub sessiontestパッケージを独立させています。 github.com 2023年8月6日にPDのコミットはありませんでした。 github.com 2023年8月6…

TiDB Commits on 2023-08-05

github.com ddl: split series test into new package by hawkingrei · Pull Request #45829 · pingcap/tidb · GitHub seriesパッケージを独立させています。 statistics: refactor TableCacheItem by hawkingrei · Pull Request #45827 · pingcap/tidb · Gi…

TiDB Commits on 2023-08-04

github.com lightning: revise the structure of table `conflict_error_v1` and add index for faster search by lyzx2001 · Pull Request #45799 · pingcap/tidb · GitHub Lightning用のconflict_error_v1テーブル定義を変更しています。 br/lightning: ad…

TiDB Commits on 2023-08-03

github.com *: Update bazel to prune by dveeden · Pull Request #45775 · pingcap/tidb · GitHub Makefileを更新しています。 store,server: Reduce TiFlashFallBack test time by yibin87 · Pull Request #45778 · pingcap/tidb · GitHub TiFlashFallBack…

TiDB Commits on 2023-08-02

github.com server: refactor http handler by hawkingrei · Pull Request #45627 · pingcap/tidb · GitHub server/handlerを独立させています。 planner: defer grouping function validation to expression rewriting logic by AilinKid · Pull Request #4…

TiDB Commits on 2023-08-01

github.com planner, executor: support index merge's order prop push down at the normal way by winoros · Pull Request #43881 · pingcap/tidb · GitHub memIndexMergeにkeepOrderの対応を追加しています。 *: Remove tidb_enable_default_list_partiti…