2023-01-01から1ヶ月間の記事一覧
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…
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…
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…
github.com 2023年1月27日にTiDBのコミットはありませんでした。 github.com 2023年1月27日にPDのコミットはありませんでした。 github.com 2023年1月27日にTiKVのコミットはありませんでした。 github.com 2023年1月27日にdocsのコミットはありませんでした…
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のコミットはありませ…
github.com 2023年1月25日にTiDBのコミットはありませんでした。 github.com 2023年1月25日にPDのコミットはありませんでした。 github.com 2023年1月25日にTiKVのコミットはありませんでした。 github.com 2023年1月25日にdocsのコミットはありませんでした…
github.com 2023年1月24日にTiDBのコミットはありませんでした。 github.com 2023年1月24日にTiKVのコミットはありませんでした。 github.com 2023年1月24日にPDのコミットはありませんでした。 github.com 2023年1月24日にDocsのコミットはありませんでした…
github.com 2023年1月23日にTiDBのコミットはありませんでした。 github.com 2023年1月23日にPDのコミットはありませんでした。 github.com 2023年1月23日にTiKVのコミットはありませんでした。 github.com 2023年1月23日にdocsのコミットはありませんでした…
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…
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のコミットはありませんでした…
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をパスワードの期限管理とリソースグループに…
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…
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…
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…
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が発…
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のリード…
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のコ…
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…
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…
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…
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…
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…
github.com 2023年1月8日にTiDBのコミットはありませんでした。 github.com 2023年1月8日にPDのコミットはありませんでした。 github.com 2023年1月8日にTiKVのコミットはありませんでした。 github.com 2023年1月8日にdocsのコミットはありませんでした。
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でのレ…
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…
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…
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 ·…
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…
github.com 2023年1月2日にTiDBのコミットはありませんでした。 github.com 2023年1月2日にPDのコミットはありませんでした。 github.com 2023年1月2日にTiKVのコミットはありませんでした。 github.com 2023年1月2日にdocsのコミットはありませんでした。
github.com 2023年1月1日にTiDBのコミットはありませんでした。 github.com 2023年1月1日にPDのコミットはありませんでした。 github.com 2023年1月1日にTiKVのコミットはありませんでした。 github.com 2023年1月1日にdocsのコミットはありませんでした。