disttask: fix run one step SubtaskExecutor twice by ywqzzy · Pull Request #46106 · pingcap/tidb · GitHub
SubtaskExecutor
が2回実行される事象を修正しています。*: remove useless param by hawkingrei · Pull Request #46178 · pingcap/tidb · GitHub
GetParamSQLFromAST
から不要な引数を削除しています。lightning: fix incorrect _tidb_rowid allocator value after import for table with AUTO_ID_CACHE=1 by D3Hunter · Pull Request #46171 · pingcap/tidb · GitHub
AUTO_ID_CACHE=1
指定時に_tidb_rowid
が正しくない事象を修正しています。planner: add tests for `getFullAnalyzeColumnsInfo` by hi-rustin · Pull Request #46153 · pingcap/tidb · GitHub
getFullAnalyzeColumnsInfo
へのテストを追加しています。planner: grouping function should be recreated with args, retType and metadata by AilinKid · Pull Request #45848 · pingcap/tidb · GitHub grouping関数利用時の
ERROR 1105 (HY000): Meta data is not initialzied
を修正しています。br: update new_collation related logs by Defined2014 · Pull Request #46172 · pingcap/tidb · GitHub TiDBアップグレード後に
new_collations_enabled_on_first_bootstrap
の値が正しくない事象を修正しています。br: adjust default tidb global config for br by Leavrth · Pull Request #45794 · pingcap/tidb · GitHub BRの
table-column-count
設定値を更新しています。ddl: Exchange part schema load fix by mjonss · Pull Request #46126 · pingcap/tidb · GitHub Placement policy月のテーブルをexchange partitionした際にinsertできなくなる事象を修正しています。
CI: update .codecov.yml by wuhuizuo · Pull Request #46180 · pingcap/tidb · GitHub .codecov.yml を更新しています。
br: avoid possible infinite loop checking tikv gc and scheduling status by BornChanger · Pull Request #46078 · pingcap/tidb · GitHub BRのEBS snapshot取得中にTiKVノードを停止した際に、無限ループする事象を修正しています。
store/mockstore/mockcopr: cleanup unused code by tiancaiamao · Pull Request #46189 · pingcap/tidb · GitHub 不要なコードを削除しています。
expression: WEIGHT_STRING() collation by dveeden · Pull Request #45733 · pingcap/tidb · GitHub
WEIGHT_STRING()
関数の振る舞いをMySQLと合わせています。linter: enable toomanytests for br/pkg by hawkingrei · Pull Request #46186 · pingcap/tidb · GitHub Linterの設定を更新しています。
2023年8月17日にPDのコミットはありませんでした。
charset: support utf8mb4_0900_ai_ci collation by YangKeao · Pull Request #15329 · tikv/tikv · GitHub
utf8mb4_0900_ai_ci
照合順序に対応しています。raftstore: online unsafe recovery aborts on timeout by Connor1996 · Pull Request #15283 · tikv/tikv · GitHub Raftstore v2でTiKVノードのI/Oを停止し、再開した後にQPSが復帰しない事象を修正しています。
raftstore: online unsafe recovery aborts on timeout by Connor1996 · Pull Request #15283 · tikv/tikv · GitHub オンラインのunsafe recoveryにタイムアウトを設定しています。
2023年8月17日にdocsのコミットはありませんでした。