TiDB commits

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

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

TiDB Commits on 2023-03-30

github.com parser: add warning when the hint in the wrong place by Reminiscent · Pull Request #42152 · pingcap/tidb · GitHub ヒントの位置が正しくない場合警告を出力するようにしています。 infoschema: fix select temporary table with view will…

TiDB Commits on 2023-03-29

github.com loaddata: split functionalities to prepare concurrent load by lance6716 · Pull Request #42565 · pingcap/tidb · GitHub load dataのconcurrent loadの準備をしています。 disttask: Add `task_key` column to `mysql.tidb_global_task` by …

TiDB Commits on 2023-03-28

github.com tools: add tazel by hawkingrei · Pull Request #42605 · pingcap/tidb · GitHub Bazelの設定を変更しています。 planner: add more test cases for non-prep plan cache by qw4990 · Pull Request #42614 · pingcap/tidb · GitHub Non prepared…

TiDB Commits on 2023-03-27

github.com build(deps): bump github.com/golangci/golangci-lint from 1.51.2 to 1.52.1 by dependabot[bot] · Pull Request #42568 · pingcap/tidb · GitHub 利用する github.com/golangci/golangci-lint のバージョンを更新しています。 gc_worker: use …

TiDB Commits on 2023-03-26

github.com executor: fix update global index return duplicate key error by L-maple · Pull Request #42311 · pingcap/tidb · GitHub 誤ったDuplicate entry ... for key ...エラーが出力されないようにしています。 ddl: fix unstable test TestAddInde…

TiDB Commits on 2023-03-25

github.com *: add plan hint to slow log files when redaction is enabled by jackysp · Pull Request #42170 · pingcap/tidb · GitHub slow logにredactionが有効になっているかどうかわかるようにしています。 planner: non-prep plan cache supports re…

TiDB Commits on 2023-03-24

github.com disttask: add proto for load data by GMHDBJD · Pull Request #42453 · pingcap/tidb · GitHub load data用のprotoを追加しています。 table/tables: fix assertion protocol for partition reorganize by tiancaiamao · Pull Request #42497 ·…

TiDB Commits on 2023-03-23

github.com parser, ddl: correct the job type of 'REORGANIZE PARTITION' by bb7133 · Pull Request #42490 · pingcap/tidb · GitHub REORGANIZE PARTITIONのjob type ActionReorganizePartitionを考慮するようにしています。 ddl: fix corrupted table me…

TiDB Commits on 2023-03-22

github.com planner: add more test cases for non-prep plan cache by qw4990 · Pull Request #42445 · pingcap/tidb · GitHub Non prepared statement plan cacheのテストを追加しています。 bazel: set short timeout as 120s by hawkingrei · Pull Reque…

TiDB Commits on 2023-03-21

github.com test: fix flaky test due to forget to change batch size by lance6716 · Pull Request #42408 · pingcap/tidb · GitHub 不安定なテストを修正しています。 br: make restore resource group compatible with old tidb by glorv · Pull Request…

TiDB Commits on 2023-03-20

github.com store/copr: batch replica read by you06 · Pull Request #42237 · pingcap/tidb · GitHub batch replica readに対応しています。 partition: Add extensive reorganize partition test by mjonss · Pull Request #42000 · pingcap/tidb · GitHu…

TiDB Commits on 2023-03-19

github.com 2023年3月19日にTiDBのコミットはありませんでした。 github.com 2023年3月19日にPDのコミットはありませんでした。 github.com readpool: fix missing metric `tikv_yatp_task_poll_duration` by you06 · Pull Request #14423 · tikv/tikv · Git…

TiDB Commits on 2023-03-18

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

TiDB Commits on 2023-03-17

github.com planner: generate PointGet plans for prepare/execute statements by qw4990 · Pull Request #42194 · pingcap/tidb · GitHub Prepared statementでPointGetを含む実行計画を生成可能にしています。 docs: add support late materialization rf…

TiDB Commits on 2023-03-16

github.com planner, sessionctx: add variable to control index selection for "WHERE b ORDER BY a LIMIT n" by time-and-fate · Pull Request #42116 · pingcap/tidb · GitHub システム変数tidb_opt_ordering_index_selectivity_thresholdを追加し、"WHE…

TiDB Commits on 2023-03-15

github.com executor: enable deadlock by hawkingrei · Pull Request #42173 · pingcap/tidb · GitHub deadlockの検出を有効にしています。 Lightning: fix integration test by okJiang · Pull Request #42225 · pingcap/tidb · GitHub Lightningのインテ…

TiDB Commits on 2023-03-14

github.com *: display tiflash_write in cluster_info by hehechen · Pull Request #41998 · pingcap/tidb · GitHub cluster_infoにtiflash_writeを表示しています。 br: register import task to pd by Leavrth · Pull Request #41956 · pingcap/tidb · Gi…

TiDB Commits on 2023-03-13

github.com build(deps): bump golang.org/x/crypto from 0.6.0 to 0.7.0 by dependabot[bot] · Pull Request #42113 · pingcap/tidb · GitHub 利用する golang.org/x/crypto のバージョンを更新しています。 *: fix goleak goleveldb/leveldb.(*DB).mpoolDr…

TiDB Commits on 2023-03-12

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

TiDB Commits on 2023-03-11

github.com build(deps): bump golang.org/x/tools from 0.6.0 to 0.7.0 by dependabot[bot] · Pull Request #42109 · pingcap/tidb · GitHub 利用する golang.org/x/tools のバージョンを更新しています。 statistics: remove unused indexStatsFromStorage…

TiDB Commits on 2023-03-10

github.com parser: add LOAD DATA related operation SQL by lance6716 · Pull Request #41980 · pingcap/tidb · GitHub LOAD DATA関連のSQL 例show load data jobsをparse可能にしています。 session: set tidb_stats_load_pseudo_timeout to ON when upgr…

TiDB Commits on 2023-03-09

github.com executor: unify replace into logic for InsertValues and ReplaceExec by lance6716 · Pull Request #41947 · pingcap/tidb · GitHub LOAD DATA REPLACE INTOを対応可能にしています。 planner: add more test cases for join hint compatibili…

TiDB Commits on 2023-03-08

github.com planner: add new explain format for plan cache by fzzf678 · Pull Request #41965 · pingcap/tidb · GitHub explainにformat = 'plan_cache'の対応を追加しています。 store/copr: support EngineRoleWrite for disaggregated tiflash by guo-…

TiDB Commits on 2023-03-07

github.com session: support set current session's resource group name by glorv · Pull Request #41722 · pingcap/tidb · GitHub 現在のセッションのリソースグループを変更、取得可能にしています。 lightning: fix keyspaceName privilege problem by …

TiDB Commits on 2023-03-06

github.com txn: Slow txn log by ekexium · Pull Request #41864 · pingcap/tidb · GitHub システム変数tidb_slow_txn_log_thresholdを追加しています。 domain: revise extract plan package format by Yisaer · Pull Request #41876 · pingcap/tidb · Git…

TiDB Commits on 2023-03-05

github.com planner: add more test cases for non-prep plan cache by qw4990 · Pull Request #41914 · pingcap/tidb · GitHub Non prepared statement plan cacheのテストを追加しています。 github.com 2023年3月5日にPDのコミットはありませんでした。 g…

TiDB Commits on 2023-03-04

github.com copr: support load_based_replica_read_threshold by sticnarf · Pull Request #40742 · pingcap/tidb · GitHub システム変数tidb_load_based_replica_read_thresholdを追加しています。 metrics: attach const label keyspace_id by lionelee ·…

TiDB Commits on 2023-03-03

github.com ddl: never write untouched index values to temp index by tangenta · Pull Request #41879 · pingcap/tidb · GitHub 変更されていないindexの値をtemp indexに書き込まないようにしています。 key: remove unnecesssary convert by hawkingrei…

TiDB Commits on 2023-03-02

github.com util, executor: fix analyze stmts be killed unexpectedly by XuHuaiyu · Pull Request #41826 · pingcap/tidb · GitHub Global memory trackerがanalyzeを終了させた場合、その後のanalyzeもすぐに終了させられる事象を修正しています。 log-b…

TiDB Commits on 2023-03-01

github.com log-backup: allow coordinator to upload GC safepoint by YuJuncen · Pull Request #40102 · pingcap/tidb · GitHub Log backupでコーディネーターがGC safepointをPDに伝えられるようにしています。 client-go: update client-go by Defined20…