TiDB commits

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

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

TiDB Commits on 2023-02-27

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

TiDB Commits on 2023-02-26

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

TiDB Commits on 2023-02-25

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

TiDB Commits on 2023-02-24

github.com *: Standardize use of conn_id=, connID= and conn= in messages by dveeden · Pull Request #41700 · pingcap/tidb · GitHub メッセージ中の表記をconn_id=, connID= and conn=で統一しています。 ttl: fix the error message for TTL job trig…

TiDB Commits on 2023-02-23

github.com backup: add retry mechanism for checksum by 3pointer · Pull Request #41587 · pingcap/tidb · GitHub BRのチェックサム取得を再実行するようにしています。 br: fix s3 timeout by CharlesCheung96 · Pull Request #41649 · pingcap/tidb · G…

TiDB Commits on 2023-02-22

github.com planner: enable tiflash path for generated col in disaggregated tiflash mode by guo-shaoge · Pull Request #41359 · pingcap/tidb · GitHub Disaggregate TiFlash modeでgenerated columnに対応しています。 statistics/handle: fix trigge…

TiDB Commits on 2023-02-21

github.com *: pin go1.20 by hawkingrei · Pull Request #41604 · pingcap/tidb · GitHub DockerfileでGo 1.20.1を利用し、利用するBazelのバージョンを更新しています。 executor: fix LOAD DATA can't use uppercase user var by lance6716 · Pull Reques…

TiDB Commits on 2023-02-20

github.com planner: support push part of limit prop to IndexMerge by winoros · Pull Request #41054 · pingcap/tidb · GitHub IndexMergeでTopNをpushdown可能にしています。 parser: support plan change capture collect stmt by Yisaer · Pull Reque…

TiDB Commits on 2023-02-19

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

TiDB Commits on 2023-02-18

github.com infoschema: revert #40768 for correctness by xhebox · Pull Request #41540 · pingcap/tidb · GitHub schema cache: cache schema version by timestamp by hihihuhu · Pull Request #40768 · pingcap/tidb · GitHub をrevertしています。 met…

TiDB Commits on 2023-02-17

github.com stmtv2: flush the last window before shutdown by zhongzc · Pull Request #41486 · pingcap/tidb · GitHub Graceful shutdownnの前に、最後に利用されたwindowをクローズするようにしています。 planner: Fix error message for column mismat…

TiDB Commits on 2023-02-16

github.com expression: implement is_ipv4 and is_ipv6 function pushdown by AntiTopQuark · Pull Request #41173 · pingcap/tidb · GitHub is_ipv4とis_ipv6関数をTiFlashにpushdown可能にしています。 *: improve planner/core to make test faster by h…

TiDB Commits on 2023-02-15

github.com ddl: fix cleanup subtasks after cancel add index with dist-reorg by zimulala · Pull Request #41372 · pingcap/tidb · GitHub インデックス追加をキャンセルした場合に、cleanupBackfillJobsを実行するようにしています。 *: bazel upgrade …

TiDB Commits on 2023-02-14

github.com lighting/parser: align NULL and ESCAPED BY with LOAD DATA by lance6716 · Pull Request #40909 · pingcap/tidb · GitHub LightningでLOAD DATAのESCAPED BYにQuotedNullIsText設定を追加しています。 keyspace: add keyspace util func and u…

TiDB Commits on 2023-02-13

github.com Optimizer: derive TopN from filter on row number by ghazalfamilyusa · Pull Request #41209 · pingcap/tidb · GitHub TopNをフィルターの行番号を利用して導出するようにしています。 domain: fix data race in the ttlJobManager by hawking…

TiDB Commits on 2023-02-12

github.com *: reduce the allocation of error constructing in `DecodeTableID` by iosmanthus · Pull Request #41301 · pingcap/tidb · GitHub 現状常に失敗するAPI v2からv1へのフォールバックを順番を変更しています。 util: fix dropped error by alrs…

TiDB Commits on 2023-02-11

github.com Lightning: use **** to represent secret key in unit test by okJiang · Pull Request #41269 · pingcap/tidb · GitHub Lightningのテストで利用するsecret keyをアスタリスクで表示しています。 ddl: improve backfill more general by hawkin…

TiDB Commits on 2023-02-10

github.com br: skip template system table __TiDB_BR_Temporary_mysql when backup by joccau · Pull Request #41000 · pingcap/tidb · GitHub BRで__TiDB_BR_Temporary_mysqlのバックアップをしないようにしています。 ddl, model: support for dist-reor…

TiDB Commits on 2023-02-09

github.com lightning: introduce param to skip CSV header parsing by dsdashun · Pull Request #41128 · pingcap/tidb · GitHub LightningでCSVヘッダーをスキップできるようにしています。 ddl: forbid tiflash while enabling API v2 by iosmanthus · P…

TiDB Commits on 2023-02-08

github.com *: use the latest independent resource group manager client by JmPotato · Pull Request #41162 · pingcap/tidb · GitHub 利用する github.com/tikv/client-go/v2 のバージョンを更新しています。 store/copr: set upper limit for extra con…

TiDB Commits on 2023-02-07

github.com telemetry: Log error reason for failure to get SQL Metric by dveeden · Pull Request #40778 · pingcap/tidb · GitHub SQL Metricが取得できない場合のエラー理由を記録しています。 br: add retry for prepare flashback for backup cluster…

TiDB Commits on 2023-02-06

github.com ttl: fix TTL will delete unexpected rows when timezone changed by lcwangchao · Pull Request #41044 · pingcap/tidb · GitHub TTLによるレコードの削除でタイムゾーンを考慮しています。 *: fix the sysvar value may be corrupted after se…

TiDB Commits on 2023-02-05

github.com *: upgrade golangci-linter by hawkingrei · Pull Request #41046 · pingcap/tidb · GitHub 利用する golangci-linter を更新しています。 executor: fix IndexMerge handle panic logic by guo-shaoge · Pull Request #41036 · pingcap/tidb · …

TiDB Commits on 2023-02-04

github.com 2023年2月4日にTiDBのコミットはありませんでした。 github.com 2023年2月4日にPDのコミットはありませんでした。 github.com tikv: optimize default config for multi-rocksdb by tonyxuqqi · Pull Request #14107 · tikv/tikv · GitHub Multi …

TiDB Commits on 2023-02-03

github.com ttl: fix data race in TTL manager and test by YangKeao · Pull Request #40976 · pingcap/tidb · GitHub TTL job managerの初期化で発生するレースコンディションを修正しています。 session: use `mDDLTableVersion` key to control backfill…

TiDB Commits on 2023-02-02

github.com *: add ci image by hawkingrei · Pull Request #40866 · pingcap/tidb · GitHub CI用のDockerファイルを追加しています。 metrics: introduce the resource control RU Grafana dashboard by JmPotato · Pull Request #40922 · pingcap/tidb · G…

TiDB Commits on 2023-02-01

github.com lightning: local backend support keyspace by iosmanthus · Pull Request #40628 · pingcap/tidb · GitHub Lightningにkeyspace機能への対応を追加しています。 README: refine the Forum infomation format in community section by winkyao ·…

TiDB Commits on 2023-01-31

github.com ttl: add metrics for task manager by YangKeao · Pull Request #40819 · pingcap/tidb · GitHub TTLタスクマネージャーのメトリクスを追加しています。 lightning: enable setting conflict max-error by dsdashun · Pull Request #40874 · pin…