-
planner: The length function could not be substitute when collation of mapped column is utfxxx_bin by elsa0520 · Pull Request #54179 · pingcap/tidb · GitHub キャラクタセットがutf8mb4で照合順序がbinaryのときにlength関数が正しくない事象を修正しています。
-
*: update prow OWNERS_ALIASES file by wuhuizuo · Pull Request #54195 · pingcap/tidb · GitHub OWNERS_ALIASES ファイルを更新しています。
session: reserve bootstrap versions for v8.1.x by glorv · Pull Request #54266 · pingcap/tidb · GitHub v8.1用のbootstrapバージョンを追加しています。
rowcodec: E2E checksum introduce bytes-level checksum mechanism by 3AceShowHand · Pull Request #53931 · pingcap/tidb · GitHub byte level checksumを追加しています。
ddl: add fast create database by GMHDBJD · Pull Request #54013 · pingcap/tidb · GitHub create databaseの高速化を図っています。
parser: Support VECTOR type by breezewish · Pull Request #54246 · pingcap/tidb · GitHub VECTOR型をparse可能にしています。
*: use `StaticExprContext` instead of mock context to build expression by lcwangchao · Pull Request #54101 · pingcap/tidb · GitHub
mock.NewContext
の代わりにStaticExprContext
を利用しています。ddl: Allow JSON functions for defaults by dveeden · Pull Request #52786 · pingcap/tidb · GitHub カラムのデフォルト値にJSON関数を利用可能にしています。
infoschema: speed up schemaByID for v2 by ywqzzy · Pull Request #54270 · pingcap/tidb · GitHub
SchemaByID
関数の高速化を図っています。statsistics: unexport the Columns and Indices of HistColl by winoros · Pull Request #53768 · pingcap/tidb · GitHub
HistColl
からColumns
とIndices
のexportをやめています。planner: classify logical limit into a separate file for later pkg move by AilinKid · Pull Request #54284 · pingcap/tidb · GitHub logical limitを別ファイルに移動しています。
tools/simulator: replace GenerateSplitKey with GenerateTableKeys by HuSharp · Pull Request #8332 · tikv/pd · GitHub simulatorで
GenerateSplitKey
をGenerateTableKeys
に置き換えています。statistics: fix data race in `IsRegionHot` by lhy1024 · Pull Request #8336 · tikv/pd · GitHub
IsRegionHot
でのレースコンディションを修正しています。*: enable errcheck for server/*.go except server/api by okJiang · Pull Request #8317 · tikv/pd · GitHub errcheck の設定を変更しています。
- cdc: remove redundant conn id from the handle register task by 3AceShowHand · Pull Request #17177 · tikv/tikv · GitHub
Task::Register
からconn_id
フィールドを削除しています。
deprecate tidb config enable-replica-selector-v2 by crazycs520 · Pull Request #18026 · pingcap/docs · GitHub
enable-replica-selector-v2
をdeprecatedにしています。ticdc: add new rules and information for syncpoint by hongyunyan · Pull Request #17943 · pingcap/docs · GitHub ticdc/ticdc-upstream-downstream-check.md を更新しています。
resource_control: add new privilege `RESOURCE_GROUP_USER` by glorv · Pull Request #17965 · pingcap/docs · GitHub
RESOURCE_GROUP_USER
権限の説明を追加しています。tiflash: Add "marker" for security.redact_info_log in tiflash.toml by Oreoxmt · Pull Request #17875 · pingcap/docs · GitHub
security.redact_info_log
の説明を更新しています。tiproxy: add doc for load balance by Oreoxmt · Pull Request #17874 · pingcap/docs · GitHub
TiProxy Load Balancing Policies
を追加しています。Modify doc for parallel sort by xzhangxian1008 · Pull Request #17942 · pingcap/docs · GitHub system-variables.md を更新しています。
add two json pushdown functions doc by dbsid · Pull Request #17613 · pingcap/docs · GitHub functions-and-operators/expressions-pushed-down.md を更新しています。
Modify parallel hashagg spill doc by xzhangxian1008 · Pull Request #17901 · pingcap/docs · GitHub
tidb_enable_parallel_hashagg_spill
の説明を更新しています。br: add more parameters to SQL BR by qiancai · Pull Request #17966 · pingcap/docs · GitHub BRの説明を更新しています。
Small updates to TiKV config docs by dveeden · Pull Request #17976 · pingcap/docs · GitHub
Multi-version concurrency control (MVCC)
の説明を追加しています。config: update token-limit max value by qiancai · Pull Request #17860 · pingcap/docs · GitHub
token-limit
の最大値を更新しています。feat: adjust description of hibernate by Icemap · Pull Request #18019 · pingcap/docs · GitHub develop/dev-guide-transaction-restraints.md を更新しています。
tikv: add doc for new config `max-apply-unpersisted-log-limit` by qiancai · Pull Request #17857 · pingcap/docs · GitHub
max-apply-unpersisted-log-limit
の説明を追加しています。br: deprecate br restore parameter granularity by qiancai · Pull Request #17977 · pingcap/docs · GitHub BRの
--granularity
パラメータをdeprecatedにしています。docs: Update BR and TiCDC compatibility information by qiancai · Pull Request #17971 · pingcap/docs · GitHub BRとTiCDCの互換性を更新しています。
cached table: add links by dveeden · Pull Request #18000 · pingcap/docs · GitHub cached-tables.md を更新しています。
- tc level flag to enablePVCReplace feature by rajsuvariya · Pull Request #5670 · pingcap/tidb-operator · GitHub
enablePVCReplace
をtidbcluster単位で設定可能にしています。
consumer(ticdc): do not panic the consumer if visit the kafka broker meet error by 3AceShowHand · Pull Request #11350 · pingcap/tiflow · GitHub Kafka brokerがエラーになってもconsumerがpanicしないようにしています。
filter(ticdc): Add `lightning_task_info` as the system table schema that should not be replicated by TiCDC by hongyunyan · Pull Request #11359 · pingcap/tiflow · GitHub
lightning_task_info
テーブルをTiCDCでレプリケートしないようにしています。
*: update minimum cmake version to 3.23 by Lloyd-Pottiger · Pull Request #9164 · pingcap/tiflash · GitHub cmake 3.23以上を必要としています。
Storages: Fix memory trace for UniversalPageId by CalvinNeo · Pull Request #9163 · pingcap/tiflash · GitHub
UniversalPageId
のmemory traceを修正しています。clang-tidy: ignore unknown pragmas warnings by JinheLin · Pull Request #9166 · pingcap/tiflash · GitHub .clang-tidy を更新しています。