handle: add global status handler by hawkingrei · Pull Request #46974 · pingcap/tidb · GitHub Global stats handlerを追加しています。
linter: enable too many tests by hawkingrei · Pull Request #46988 · pingcap/tidb · GitHub Linterの設定を更新しています。
disttask: refactor task step and batch subtask dispatching by D3Hunter · Pull Request #46957 · pingcap/tidb · GitHub Distributed taskをリファクタリングしています。
partition: fix unstable test TestExchangePartitionStates by jiyfhust · Pull Request #46816 · pingcap/tidb · GitHub 不安定な
TestExchangePartitionStates
テストを修正しています。executor: add some comments and fix typos by hi-rustin · Pull Request #46987 · pingcap/tidb · GitHub コメントを修正しています。
model: set collation and charset for `ExtraPhysTblIDCol` and `ExtraPartitionIDCol` by Defined2014 · Pull Request #46972 · pingcap/tidb · GitHub
ExtraPhysTblIDCol
とExtraPartitionIDCol
に照合順序と文字セットを設定しています。statistics: use slices.BinarySearchFunc to simple TopN.FindTopN by hawkingrei · Pull Request #46996 · pingcap/tidb · GitHub
TopN.FindTopN
でslices.BinarySearchFunc
を利用しています。disttask: refine add index log by ywqzzy · Pull Request #46995 · pingcap/tidb · GitHub Read index executorのメトリクスを追加しています。
tests: Use `tk.MustHavePlan` and `tk.MustNotHavePlan` instead of `tk.HasPlan` by Defined2014 · Pull Request #46947 · pingcap/tidb · GitHub
tk.HasPlan
の代わりにtk.MustHavePlan
とtk.MustNotHavePlan
を利用しています。executor: add some comments and fix typos by hi-rustin · Pull Request #47005 · pingcap/tidb · GitHub コメントを修正しています。
expression, tests: move more test cases to `integrationtest` by Defined2014 · Pull Request #47002 · pingcap/tidb · GitHub 複数のテストケースを
integrationtest
配下に移動しています。statistics: use slices.SortStableFunc to simple SortSampleItems by hawkingrei · Pull Request #47009 · pingcap/tidb · GitHub
SortSampleItems
内でslices.SortStableFunc
を利用しています。planner: support lock/unlock stats of partition tables by hi-rustin · Pull Request #46768 · pingcap/tidb · GitHub パーティション表の統計のlockとunlockを追加しています。
keyspace: return error if the split keyspace list is empty by JmPotato · Pull Request #7102 · tikv/pd · GitHub Split keyspace listが空の時にエラーを返すようにしています。
mcs: update store stats by rleungx · Pull Request #7097 · tikv/pd · GitHub Scheduler serverがstoreの統計を更新可能にしています。
*: update rust-toolchain by glorv · Pull Request #15584 · tikv/tikv · GitHub rust-toolchain を更新しています。
stablize case test_store_disconnect_with_hibernate by hicqu · Pull Request #15596 · tikv/tikv · GitHub 不安定な
test_store_disconnect_with_hibernate
テストを修正しています。
- docs: fix br tools compatibility by ran-huang · Pull Request #14800 · pingcap/docs · GitHub br/backup-and-restore-overview.md を更新しています。