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 hawkingrei · Pull Request #41289 · pingcap/tidb · GitHub
ttlJobManager
のレースコンディションを修正しています。stmtsummary: fix data race in test by mornyx · Pull Request #41287 · pingcap/tidb · GitHub
stmtsummary_test.go
のレースコンディションを修正しています。ddl: return panic when to get tiflash sync progress failed in test by hawkingrei · Pull Request #41292 · pingcap/tidb · GitHub テスト内で空きportがない場合に、すぐに終了するようにしています。
`partition_expression` is wrong in information_schema.partitions if the table partitioned by RANGE COLUMNS · Issue #40931 · pingcap/tidb · GitHub パーティションを複数のカラムのレンジパーティションの時に、
partitions.partition_expression
の出力を修正しています。sysvar: introduce variable tidb_enable_inl_join_inner_multi_pattern by Yisaer · Pull Request #41319 · pingcap/tidb · GitHub
tidb_enable_inl_join_inner_multi_pattern
システム変数を導入しています。executore: fix logic error in HashJoin probe by wshwsh12 · Pull Request #41320 · pingcap/tidb · GitHub executor: fix unreasonable CPU time in HashJoin probe phash by wshwsh12 · Pull Request #41265 · pingcap/tidb · GitHub により
Out Of Memory Quota!
が発生する事象を修正しています。*: update bazel config by hawkingrei · Pull Request #41296 · pingcap/tidb · GitHub Bazelの設定を更新しています。
infoschema: fix unstable test TestSelectClusterTable by crazycs520 · Pull Request #41321 · pingcap/tidb · GitHub 不安定な
TestSelectClusterTable
テストを修正しています。log-backup: added cache for sst_importer client by YuJuncen · Pull Request #41305 · pingcap/tidb · GitHub Log restoreで利用される
sst_importer
をキャッシュするようにしています。stmtsummary: fix panic in stmts test by Defined2014 · Pull Request #41334 · pingcap/tidb · GitHub stmtsummaryv2のテストがpanicする事象を修正しています。
*: fix goleak in the test by hawkingrei · Pull Request #41339 · pingcap/tidb · GitHub goleakの設定を変更しています。
planner: fix tiflash cannot find generated column by guo-shaoge · Pull Request #41261 · pingcap/tidb · GitHub TiFlashがvirtual columnを発見できないエラーを修正しています。
server, execute: set text for execute command by YangKeao · Pull Request #41340 · pingcap/tidb · GitHub Prepared statementでexecute用に
text
を設定しています。br: increase the sleep time in the `waitForSend` function by Dousir9 · Pull Request #41322 · pingcap/tidb · GitHub BRの
waitForSend
でsleep時間を長くしています。cgroup: improve test to find cgroup compatibility issues by hawkingrei · Pull Request #41347 · pingcap/tidb · GitHub 古いcgroupの設定に対応しています。
ddl: fix error when setting `tidb_enable_ddl` by CbcWestwolf · Pull Request #41298 · pingcap/tidb · GitHub
tidb_enable_ddl
を設定時に発生するエラーハンドリングを追加しています。
misc: update pd.code-workspace by JmPotato · Pull Request #5970 · tikv/pd · GitHub
pd.code-workspace
を更新しています。client: pay back WRU when the request fails by JmPotato · Pull Request #5941 · tikv/pd · GitHub 書き込みリクエストが失敗したときに、以前のWRUコストを利用するようにしています。
resource_manager: make limit effective quickly and avoid jitter by CabinfeverB · Pull Request #5958 · tikv/pd · GitHub リソースマネージャーで設定した制限を即座に有効にするようにしています。
keyspace: remove omit empty to expose default keyspace id by disksing · Pull Request #5972 · tikv/pd · GitHub keyspaceでデフォルトのkeyspace idを公開するようにしています。
server: move client function to util by lhy1024 · Pull Request #5964 · tikv/pd · GitHub
CreateClients
関数をutilsパッケージ内に移動しています。add enable_flaky_tests and skip some flaky tests in gctuner by hnes · Pull Request #5975 · tikv/pd · GitHub gctunerのテストで
enable_flaky_tests
を有効にしています。cluster: no more redundant etcd writes when `ReportMinResolvedTS` is called by HunDunDM · Pull Request #5966 · tikv/pd · GitHub
SetMinResolvedTS
が実行されたときのetcdへの冗長な書き込みをしないようにしています。build: bump alpine image to 3.17 by AmoebaProtozoa · Pull Request #5969 · tikv/pd · GitHub Dockerfileのベースイメージを
alpine:3.17
にしています。dashboard: default close telemetry by nolouch · Pull Request #5974 · tikv/pd · GitHub TiDB Dashboardのテレメトリーをデフォルトで無効にしています。
resource_group_controller: refine the code by JmPotato · Pull Request #5959 · tikv/pd · GitHub resource_group_controllerのパッケージを移動しています。
read_pool: avoid get inconsistent sample sum and count from histogram by sticnarf · Pull Request #14202 · tikv/tikv · GitHub
get_sample_count
をアトミックでない方法で呼び出すと、一貫性のない状態になる事象を修正しています。*: fix tablet leak in flow control by BusyJay · Pull Request #14197 · tikv/tikv · GitHub Tabletのleakを追跡可能にしています。
raftstore-v2: integration test by SpadeA-Tang · Pull Request #13989 · tikv/tikv · GitHub Raftstore v2にインテグレーションテストを追加しています。
*: update oudated repo links by ran-huang · Pull Request #12446 · pingcap/docs · GitHub DumplingとLightningのリンクを修正しています。
tiflash: update config description of max_memory_usage_for_all_queries by shichun-0415 · Pull Request #12071 · pingcap/docs · GitHub
max_memory_usage_for_all_queries
の説明を更新しています。dm: enhance description about error triggering condition by hfxsd · Pull Request #11620 · pingcap/docs · GitHub DMの
Alert rules related to relay log
を更新しています。dumpling: clarify some nuances about gc life time by ran-huang · Pull Request #12443 · pingcap/docs · GitHub Dumplingでのtidb_gc_life_timeの説明を更新しています。
Add persistent statements summary by mornyx · Pull Request #12069 · pingcap/docs · GitHub
statements_summary_history
の説明を更新しています。sql-statements: flashback cluster support through ddl history by ran-huang · Pull Request #12368 · pingcap/docs · GitHub
FLASHBACK CLUSTER
の説明を更新しています。tikv: add raftstore.report-min-resolved-ts-interval by Oreoxmt · Pull Request #12462 · pingcap/docs · GitHub
report-min-resolved-ts-interval
の説明を追加しています。Support regexp_replace function in TiFlash by qiancai · Pull Request #12252 · pingcap/docs · GitHub TiFlashにpushdownできる関数に
regexp_replace
を追加しています。*: remove related document of amend transaction by TomShawn · Pull Request #12278 · pingcap/docs · GitHub Amend transactionに関する記述を削除しています。
sql: add plan replayer capture by ran-huang · Pull Request #12281 · pingcap/docs · GitHub
PLAN REPLAYER CAPTURE
の説明を追加しています。lightning: support compression when sending kv pairs to tikv by qiancai · Pull Request #12427 · pingcap/docs · GitHub
compress-kv-pairs
の例を追加しています。lock-cf-compact-interval: fix the default value to 10m by Oreoxmt · Pull Request #12470 · pingcap/docs · GitHub
lock-cf-compact-interval
のデフォルト値の記述を更新しています。