planner: check virtual column for tiflash by windtalker · Pull Request #36771 · pingcap/tidb · GitHub TiFlashは、Generated columnsに対応していないため、generated columnsを含むSQLをTiFlashで実行しないようにしています。
ddl/schematracker: fix SetDDL will cause data race by lance6716 · Pull Request #36768 · pingcap/tidb · GitHub SetDDLで発生しうるレースコンディションを修正しています。
*: cleanup sysvar API usage by morgo · Pull Request #36640 · pingcap/tidb · GitHub システム変数に関するAPIをクリーンアップしています。
*: upgrade bazel timeout by hawkingrei · Pull Request #36776 · pingcap/tidb · GitHub Bazelのタイムアウト設定を修正しています。
*: upgrade golang 1.18.5 by hawkingrei · Pull Request #36788 · pingcap/tidb · GitHub Go 1.18.5を利用するように変更しています。
executor: grant privilege to table now check table existence use case insensitive by tiancaiamao · Pull Request #36778 · pingcap/tidb · GitHub grant分でのテーブル名を常に小文字に変換して行うようにしています。
planner: fix optimizer trace miss plans in some operators by Yisaer · Pull Request #36765 · pingcap/tidb · GitHub optimizer traceがTableReader_18といったオペレーターを取得もれする事象を修正しています。
cmd: don't check race when using tikv for explain test by wjhuang2016 · Pull Request #36513 · pingcap/tidb · GitHub 実際のTiKVを使ったテストでは不要なレースコンディションのチェックを削除しています。
exectuor: reduce listInDisk.GetChunk memory usage(constructing of chunk in rows) by jianzhiyao · Pull Request #36738 · pingcap/tidb · GitHub
listInDisk.GetChunk
でのメモリ使用量を削減しています。https://github.com/pingcap/tidb/pull/36779 Plan cacheをprepared statement以外にも利用できるための準備として、plan cacheのkeyとvalueを更新するようにしています。
session: fix multiple domain creation racing in domap by xhebox · Pull Request #36792 · pingcap/tidb · GitHub 複数の内部的なdomainを作成するときのレースコンディションを修正しています。
*: remove keeping flag for build by hawkingrei · Pull Request #36809 · pingcap/tidb · GitHub bazelのビルドオプションを変更しています。
*: move config file option oom-use-tmp-storage to sysvar by CbcWestwolf · Pull Request #36679 · pingcap/tidb · GitHub
oom-use-tmp-storage
をシステム変数tidb_enable_tmp_storage_on_oom
に移動しています。*: remove remote cache uri by hawkingrei · Pull Request #36799 · pingcap/tidb · GitHub bazelのremote_cacheを削除しています。
sessionctx/variable: Add tests for instance scoped config uniformity by morgo · Pull Request #36796 · pingcap/tidb · GitHub インスタンススコープのシステム変数に関するテストを追加しています。
*: use tidb version to decide insert internal DDL into queue or table by xiongjiwei · Pull Request #36782 · pingcap/tidb · GitHub TiDBのアップグレード時にowner keyがクリアされなかった事象を修正しています。
raftstore: make `UNREACHABLE_BACKOFF` configurable by 5kbpers · Pull Request #13193 · tikv/tikv · GitHub UNREACHABLE_BACKOFFを設定可能にしています。
raftstore: add metrics/logs to help debug high commit log duration by cosven · Pull Request #13120 · tikv/tikv · GitHub commit log durationが長期化した場合の分析用にメトリクスを追加しています。
raftstore: refactor async write to allow write all states to raft engine by BusyJay · Pull Request #13157 · tikv/tikv · GitHub Raft storeのasync writeですべてのstatesをRaft Engineにかけるようにしています。
- Support reading block based log format by LykxSassinator · Pull Request #249 · tikv/raft-engine · GitHub ブロックベースのログフォーマットを追加しています。