TiDB commits

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

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

TiDB commits on 2022-05-30

github.com *: add methods to session.Context and refactor some code about `ddl` by xiongjiwei · Pull Request #34699 · pingcap/tidb · GitHub session.Contextにtxn(トランザクション)とdisk fullに関する3つのメソッドを追加しています。 dumpling: …

Docs updates on 2022-05-30

github.com [Update] update TOC by Icemap · Pull Request #8754 · pingcap/docs · GitHub 目次を更新しています。 Add store cancel-delete command in pd-ctl by TomShawn · Pull Request #8755 · pingcap/docs · GitHub store cancel-deleteの説明を追加…

TiDB Commits on 2022-05-29

github.com config, executor, sessionctx/variable: Remove old config items by morgo · Pull Request #34927 · pingcap/tidb · GitHub システム変数に移動された設定項目を削除して、show configに出力されないようにしています。 ddl: wrap some functio…

Docs updates on 2022-05-29

github.com 2022年5月29日にdocsのコミットはありませんでした。

TiDB commits on 2022-05-28

github.com util: use tls1.0 as min tls version by Ehco1996 · Pull Request #35011 · pingcap/tidb · GitHub TLS 1.0を最小の許容バージョンとしています。 ddl: make `jobCtx` maintained by `ddlCtx` by xiongjiwei · Pull Request #34979 · pingcap/ti…

Docs updates on 2022-05-28

github.com 2022年5月28日にdocsのコミットはありませんでした。

TiDB commits on 2022-05-27

github.com *: Add `GeneralEventFromString` to `plugin.GeneralEvent` by lcwangchao · Pull Request #34976 · pingcap/tidb · GitHub plugin.GeneralEventにGeneralEventFromStringを追加しています。 log backup: hidden the log backup and restore poi…

Docs updates on 2022-05-27

github.com Make list partitioning GA (remove Experimental) by mjonss · Pull Request #8738 · pingcap/docs · GitHub list partitioningがGAであることを記述しています。 Update tidb-configuration and system variables for 6.1 by morgo · Pull Requ…

TiDB commits on 2022-05-26

github.com ddl: use `tidb_allow_remove_auto_inc` to control drop column with auto_inc by Defined2014 · Pull Request #34908 · pingcap/tidb · GitHub tidb_allow_remove_auto_incというシステム変数を導入して、auto_increment属性のあるカラムを削除…

Docs updates on 2022-05-26

github.com [Copy] developer guide en edition by Icemap · Pull Request #8724 · pingcap/docs · GitHub 目次を更新しています。 tiflash: update function list supported by TiFlash by shichun-0415 · Pull Request #8717 · pingcap/docs · GitHub TiFl…

TiDB commits on 2022-05-25

github.com expression: get_lock/release_lock max len is chars by morgo · Pull Request #34641 · pingcap/tidb · GitHub Advisory lockのmax lenがNULLの時のタイムアウトを最大ではなく最小値として扱うようにしています。 planner: fix bug that plann…

Docs updates on 2022-05-25

github.com dm: update dm webui guide by ran-huang · Pull Request #8701 · pingcap/docs · GitHub dm/dm-webui-guide.md を更新しています。 add metrics about rejected logappend msg count by tier-cap · Pull Request #8643 · pingcap/docs · GitHub …

TiDB commits on 2022-05-24

github.com statistics: revise statscache lru implementation by Yisaer · Pull Request #34683 · pingcap/tidb · GitHub Statscache LRUでのlruCacheItemにis_indexを導入しています。 session: fix user info in general log by jackysp · Pull Request …

Docs updates on 2022-05-24

github.com TiDB Lightning: Fix a typo by shichun-0415 · Pull Request #8702 · pingcap/docs · GitHub TiDBのtypoを修正しています。 Add a warning for MetricsTool by Oreoxmt · Pull Request #8668 · pingcap/docs · GitHub MetricsToolを6.1.0以降メ…

TiDB commits on 2022-05-23

github.com executor: track the memory usage of aggregate more accurate by wshwsh12 · Pull Request #34732 · pingcap/tidb · GitHub 集約に関するメモリ使用量をより正確にトラッキングしています。 dml: support for `show count(*) warnings | errors…

Docs updates on 2022-05-23

github.com Enable Raft Engine by default by tabokie · Pull Request #8677 · pingcap/docs · GitHub Raft Engineがデフォルトで有効になっています。 dm: add a missing section by shichun-0415 · Pull Request #8696 · pingcap/docs · GitHub Special p…

TiDB commits on 2022-05-22

github.com session: fix upgrade process for bootstrap v90 by morgo · Pull Request #34862 · pingcap/tidb · GitHub bootstrap upgradeプロセス中にその設定がない(明示されていない)場合の対応を追加しています。 github.com replication: add acid_con…

Docs updates on 2022-05-22

github.com 2022年5月22日にdocsのコミットはありませんでした。

TiDB commits on 2022-05-21

github.com planner: range columns partitioning with explicit collation fix (#32749) by mjonss · Pull Request #33742 · pingcap/tidb · GitHub パーティション表のカラムに指定されたcollationとselect時に指定されたcollationが異なる場合にもパーテ…

Docs updates on 2022-05-21

github.com chore: enable v6.1 pr bot by TomShawn · Pull Request #8692 · pingcap/docs · GitHub CIの設定を変更しています。

TiDB commits on 2022-05-20

github.com planner: use variable to control outer join reorder for fallback by winoros · Pull Request #34825 · pingcap/tidb · GitHub outer join reorderを制御する変数を追加しています。 expression: fix `from_days` result by e11jah · Pull Req…

Docs updates on 2022-05-20

github.com Add warnings for consistency check by Oreoxmt · Pull Request #8682 · pingcap/docs · GitHub raftstore.consistency-check-intervalの設定をしないよう推奨しています。 add docs for GET_LOCK by morgo · Pull Request #8440 · pingcap/docs…

TiDB commits on 2022-05-19

github.com planner: add metrics for plan cache miss by qw4990 · Pull Request #34787 · pingcap/tidb · GitHub plan cache missのメトリクスを追加しています。 executor: add ALTER TABLE COMPACT support by breezewish · Pull Request #34741 · pingc…

Docs updates on 2022-05-19

github.com ci: pause master build by ran-huang · Pull Request #8679 · pingcap/docs · GitHub CIの設定を変更しています。 ticdc: synchronize data in the new collations by shichun-0415 · Pull Request #8584 · pingcap/docs · GitHub Output the hi…

TiDB commits on 2022-05-18

github.com infoschema: adjust column type for information_schema.analyze_status by xuyifangreeneyes · Pull Request #34705 · pingcap/tidb · GitHub information_schema.analyze_statusのJOB_INFOとFAIL_REASONのデータ型をVARCHARからBLOBに、INSTAN…

Docs updates on 2022-05-18

github.com add tidb versioning doc by ran-huang · Pull Request #8486 · pingcap/docs · GitHub TiDB Versioningを追加しています。 Update maintain-tidb-using-tiup.md by King-Dylan · Pull Request #7884 · pingcap/docs · GitHub maintain-tidb-usin…

TiDB commits on 2022-05-17

github.com planner: enable the new cost implementation by default by qw4990 · Pull Request #34567 · pingcap/tidb · GitHub 新しいコスト計算(global.tidb_enable_new_cost_interface = 1)をデフォルトで有効にしています。背景などは、planner: refac…

Docs updates on 2022-05-17

github.com Add `GROUP BY <expr> ASC|DESC` syntax as controlled by tidb_enable_noop_functions by yahonda · Pull Request #8529 · pingcap/docs · GitHub tidb_enable_noop_functionsにGROUP BY <expr> ASC|DESC syntaxを追加しています。 statement-summary-tables</expr></expr>…

TiDB commits on 2022-05-16

github.com statistics: analyzed table by manual should be updated in lru by Yisaer · Pull Request #34637 · pingcap/tidb · GitHub 手動によるanalyze table実行時にLRUを更新するようにしています。 util: fix data race in the Tracker.maxConsumed …

Docs updates on 2022-05-16

github.com dm: custom osc tool's table names by ran-huang · Pull Request #8399 · pingcap/docs · GitHub dm/feature-online-ddl.md のテーブル名を変更しています。 Update a TiDB FAQ about supported storage engine by TomShawn · Pull Request #863…