planner: fix the issue that the optimizer cannot convert OUTER JOIN to INNER JOIN with nested AND/OR in some cases by qw4990 · Pull Request #49625 · pingcap/tidb · GitHub AND条件とOR条件がネストした外部結合を内部結合に変換可能にしています。
statistics: add some key info in sync load timeout log by elsa0520 · Pull Request #49630 · pingcap/tidb · GitHub sync loadタイムアウトログにtable idを付与しています。
br: update IgnoreErrorCheckpoint() for G201/G202 security rules by bb7133 · Pull Request #49637 · pingcap/tidb · GitHub G201/G202: SQL query construction using format string/string concatenation · Secure Go への対応を追加しています。
session: add resource group name in stmt context by glorv · Pull Request #49422 · pingcap/tidb · GitHub セッションのstmt contextにリソースグループ名を追加しています。
lightning: use PD HTTP client by lance6716 · Pull Request #49599 · pingcap/tidb · GitHub LightningがPD http clientを利用するようにしています。
domain: do not use fmt.Sprint to format SQL by hi-rustin · Pull Request #49620 · pingcap/tidb · GitHub SQL文にシングルクォートを含む場合にplan replayerが作成されない事象を修正しています。
br: skip some warning during restore system schemas by Leavrth · Pull Request #49385 · pingcap/tidb · GitHub BRのリストアでmysqlスキーマのリストアで発生する警告を抑止しています。
parser: add support [NO_WRITE_TO_BINLOG | LOCAL] syntax in the ANALYZE statement by ub-3 · Pull Request #49482 · pingcap/tidb · GitHub
ANALYZE
に[NO_WRITE_TO_BINLOG | LOCAL]
対応を追加しています。binding: fix linter for prealloc in the GetAllBindings by hawkingrei · Pull Request #49651 · pingcap/tidb · GitHub Linterによる修正をしています。
*: delete '.test.bin' files for 'make clean' by bb7133 · Pull Request #49447 · pingcap/tidb · GitHub Makefile を更新しています。
executor: refactor executor pkg's warning and note generation by AilinKid · Pull Request #49600 · pingcap/tidb · GitHub
executor
パッケージの警告出力方法をリファクタリングしています。parser: truncate keywords.go when re-creating it by dveeden · Pull Request #49634 · pingcap/tidb · GitHub keywords.goファイルの再作成方法を変更しています。
expression: refactor cache implement for `regexp_like`/`regexp_instr`/`regexp_replace` by lcwangchao · Pull Request #49642 · pingcap/tidb · GitHub
regexp_like
,regexp_instr
,regexp_replace
関数のキャッシュ実装をリファクタリングしています。lightning: fix integration test failed by lance6716 · Pull Request #49662 · pingcap/tidb · GitHub G201/G202: SQL query construction using format string/string concatenation · Secure Go への対応を追加しています。
planner: move more hint code to a separate package by qw4990 · Pull Request #49673 · pingcap/tidb · GitHub 品と関連のコードを別パッケージに移動しています。
pdutil: wait after updating region label rules by tangenta · Pull Request #49479 · pingcap/tidb · GitHub インデックス追加で発生する
error="[Lightning:KV:EpochNotMatch]EpochNotMatch current epoch of region 22 is conf_ver: 1 version: 66"]
に対応しています。
tests: fix all errors detected by testifylint and enable it by JmPotato · Pull Request #7589 · tikv/pd · GitHub Linterによる修正をしています。
tests, Makefile: fix the TSO consistency test by JmPotato · Pull Request #7603 · tikv/pd · GitHub TSO consistency testを更新しています。
client/http: add more interface for BR/lightning by lance6716 · Pull Request #7602 · tikv/pd · GitHub BRとLightning用にhttp interfaceを追加しています。
tests/realcluster: support local real cluster test by HuSharp · Pull Request #7578 · tikv/pd · GitHub ローカル環境での
realcluster
テストに対応しています。client: Introduce `ServiceClient` by CabinfeverB · Pull Request #7489 · tikv/pd · GitHub
ServiceClient
を追加しています。
In-memory Engine: implement read flow -- hybrid engine part by SpadeA-Tang · Pull Request #16181 · tikv/tikv · GitHub In-memory Engineのread flowを追加しています。
metrics: change resource group label name by glorv · Pull Request #16192 · tikv/tikv · GitHub メトリクスに表示されるリソースグループのラベル名を変更しています。
metric: add read scan duration panel by cfzjywxk · Pull Request #16205 · tikv/tikv · GitHub "In-memory scan lock read duration"メトリクスを追加しています。
Revert "*: make unified-pool use FuturePool (#15925)" by nolouch · Pull Request #16050 · tikv/tikv · GitHub *: make unified-pool use FuturePool by nolouch · Pull Request #15925 · tikv/tikv · GitHub をrevertしています。
tikv_util: add handled task counter for LazyWorker by overvenus · Pull Request #16196 · tikv/tikv · GitHub
LazyWorker
にタスク数のカウンターを追加しています。
cdc: change the default value of case_sensitive in v6.5.6 and v7.1.3,… by Oreoxmt · Pull Request #15763 · pingcap/docs · GitHub TiCDCの
case-sensitive
デフォルト値の説明を更新しています。Add missing explain formats by dveeden · Pull Request #15601 · pingcap/docs · GitHub
EXPLAIN
のFORMAT
の説明を更新しています。ticdc: fix tiup cmd, change `tiup ctl:v<CLUSTER_VERSION> cdc` to `tiup cdc:v<CLUSTER_VERSION> cli` by hfxsd · Pull Request #15824 · pingcap/docs · GitHub
tiup cdc
のコマンド例を更新しています。fix(ci): max list depth when gen pdf by shhdgit · Pull Request #15730 · pingcap/docs · GitHub ドキュメントのPDF生成方法を変更しています。
add 7.1.3 release notes by ran-huang · Pull Request #15674 · pingcap/docs · GitHub TiDB 7.1.3のリリースノートを追加しています。
system variable: restored an overidden description about `tidb_restricted_read_only` by hfxsd · Pull Request #15843 · pingcap/docs · GitHub
tidb_restricted_read_only
の説明を更新しています。*: add descriptions for some system tables by hfxsd · Pull Request #15844 · pingcap/docs · GitHub
tidb_mdl_view
,tidb_mdl_info
,tidb_ddl_history
,tidb_ddl_jobs
,tidb_ddl_reorg
,dist_framework_meta
,tidb_global_task
,tidb_global_task_history
,tidb_background_subtask
,tidb_background_subtask_history
の説明を追加しています。
- deploy: add tiproxy on aws/aliyun tf example by xhebox · Pull Request #5474 · pingcap/tidb-operator · GitHub TiProxy on AWSをTerraformに追加しています。