TiDB commits

TiDB, PD, TiKVのコミットを記録しています。

2023-01-01から1ヶ月間の記事一覧

TiDB Commits on 2023-01-30

github.com lightning: support data files with bom header by dsdashun · Pull Request #40813 · pingcap/tidb · GitHub LightningにBOMヘッダ付きのファイルへの対応を追加しています。 planner: support `use / force index` for multi-valued indexes b…

TiDB Commits on 2023-01-29

github.com ttl: add table `mysql.ttl_job_history` to store ttl job histories by lcwangchao · Pull Request #40655 · pingcap/tidb · GitHub mysql.ttl_job_historyテーブルにTTL jobの履歴を保存しています。 planner: forbid the optimizer to genera…

TiDB Commits on 2023-01-28

github.com lint: update config of deprecated linter by hawkingrei · Pull Request #40763 · pingcap/tidb · GitHub Linterの設定変更と適用を行っています。 lightning: check hasDupe and tableID when resolve duplicate rows by gozssky · Pull Reque…

TiDB Commits on 2023-01-27

github.com 2023年1月27日にTiDBのコミットはありませんでした。 github.com 2023年1月27日にPDのコミットはありませんでした。 github.com 2023年1月27日にTiKVのコミットはありませんでした。 github.com 2023年1月27日にdocsのコミットはありませんでした…

TiDB Commits on 2023-01-26

github.com 2023年1月26日にRaft Engineのコミットはありませんでした。 github.com 2023年1月26日にPDのコミットはありませんでした。 github.com 2023年1月26日にTiKVのコミットはありませんでした。 github.com 2023年1月26日にdocsのコミットはありませ…

TiDB Commits on 2023-01-25

github.com 2023年1月25日にTiDBのコミットはありませんでした。 github.com 2023年1月25日にPDのコミットはありませんでした。 github.com 2023年1月25日にTiKVのコミットはありませんでした。 github.com 2023年1月25日にdocsのコミットはありませんでした…

TiDB Commits on 2023-01-24

github.com 2023年1月24日にTiDBのコミットはありませんでした。 github.com 2023年1月24日にTiKVのコミットはありませんでした。 github.com 2023年1月24日にPDのコミットはありませんでした。 github.com 2023年1月24日にDocsのコミットはありませんでした…

TiDB Commits on 2023-01-23

github.com 2023年1月23日にTiDBのコミットはありませんでした。 github.com 2023年1月23日にPDのコミットはありませんでした。 github.com 2023年1月23日にTiKVのコミットはありませんでした。 github.com 2023年1月23日にdocsのコミットはありませんでした…

TiDB Commits on 2023-01-22

github.com br: split regions before pitr restore by Leavrth · Pull Request #39941 · pingcap/tidb · GitHub BRでPITRでのリストアの前にsplit regionするようにしています。 log-backup: do not resolve locks frequently when log-backup task did not…

TiDB Commits on 2023-01-21

github.com tests: enable race and flaky for flashback test by hawkingrei · Pull Request #40752 · pingcap/tidb · GitHub Flashback testにレースコンディションの発見を有効化しています。 github.com 2023年1月21日にPDのコミットはありませんでした…

TiDB Commits on 2023-01-20

github.com server, privileges: make tidb_auth_session_token compatible with password expiration and resource group by djshow832 · Pull Request #40735 · pingcap/tidb · GitHub tidb_auth_session_tokenをパスワードの期限管理とリソースグループに…

TiDB Commits on 2023-01-19

github.com pitr: move step iterate backup files into worker pool by Leavrth · Pull Request #40577 · pingcap/tidb · GitHub PITRのバックアップファイル処理をworker poolに移動しています。 ddl, lightning: support detecting duplicate keys in dif…

TiDB Commits on 2023-01-18

github.com *: add a new I_S table and support show create for resource groups by BornChanger · Pull Request #40665 · pingcap/tidb · GitHub information_schema.resource_groupsテーブルを追加し、show create resource group文に対応しています。 m…

TiDB Commits on 2023-01-17

github.com statistics: fix data race in the Handle.IsTableLocked by hawkingrei · Pull Request #40572 · pingcap/tidb · GitHub Handle.IsTableLockedでのレースコンディションを修正しています。 executor,store/copr: trace the buildCopTask and lim…

TiDB Commits on 2023-01-16

github.com planner: fix prepare explain index out of range bug by fzzf678 · Pull Request #40568 · pingcap/tidb · GitHub prepare stmt from 'explain...'を実行すると、ERROR 1105 (HY000): runtime error: index out of range [0] with length 0が発…

TiDB Commits on 2023-01-15

github.com planner: introduce a new variable to adjust the penalty double read cost of IndexJoin by qw4990 · Pull Request #40571 · pingcap/tidb · GitHub システム変数tidb_index_join_double_read_penalty_cost_rateを追加して、IndexJoinのリード…

TiDB Commits on 2023-01-14

github.com log-backup: remove k-v record in etcd when stop log-backup task by joccau · Pull Request #40431 · pingcap/tidb · GitHub Log backupで、バックアップタスク終了時にetcdからエントリを削除しています。 github.com 2023年1月14日にPDのコ…

TiDB Commits on 2023-01-13

github.com statistics: fix a calculation logic flaw in `(*Index).GetRowCount` by time-and-fate · Pull Request #40522 · pingcap/tidb · GitHub GetRowCountのカーディナリティの計算方法を修正しています。 distsql: fix a bug of ranger.Range to kv…

TiDB Commits on 2023-01-12

github.com lightning: not set pos to end if fail to `ReadUntil` by buchuitoudegou · Pull Request #40232 · pingcap/tidb · GitHub LightningでReadUtilが失敗したときにposを設定しないようにしています。 lightning: fix risk of OOM by buchuitoudeg…

TiDB Commits on 2023-01-11

github.com 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 Reque…

TiDB Commits on 2023-01-10

github.com planner: unify the behavior of prepare/execute limit to mysql by fzzf678 · Pull Request #40360 · pingcap/tidb · GitHub limit句を利用したprepared statementの振る舞いをMySQLとあわせています。 gpool: register gpool into resource ma…

TiDB Commits on 2023-01-09

github.com executor: fix data race at the ShowExec by hawkingrei · Pull Request #39817 · pingcap/tidb · GitHub ShowExecでのレースコンディションを修正しています。 planner: fix panic during starting tidb-server if creating global binding for…

TiDB Commits on 2023-01-08

github.com 2023年1月8日にTiDBのコミットはありませんでした。 github.com 2023年1月8日にPDのコミットはありませんでした。 github.com 2023年1月8日にTiKVのコミットはありませんでした。 github.com 2023年1月8日にdocsのコミットはありませんでした。

TiDB Commits on 2023-01-07

github.com planner: fix typo by Dousir9 · Pull Request #40367 · pingcap/tidb · GitHub Typoを修正しています。 session: fix data race in the LazyTxn.LockKeys by hawkingrei · Pull Request #40350 · pingcap/tidb · GitHub LazyTxn.LockKeysでのレ…

TiDB Commits on 2023-01-06

github.com *: add warnings to slow log and slow query table by time-and-fate · Pull Request #39884 · pingcap/tidb · GitHub Slow logにwarningsを含むようにしています。 planner,infoschema,executor: Add tiflash fine grained shuffle support for…

TiDB Commits on 2023-01-05

github.com planner: skip plan-cache for prepared queries with `INT in (Decimals...)` by qw4990 · Pull Request #40312 · pingcap/tidb · GitHub prepared statementでINリストに複数のdecimalをとる場合にplan cacheを利用しないようにしています。 st…

TiDB Commits on 2023-01-04

github.com util: gorotinue pool by hawkingrei · Pull Request #39872 · pingcap/tidb · GitHub 動的なgoroutine poolを追加しています。 metrics: add metrics for plan replayer and historical stats by Yisaer · Pull Request #40271 · pingcap/tidb ·…

TiDB Commits on 2023-01-03

github.com session: make plan replayer capture support prepared stmt by Yisaer · Pull Request #40167 · pingcap/tidb · GitHub Plan replayer captureをprepared statementに対応しています。 expression: implement `regexp_replace` function pushdo…

TiDB Commits on 2023-01-02

github.com 2023年1月2日にTiDBのコミットはありませんでした。 github.com 2023年1月2日にPDのコミットはありませんでした。 github.com 2023年1月2日にTiKVのコミットはありませんでした。 github.com 2023年1月2日にdocsのコミットはありませんでした。

TiDB Commits on 2023-01-01

github.com 2023年1月1日にTiDBのコミットはありませんでした。 github.com 2023年1月1日にPDのコミットはありませんでした。 github.com 2023年1月1日にTiKVのコミットはありませんでした。 github.com 2023年1月1日にdocsのコミットはありませんでした。