TiDB commits

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

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

TiDB Commits on 2024-01-30

github.com statistics: extract functions and add comments by hi-rustin · Pull Request #50773 · pingcap/tidb · GitHub statisticsパッケージでstats_table_row_cacheを独立させています。 executors: record the index usage in each executors by Yan…

TiDB Commits on 2024-01-29

github.com planner: move more hint code to the hint package by qw4990 · Pull Request #50769 · pingcap/tidb · GitHub hint関連のコードをリファクタリングしています。 hint: refactor PlanHints by hawkingrei · Pull Request #50768 · pingcap/tidb …

TiDB Commits on 2024-01-28

github.com *: Bounds Check Elimination for cm sketch by hawkingrei · Pull Request #50764 · pingcap/tidb · GitHub cm sketchにBounds Check Eliminationを適用しています。 github.com 2024年1月28日にPDのコミットはありませんでした。 github.com 20…

TiDB Commits on 2024-01-27

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

TiDB Commits on 2024-01-26

github.com *: tidb_opt_use_invisible_indexes support set_var by hawkingrei · Pull Request #50733 · pingcap/tidb · GitHub tidb_opt_use_invisible_indexesをset_varヒントで指定可能にしています。 *: impl mock PD service discovery and update pd …

TiDB Commits on 2024-01-25

github.com *: support tidb_opt_use_invisible_indexes by hawkingrei · Pull Request #50654 · pingcap/tidb · GitHub セッション変数tidb_opt_use_invisible_indexesを追加しています。 session: fix update process info will data race with expensive-…

TiDB Commits on 2024-01-24

github.com ddl: add missing log fields and clean redundant logs by zimulala · Pull Request #50514 · pingcap/tidb · GitHub DDLに関するログ出力を変更しています。 disttask: replace spool with waitgroup by D3Hunter · Pull Request #50664 · ping…

TiDB Commits on 2024-01-23

github.com executor: add kill signal check logic for sortPartition and rowContainer by wshwsh12 · Pull Request #50510 · pingcap/tidb · GitHub sortPartitionとrowContainerでSIGNALの確認を行うようにしています。 variable: remove `StrictSQLMode…

TiDB Commits on 2024-01-22

github.com disttask: move step2Str to framework by D3Hunter · Pull Request #50565 · pingcap/tidb · GitHub Step2Strをprotoパッケージに移動しています。 telemetry: fix panic on newer version by xhebox · Pull Request #50625 · pingcap/tidb · Gi…

TiDB Commits on 2024-01-21

github.com *: upgrade rules_go by hawkingrei · Pull Request #50604 · pingcap/tidb · GitHub 利用する rules_go のバージョンを更新しています。 github.com 2024年1月21日にPDのコミットはありませんでした。 github.com log_backup: stop task while m…

TiDB Commits on 2024-01-20

github.com planner: adjust index scan estimate for order with limit by terry1purcell · Pull Request #50345 · pingcap/tidb · GitHub LIMIT区を利用したクエリーのestRowsの正確性を改善しています。 github.com 2024年1月20日にPDのコミットはありま…

TiDB Commits on 2024-01-19

github.com executor: fix the issue of coordinator.Close() taking too long by guo-shaoge · Pull Request #50494 · pingcap/tidb · GitHub coordinator.Close()が長時間かかる事象を修正しています。 bindinfo: SetSkipPlanCache use nostack errors by …

TiDB Commits on 2024-01-18

github.com br: turn off the cache of statistic and coprocessor by Leavrth · Pull Request #50457 · pingcap/tidb · GitHub BRではstatisticsとcoprocessorのキャッシュを無効にしています。 parser: restore set_var value to string instead of plain …

TiDB Commits on 2024-01-17

github.com exectuor: add stack trace for runtime panic by hi-rustin · Pull Request #50449 · pingcap/tidb · GitHub GetRecoverErrorエラー時にスタックトレースを含むようにしています。 expression: allow pushdown `power` to TiFlash/TiKV by windt…

TiDB Commits on 2024-01-16

github.com ebs_br: allow temporary TiKV unreachable during starting snapshot backup by YuJuncen · Pull Request #49154 · pingcap/tidb · GitHub EBS snapshotバックアップでTiKVがunreachableだった場合にリトライするようにしています。 executor: f…

TiDB Commits on 2024-01-15

github.com *: upgrade rules for golang by hawkingrei · Pull Request #50402 · pingcap/tidb · GitHub 利用する github.com/bazelbuild/rules_go のバージョンを更新しています。 planner: enhance fix control 49736 by qw4990 · Pull Request #50405 · …

TiDB Commits on 2024-01-14

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

TiDB Commits on 2024-01-13

github.com sessionctx/variable: add tidb_max_chunk_size and tidb_init_chunk_size for SET_VAR by winoros · Pull Request #50395 · pingcap/tidb · GitHub システム変数tidb_max_chunk_sizeとtidb_init_chunk_sizeをset_varヒントで設定可能にしていま…

TiDB Commits on 2024-01-12

github.com planner: add `exprRewriterPlanCtx` and move planner related fields to it when building expression by lcwangchao · Pull Request #50065 · pingcap/tidb · GitHub exprRewriterPlanCtxを追加しています。 disttask: change extra running s…

TiDB Commits on 2024-01-11

github.com makefile, tools: update `tools/check/ut` to make it work without `unstable.txt` by Defined2014 · Pull Request #50276 · pingcap/tidb · GitHub Makefile を更新しています。 planner: avoid scanning multi-valued index when there is no…

TiDB Commits on 2024-01-10

github.com *: refine mysql.tidb_mdl_view by wjhuang2016 · Pull Request #48728 · pingcap/tidb · GitHub mysql.tidb_mdl_viewの結果が正しくない事象を修正しています。 table: reduce unnecessary memory usage by zimulala · Pull Request #50186 · pi…

TiDB Commits on 2024-01-09

github.com executor: refine sort spill by xzhangxian1008 · Pull Request #48872 · pingcap/tidb · GitHub sort時のdiskへのspillの改善を図っています。 test: remove multi-schema change from mock upgrade test by tangenta · Pull Request #50176 · …

TiDB Commits on 2024-01-08

github.com br/lightning: add basicConstraints to test ca by D3Hunter · Pull Request #50129 · pingcap/tidb · GitHub BRのテストで利用するCAにbasicConstraintsを設定しています。 *: do not return row not match parition error when using `update …

TiDB Commits on 2024-01-07

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

TiDB Commits on 2024-01-06

github.com lightning: fix flaky ci case by D3Hunter · Pull Request #50137 · pingcap/tidb · GitHub Lightningの不安定なCIを修正しています。 planner: fix incorrect object pool usage in binding package by qw4990 · Pull Request #50140 · pingcap…

TiDB Commits on 2024-01-05

github.com util: Use TLSv1.2 as minimum TLS version by default by dveeden · Pull Request #36037 · pingcap/tidb · GitHub TLS 1.2を最小のTLS要求バージョンとしています。 planner: remove useless binding code and add more test cases by qw4990 ·…

TiDB Commits on 2024-01-04

github.com planner: refactor interface for binding match and prepare for fuzzy binding match by qw4990 · Pull Request #50001 · pingcap/tidb · GitHub Fuzzy binding matchのためのリファクタリングをしています。 disttask: record endtime for tas…

TiDB Commits on 2024-01-03

github.com Lightning : make pebbleDB block size configurable by mittalrishabh · Pull Request #49514 · pingcap/tidb · GitHub LightningでのpebbleDB のblock sizeを変更可能にしています。 planner: remove universal binding and skip related test …

TiDB Commits on 2024-01-02

github.com domain: enable revive by hawkingrei · Pull Request #49946 · pingcap/tidb · GitHub reviveの適用範囲を追加しています。 sessionctx/variable: set DEFAULT_VALUE for 'tidb_txn_mode' by highpon · Pull Request #48500 · pingcap/tidb · Gi…

TiDB Commits on 2024-01-01

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