infoschema: fix TIDB_ROW_ID_SHARDING_INFO for composite primary key by tangenta · Pull Request #52331 · pingcap/tidb · GitHub 複合primary key利用時に
TIDB_ROW_ID_SHARDING_INFO
の値が正しくない事象を修正しています。lightning: merge conflict record tables for preprocess duplicate detection and post-import conflict detection by lyzx2001 · Pull Request #52307 · pingcap/tidb · GitHub Lightningでの重複検知方法を変更しています。
ddl: set writer memory size and merge part size by resource by tangenta · Pull Request #52329 · pingcap/tidb · GitHub Global sortで利用するメモリサイズを固定にしています。
*: improve log about stale-read query by crazycs520 · Pull Request #52494 · pingcap/tidb · GitHub Stale readの時間をログに出力しています。
executor: fix RU missing for DML stmtatement in explain analyze by guo-shaoge · Pull Request #52576 · pingcap/tidb · GitHub explain analyzeでDMLを実行した場合にRUを表示するようにしています。
planner: move base plan related output of core pkg and make it well-pkged by AilinKid · Pull Request #52529 · pingcap/tidb · GitHub plan_base.go を
core
からcore/base
に移動しています。planner, statistics: fix the inconsistent est when table has no stats by winoros · Pull Request #52427 · pingcap/tidb · GitHub テーブルに統計情報がない場合の行数の推計が一貫していない事象を修正しています。
distsql, executor: remove pctx from trectx by YangKeao · Pull Request #52496 · pingcap/tidb · GitHub
tableReaderExecutorContext
からpctx
を削除しています。autoid_service: fix potential autoid decrease when leader change or close for AUTO_ID_CACHE=1 by tiancaiamao · Pull Request #52602 · pingcap/tidb · GitHub
AUTO_ID_CACHE
が1でauto serviceが再起動されたとき、auto incrementの値が減少しうる事象を修正しています。executor,planner: Relax projection column expression push down check conditions by yibin87 · Pull Request #52502 · pingcap/tidb · GitHub
PhysicalProjection
のpushdown条件を緩和しています。cgroup: remove redundant log by Defined2014 · Pull Request #52611 · pingcap/tidb · GitHub cgroupで不要なログ出力を抑止しています。
*: fix client log by rleungx · Pull Request #8060 · tikv/pd · GitHub ログに出力されるkeyspace-idを修正しています。
*: optimize heartbeat process with concurrent runner - part 1 by nolouch · Pull Request #8053 · tikv/pd · GitHub hearbeatプロセスの最適化を図っています。
cluster: make TestStoreOverloadedWithReplace stable by HuSharp · Pull Request #8068 · tikv/pd · GitHub 不安定な
TestStoreOverloadedWithReplace
テストを修正しています。
In-memory engine: add metrics for memory usage by SpadeA-Tang · Pull Request #16822 · tikv/tikv · GitHub In memory engineでメモリ使用状況のメトリクスを追加しています。
txn: add more logs before assertions by cfzjywxk · Pull Request #16829 · tikv/tikv · GitHub ロック関連のログ出力を追加しています。
Add example for QUOTE() by dveeden · Pull Request #16958 · pingcap/docs · GitHub
QUOTE()
の説明を更新しています。Fix EBNF for SHOW CREATE DATABASE by dveeden · Pull Request #17155 · pingcap/docs · GitHub Markdownを修正しています。
Add docs for ALTER SEQUENCE and sequence functions by dveeden · Pull Request #16649 · pingcap/docs · GitHub
Sequence Functions
を追加しています。*: default value tiny update by hfxsd · Pull Request #17136 · pingcap/docs · GitHub data-type-default-values.md を更新しています。
ebnf show tables by dveeden · Pull Request #17068 · pingcap/docs · GitHub Markdownを修正しています。
Fix WITH ebnf by dveeden · Pull Request #17053 · pingcap/docs · GitHub Markdownを修正しています。
ebnf show table status by dveeden · Pull Request #17065 · pingcap/docs · GitHub Markdownを修正しています。
ebnf show create sequence by dveeden · Pull Request #17049 · pingcap/docs · GitHub Markdownを修正しています。
ebnf set role by dveeden · Pull Request #17045 · pingcap/docs · GitHub Markdownを修正しています。
ebnf user variable by dveeden · Pull Request #17047 · pingcap/docs · GitHub Markdownを修正しています。
Correct SHOW PLACEMENT ebnf by dveeden · Pull Request #17052 · pingcap/docs · GitHub Markdownを修正しています。
ebnf show stats_histograms by dveeden · Pull Request #17051 · pingcap/docs · GitHub Markdownを修正しています。
Add example for multi argument CHAR() by dveeden · Pull Request #16957 · pingcap/docs · GitHub
CHAR()
の説明を更新しています。Add examples for regexp functions by dveeden · Pull Request #16962 · pingcap/docs · GitHub functions-and-operators/string-functions.md を更新しています。
Address a few minor changes in user docs as of 7.1 by qiancai · Pull Request #17199 · pingcap/docs · GitHub dynamic-config.md を更新しています。
Mark v4.0/v5.0/v7.4 docs as archived by qiancai · Pull Request #17204 · pingcap/docs · GitHub README.md を更新しています。
retry evict leader when upgrading TiKV if needed by csuzhangxc · Pull Request #5613 · pingcap/tidb-operator · GitHub TiKVアップグレード時に必要に応じてevict leaderをリトライするようにしています。
[BR] add pv name in restore EBS vol by wxiaomou · Pull Request #5612 · pingcap/tidb-operator · GitHub EBS snapshot利用時のタグを追加しています。