expression: fix some failed tests in local env by lcwangchao · Pull Request #50954 · pingcap/tidb · GitHub ローカル環境で
TestTidbParseTso
テストがエラーとなる事象を修正しています。expression: fix `reverse` function on `bit type column` by jiyfhust · Pull Request #50146 · pingcap/tidb · GitHub bit型でreverse関数がエラーとなる事象を修正しています。
driver: convert ErrQueryInterrupted to actual error types by ekexium · Pull Request #50517 · pingcap/tidb · GitHub
ErrQueryInterrupted
を実際のエラー型に変更しています。ddl: make local sort generate only one subtask for each instance by tangenta · Pull Request #50925 · pingcap/tidb · GitHub local sortが各TiDBサーバー毎に一つのsubtaskのみを生成するようにしています。
statistics: implement stringer for analysis job by hi-rustin · Pull Request #50964 · pingcap/tidb · GitHub analysis jobにstringインターフェースを追加しています。
ddl: table meta should store column without db and table name by lcwangchao · Pull Request #50978 · pingcap/tidb · GitHub パーティション表のrenameがhangする事象を修正しています。
disttask: add integration test for resource control by D3Hunter · Pull Request #50962 · pingcap/tidb · GitHub disttaskへのリソースコントロールのインテグレーションテストを追加しています。
test: move some functions into another file by lance6716 · Pull Request #50984 · pingcap/tidb · GitHub bench_test.go を misc_bench_test.go に分割しています。
br: add restore stats config by Leavrth · Pull Request #50649 · pingcap/tidb · GitHub BRに
--checksum=false
の場合でもstatsをリストアするようにしています。txn: bump up dependency of client-go to enable pessimistic lock region rollback by cfzjywxk · Pull Request #50983 · pingcap/tidb · GitHub 利用する github.com/tikv/client-go/v2 のバージョンを更新しています。
api: update evict-leader-scheduler&grant-leader-scheduler to return the same success message by HuSharp · Pull Request #7802 · tikv/pd · GitHub
evict-leader-scheduler
とgrant-leader-scheduler
の成功時のメッセージを統一しています。*: fix context usage when watch etcd by rleungx · Pull Request #7806 · tikv/pd · GitHub etcd利用時のcontextを変更しています。
pd-ctl: avoid initializing a new PD client for each cmd execution by JmPotato · Pull Request #7804 · tikv/pd · GitHub pd-ctl各コマンド毎のPD clinentの初期化をしないようにしています。
raftstore: fix store_heartbeat incorrectly reporting store.is_busy == true. by LykxSassinator · Pull Request #16494 · tikv/tikv · GitHub
store_heartbeat
が誤ってstore.is_busy == true
を報告する事象を修正しています。In-memory Engine: make integration test work by SpadeA-Tang · Pull Request #16474 · tikv/tikv · GitHub In memory Engineでインテグレーションテストを動作させています。
storage: reject new commands if memory quota exceeded by overvenus · Pull Request #16473 · tikv/tikv · GitHub memory quotaが超過していた場合に新しいコマンドを受け付けないようにしています。
Update choose-index.md: correct operator typo (#16409) by ti-chi-bot · Pull Request #16432 · pingcap/docs · GitHub choose-index.md を更新しています。
fix wrong link anchors by ran-huang · Pull Request #16438 · pingcap/docs · GitHub non-transactional-dml.md を更新しています。
Update upgrade-tidb-using-tiup.md by qiancai · Pull Request #16447 · pingcap/docs · GitHub upgrade-tidb-using-tiup.md を更新しています。
Update quick-start-with-htap.md to add `USE test` command by qiancai · Pull Request #16448 · pingcap/docs · GitHub quick-start-with-htap.md を更新しています。