-
executor, tests: move more test cases from `executor_test.go` to `integrationtest` by SeaRise · Pull Request #47296 · pingcap/tidb · GitHub
executor_test.go
のいくつかのテストをintegrationtest
に移動しています。 -
expression: fix unexpected error msg for cast string to decimal by guo-shaoge · Pull Request #47267 · pingcap/tidb · GitHub stringの値をdecimalにcastした際の警告メッセージを変更しています。
executor, tests: move some test cases from `aggregate_test.go` to `integrationtest` by SeaRise · Pull Request #47234 · pingcap/tidb · GitHub
aggregate_test.go
のいくつかのテストをintegrationtest
に移動しています。planner: move some common code on stats to `stats_util` by qw4990 · Pull Request #47312 · pingcap/tidb · GitHub plannerの共通化されたコードを
stats_util
に移動しています。disttask: fix upgrade by ywqzzy · Pull Request #47316 · pingcap/tidb · GitHub アップグレードで
tidb_global_task_history
を追加しています。br: add `OWNERS` file by wuhuizuo · Pull Request #47134 · pingcap/tidb · GitHub OWNERS 関連ファイルを更新しています。
br: fix unstable integration tests by 3pointer · Pull Request #47156 · pingcap/tidb · GitHub 不安定な
br_s3
テストを修正しています。planner: unify ways to execute SQLs in stats_handle package by qw4990 · Pull Request #47324 · pingcap/tidb · GitHub
stats_handle
でのSQL実行方法を統一しています。tests, planner: migrate tests for indexmerge_path, integration and partition in planner by YangKeao · Pull Request #47330 · pingcap/tidb · GitHub
indexmerge_path
,integration
,integration_partition
,partition_pruner
のテストを移動しています。tests, session: move IT test cases in `session` to `tests/integrationtest` by Defined2014 · Pull Request #47336 · pingcap/tidb · GitHub
session
のインテグレーションテストをtests/integrationtest
に移動しています。snapshot_backup: deny executing tidb-lightning import while running snapshot_backup by YuJuncen · Pull Request #47001 · pingcap/tidb · GitHub
snapshot_backup
中にLightningのimportを拒否できるようにしています。
resource_manager: Fix for delayed deletion of created groups in TestWatchResourceGroup by HuSharp · Pull Request #7154 · tikv/pd · GitHub 不安定な
TestWatchResourceGroup
テストを修正しています。*: use syncutil lock by rleungx · Pull Request #7157 · tikv/pd · GitHub
sync.RWMutex/Mutex
の代わりにsyncutil
のlockを利用しています。scheduler: fix scheduler save config by HuSharp · Pull Request #7108 · tikv/pd · GitHub PD leaderがtransferされた際に、
evict-leader-scheduler
の設定が失われる事象を修正しています。mcs: make scheduling server support operator http interface by lhy1024 · Pull Request #7090 · tikv/pd · GitHub Scheduling serverにhttp interfaceを追加しています。
raftstore-v2: check gc peer after commit merge by overvenus · Pull Request #15693 · tikv/tikv · GitHub Dynamic regionでresolved tsが進まなくなる事象を修正しています。
sst_importer: impl SuspendImport interface by YuJuncen · Pull Request #15612 · tikv/tikv · GitHub
SuspendImport
インターフェースを実装しています。
explain joins: fix the TableReader operator by Oreoxmt · Pull Request #14929 · pingcap/docs · GitHub
Index Join
の説明を更新しています。planner: update document about non-prepared plan cache by qw4990 · Pull Request #14654 · pingcap/docs · GitHub Non prepared plan cacheの説明を更新しています。
add document about 0900 collations and variables by YangKeao · Pull Request #14842 · pingcap/docs · GitHub
utf8mb4_0900_bin
とutf8mb4_0900_ai_ci
の説明を更新しています。system-variables: add docs for new variable `tidb_opt_objective` by time-and-fate · Pull Request #14588 · pingcap/docs · GitHub
tidb_opt_objective
の説明を追加しています。update tidb_stats_cache_mem_quota description by ran-huang · Pull Request #14909 · pingcap/docs · GitHub
tidb_stats_cache_mem_quota
の説明を更新しています。ticdc: add ticdc to pulsar doc by hfxsd · Pull Request #14878 · pingcap/docs · GitHub
Replicate Data to Pulsar
を追加しています。*: update go to v1.21 by hfxsd · Pull Request #14807 · pingcap/docs · GitHub Go 1.21以上のバージョンを要件としています。
add doc for sysvar `tidb_session_alias` by lcwangchao · Pull Request #14725 · pingcap/docs · GitHub
tidb_session_alias
の説明を追加しています。
Do not error in pvc_modifier, when a manual TiKV eviction is requested. by anish-db · Pull Request #5302 · pingcap/tidb-operator · GitHub 手動でのTiKV evictionが行われたとき、
pvc_modifier
でエラーにならないようにしています。ebs br: add retry support for ListSnapshotBlocks() and ListChangedBlocks() by BornChanger · Pull Request #5232 · pingcap/tidb-operator · GitHub
ListSnapshotBlocks()
とListChangedBlocks()
をリトライ可能にしています。pkg: validate volume number for ebs snapshot restore by BornChanger · Pull Request #5292 · pingcap/tidb-operator · GitHub EBS snapshot restore時にvolume numberを確認するようにしています。