expression: Fix JSON quote | tidb-test=pr/2343 by dveeden · Pull Request #53961 · pingcap/tidb · GitHub
json_quote
の結果が正しくない事象を修正しています。ddl: Regenerating AutoIDs for _tidb_rowid during Reorganize Partition by mjonss · Pull Request #53770 · pingcap/tidb · GitHub exchange partition後に
_tidb_rowid
を再生成するようにしています。datum: check len(s) before calculating and checking runeCount by ekexium · Pull Request #53941 · pingcap/tidb · GitHub 不要な
RuneCountInString
の実行を減らしています。statistics: updating stats cache can trigger evict by hawkingrei · Pull Request #53979 · pingcap/tidb · GitHub SyncLoad statsによりOOMが発生する事象を修正しています。
statistics: update some vars for internal sessions correctly by hi-rustin · Pull Request #53977 · pingcap/tidb · GitHub internal session用のsysvarを変更しています。
executor: avoid use fmt.Sprintf by crazycs520 · Pull Request #54002 · pingcap/tidb · GitHub
fmt.Sprintf
を使用しないようにしています。executor: try to optimize index lookup query may send too many cop task by crazycs520 · Pull Request #53855 · pingcap/tidb · GitHub index lookupで
TableRowIDScan
が実行するcop task数を減らしています。ddl: fast-reorg set memory limit for local writer based on current usage by lance6716 · Pull Request #53873 · pingcap/tidb · GitHub multi schema changeで発生する
ERROR 8247 (HY000): Ingest failed: memory used up
を修正しています。planner: swap codes of buildDelete for further changes by winoros · Pull Request #54009 · pingcap/tidb · GitHub pkg/planner/core/logical_plan_builder.go をリファクタリングしています。
pkg: remove old duplicated task by rleungx · Pull Request #8234 · tikv/pd · GitHub 重複したtaskを削除しています。
*: fix error file permissions by lhy1024 · Pull Request #8280 · tikv/pd · GitHub ファイルのpermissionを変更しています。
server, metrics: let server TSO handle duration including failed requests by JmPotato · Pull Request #8282 · tikv/pd · GitHub PD serverのTSO handle durationのメトリクスに失敗したリクエストを含むようにしました。
api: supports `/regions/key` by hex key by HuSharp · Pull Request #8262 · tikv/pd · GitHub APIの
/regions/key
がhexのkeyを受け取れるようにしています。*: optimize memory usage by rleungx · Pull Request #8164 · tikv/pd · GitHub メモリ使用量の最適化を図っています。
mcs: tso server compare address without scheme by lhy1024 · Pull Request #8283 · tikv/pd · GitHub TSOサーバーのアドレス比較時にhttpとhttpsの差異を区別しないようにしています。
Fix the problem that CDC and log-backup didn't use advance-ts-interval to limit the timeout of check_leader by MyonKeminta · Pull Request #17113 · tikv/tikv · GitHub TiCDCとlog backupが check_leader のタイムアウトの制限でadvance-ts-intervalを使用するようにしています。
In-memory engine: support changing the direction of iteration by SpadeA-Tang · Pull Request #17129 · tikv/tikv · GitHub In memory engineでイテレーションの順番を変更可能にしています。
In-memory engine: clean lock cf tombstone in a background worker by SpadeA-Tang · Pull Request #17128 · tikv/tikv · GitHub In memory engineでbackground workerにlock cfのtombstoneを削除するようにしています。
In-memory Engine: encode internal key trailer in little endian. by overvenus · Pull Request #17125 · tikv/tikv · GitHub In memory engineでinternal key trailerをlittle endianでエンコードしています。
add release notes for 7.5.2 by hfxsd · Pull Request #17701 · pingcap/docs · GitHub TiDB 7.5.2のリリースノートを追加しています。
cdc: fix index-value dispatcher config typo by kennytm · Pull Request #16396 · pingcap/docs · GitHub
index-value
の説明を更新しています。sql: add a note about `FULLTEXT` by hfxsd · Pull Request #17876 · pingcap/docs · GitHub
MySQL compatibility
を更新しています。Fix Useless Use Of cat by mjonss · Pull Request #17890 · pingcap/docs · GitHub catを利用している部分を変更しています。
2024年6月13日にTiDB Operatorのコミットはありませんでした。