-
ci: add document about some task that will be triggered manually by hawkingrei · Pull Request #40459 · pingcap/tidb · GitHub CIに関する説明を追加しています。
-
errno, store: fix ErrPDServerTimeout arguments by dveeden · Pull Request #40468 · pingcap/tidb · GitHub
ErrPDServerTimeout
の引数を変更しています。 ttl: fix the TTL job reports error when primary key contains a column with type `ENUM` by lcwangchao · Pull Request #40457 · pingcap/tidb · GitHub Primary keyに
ENUM
型を含む場合にTTL jobが失敗する事象を修正しています。planner: support using DNF to construct IndexMerge to access MVIndex by qw4990 · Pull Request #40471 · pingcap/tidb · GitHub DNFを利用して、multi value indexへのアクセスにIndexMergeを利用するようにしています。
executor: add partition table testcase for historical stats by Yisaer · Pull Request #40453 · pingcap/tidb · GitHub パーティション表の過去の統計情報に関するテストケースを追加しています。
ttl: forbid creating/altering a table with TTL options when pk contains float/double column by lcwangchao · Pull Request #40487 · pingcap/tidb · GitHub Primary keyにfloatまたはdoubleの肩を持つ場合にTTLオプションを付与できないようにしています。
planner: make MVIndex be compatible with the `use/force index` hint by qw4990 · Pull Request #40495 · pingcap/tidb · GitHub use indexとforce indexヒントにmulti value indexを指定可能にしています。
lightning: fix codecPDClient by AmoebaProtozoa · Pull Request #40496 · pingcap/tidb · GitHub Lightningでparallel importがsegment violationする事象を修正しています。
ddl: let concurrent truncate on the same table depend on the previous one by wjhuang2016 · Pull Request #40501 · pingcap/tidb · GitHub truncate tableを複数のクライアントで実行しようとした場合にmetadata lockを有効にしています。
statistics: fix estimation error when ranges are too many and modify count is large by time-and-fate · Pull Request #40472 · pingcap/tidb · GitHub カーディナリティの推測値が大きくなりすぎる事象を修正しています。
executor: fix issue of KEY_COLUMN_USAGE table return wrong result about foreign key column by crazycs520 · Pull Request #40491 · pingcap/tidb · GitHub
KEY_COLUMN_USAGE
がforeign keyに関する情報が正しくない事象を修正しています。sysvar: add switch for plan replayer capture using historical stats by Yisaer · Pull Request #40492 · pingcap/tidb · GitHub システム変数
tidb_enable_historical_stats_for_capture
を導入し、plan replayerが過去の統計情報を利用するかどうかを制御可能にしています。*: upgrade go1.19.5 by hawkingrei · Pull Request #40483 · pingcap/tidb · GitHub Go 1.19.5を利用するようにしています。
br: need init MDL variable when GetDomain by joccau · Pull Request #40512 · pingcap/tidb · GitHub BRのリストア時にmetadata lockの値を初期化しています。
ddl: avoid commit conflicts when updating/delete from mysql.tidb_ddl_reorg. by mjonss · Pull Request #38738 · pingcap/tidb · GitHub
mysql.tidb_ddl_reorg
のコンフリクトを解消しています。
server: remove duplicate line by lhy1024 · Pull Request #5850 · tikv/pd · GitHub 重複した
s.serviceRateLimiter
を削除しています。*: make TestScheduler stable by lhy1024 · Pull Request #5847 · tikv/pd · GitHub 不安定なTestSchedulerを修正しています。
client, resource_manager: resource manager client by CabinfeverB · Pull Request #5810 · tikv/pd · GitHub リソースマネージャークライアントを導入しています。
keyspace: Refactor keyspace manager using RunInTxn by AmoebaProtozoa · Pull Request #5843 · tikv/pd · GitHub keyspace managerをリファクタリングしています。
2023年1月11日にTiKVのコミットはありませんでした。
develop: archived -> legacy by Icemap · Pull Request #11990 · pingcap/docs · GitHub
Archived Docs
をLegacy Docs
に変更しています。tidb: update builtin string function by TomShawn · Pull Request #11973 · pingcap/docs · GitHub
WEIGHT_STRING()
関数の説明を追加しています。revise plan replayer load by TomShawn · Pull Request #11976 · pingcap/docs · GitHub Use
PLAN REPLAYER
to import cluster informationを更新しています。Update sql-statement-admin-show-ddl.md by TomShawn · Pull Request #11977 · pingcap/docs · GitHub
ADMIN SHOW DDL [JOBS|JOB QUERIES]
を更新しています。ticdc: refine some descriptions by shichun-0415 · Pull Request #11651 · pingcap/docs · GitHub TiCDCの引数をpdからserverに変更しています。