executor,util: Correct error for MAX_EXECUTION_TIME | tidb-test=pr/2115 by dveeden · Pull Request #43041 · pingcap/tidb · GitHub
MAX_EXECUTION_TIME
のエラーコードを修正しています。ddl: use `advertise-addr` as the instance address by tangenta · Pull Request #43957 · pingcap/tidb · GitHub TiDBインスタンスのアドレスに
advertise-add
を利用するようにしています。session: del NO_BACKSLASH_ESCAPES sql mode for internal sql by guo-shaoge · Pull Request #43966 · pingcap/tidb · GitHub
NO_BACKSLASH_ESCAPES
を削除しています。planner: fix the col resolution in subquery with unionall stmt by lilinghai · Pull Request #44004 · pingcap/tidb · GitHub 相関サブクエリーとunionを併用した際の名前解決に失敗する事象を修正しています。
build(deps): bump github.com/prometheus/common from 0.42.0 to 0.43.0 by dependabot[bot] · Pull Request #43998 · pingcap/tidb · GitHub 利用する github.com/prometheus/common のバージョンを更新しています。
resource_control: update static calibrate cpu params by HuSharp · Pull Request #43969 · pingcap/tidb · GitHub calibrate resouceのCPU時間単位の誤りを修正しています。
chore: migrate to new prow reviewing by wuhuizuo · Pull Request #42833 · pingcap/tidb · GitHub OWNERSファイルを更新しています。
ddl: don't use lease when writing MDL to ETCD by wjhuang2016 · Pull Request #44021 · pingcap/tidb · GitHub Metadata lockをetcdに書き込むときにleaseしないようにしています。
client: fix the leak of the keyspace watch channel by rleungx · Pull Request #6494 · tikv/pd · GitHub keyspace watch channelのleakを修正しています。
controller: avoid the invalid nil pointer by nolouch · Pull Request #6486 · tikv/pd · GitHub nil pointerへの対処を行っています。
tikv-ctl: support get range properties under remote mode by jinshayumi · Pull Request #14681 · tikv/tikv · GitHub remote modeでrange-propertiesの対応を追加しています。
raftstore-v2: support flashback region by overvenus · Pull Request #14685 · tikv/tikv · GitHub Raftstore v2でflashback regionに対応しています。
raftstore-v2: check and compact region by SpadeA-Tang · Pull Request #14536 · tikv/tikv · GitHub Raftstore v2でcompact regionに対応しています。
- sql-statements: clarify mysql compatibility of load data by ran-huang · Pull Request #13601 · pingcap/docs · GitHub
MySQL compatibility
を更新しています。