TiDB commits

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

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

TiDB Commits on 2022-11-29

github.com planner: rewrite count star to count not null column by elsa0520 · Pull Request #39197 · pingcap/tidb · GitHub select count(*)の高速化を図っています。 session, ddl: rollback txn for prepare statement by wjhuang2016 · Pull Reques…

TiDB Commits on 2022-11-28

github.com ttl: Add some tools to build SQLs for TTL by lcwangchao · Pull Request #39359 · pingcap/tidb · GitHub TTLオプション付きのSQLを生成するためにttl.SQLBuilderを追加しています。 *: fix deprecated by hawkingrei · Pull Request #39401 ·…

TiDB Commits on 2022-11-27

github.com bindinfo: fix the timer leak bug. by sourcelliu · Pull Request #39403 · pingcap/tidb · GitHub timerがleakする事象を修正しています。 github.com 2022年11月27日にPDのコミットはありませんでした。 github.com 2022年11月27日にTiKVのコ…

TiDB Commits on 2022-11-26

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

TiDB Commits on 2022-11-25

github.com ddl: support read generated columns with copr for adding index by tangenta · Pull Request #39345 · pingcap/tidb · GitHub index追加時にコプロセッサーがvirtual columnの値を読み込むようにしています。 ddl: don't reuse the chunk unti…

TiDB Commits on 2022-11-24

github.com parser: use alter table remove ttl spec by YangKeao · Pull Request #39341 · pingcap/tidb · GitHub alter table remove ttl構文を追加しています。 expression: fix that str_to_date returns different result on no zero date sql mode. b…

TiDB Commits on 2022-11-23

github.com ddl: make read and write async during adding index by tangenta · Pull Request #39249 · pingcap/tidb · GitHub index追加時の読み書きを非同期にしています。 docs: fix typo and dead link by tangenta · Pull Request #39317 · pingcap/ti…

TiDB Commits on 2022-11-22

github.com chunk: fix nil pointer when SortedRowContainer meet null type by hawkingrei · Pull Request #39254 · pingcap/tidb · GitHub SortedRowContainerがnullだったときに'runtime error: invalid memory address or nil pointer dereference'が発…

TiDB Commits on 2022-11-21

github.com ddl: fix data inconsistency for untouched values during add index by tangenta · Pull Request #39239 · pingcap/tidb · GitHub tidb_ddl_enable_fast_reorgを有効にした状態で発生するインデックスの不整合を修正しています。 types: Fix `T…

TiDB Commits on 2022-11-20

github.com 2022年11月20日にTiDBのコミットはありませんでした。 github.com 2022年11月20日にPDのコミットはありませんでした。 github.com 2022年11月20日にTiKVのコミットはありませんでした。 github.com 2022年11月20日にRaft Engineのコミットはあり…

TiDB Commits on 2022-11-19

github.com ddl: stabilize multi-schema change tests by tangenta · Pull Request #39247 · pingcap/tidb · GitHub 不安定なmulti schema changeのテストを修正しています。 ddl: clean up the log in backfill procedure by tangenta · Pull Request #392…

TiDB Commits on 2022-11-18

github.com parser, executor: implement plan replayer capture statement by Yisaer · Pull Request #39181 · pingcap/tidb · GitHub plan replayer capture文を追加しています。 lightning: expose metrics when as a library by lance6716 · Pull Reques…

TiDB Commits on 2022-11-17

github.com ddl: release memory when adding index on partitions finish by tangenta · Pull Request #39190 · pingcap/tidb · GitHub パーティションごとにインデックスの追加後にメモリを解放しています。 executor: fix issue of insert into parent ta…

TiDB Commits on 2022-11-16

github.com infoschema: fix FormatTiDBVersion panic by Defined2014 · Pull Request #39172 · pingcap/tidb · GitHub infoschema.FormatTiDBVersionがpanicする事象を修正しています。 domain: support dump plan replayer capture task during query by Y…

TiDB Commits on 2022-11-15

github.com planner: return the proper error for metadata lock so that it can be retry by wjhuang2016 · Pull Request #39141 · pingcap/tidb · GitHub metadata lockが取得できないときに適切なエラーを返すようにしています。 infoschema: fix bit, y…

TiDB Commits on 2022-11-14

github.com domain: refactor plan replayer implemention by Yisaer · Pull Request #39084 · pingcap/tidb · GitHub plan replayerをリファクタリングしています。 binlog: update binlog status from Skippping to On when recover binlog by joccau · Pu…

TiDB Commits on 2022-11-13

github.com util: change record analyze to explain in oom alarm by mengxin9014 · Pull Request #39099 · pingcap/tidb · GitHub plannercore.GetExplainAnalyzeRowsForPlanがSQL実行中に呼ばれた場合にpanicする事象を回避しています。 github.com 2022…

TiDB Commits on 2022-11-12

github.com systable: Adapt with tiflash_tables changes by JaySon-Huang · Pull Request #39001 · pingcap/tidb · GitHub informtion_schema.tiflash_tablesにmax_pack_count_in_deltaを追加し、複数の列を削除しています。 github.com 2022年11月12日にP…

TiDB Commits on 2022-11-11

github.com executor: split hashjoin into workers(part1) by XuHuaiyu · Pull Request #39063 · pingcap/tidb · GitHub Hash joinの実行を複数のワーカーに分割するようにしています。 ddl: refine logic of OwnerCheckAllVersions by wjhuang2016 · Pull …

TiDB Commits on 2022-11-10

github.com *: enable the CI test for concurrent ddl by wjhuang2016 · Pull Request #38926 · pingcap/tidb · GitHub Concurrent ddl をCIでテストしています。 types: Make use of the new time.ZoneBounds function in go-1.19 by mjonss · Pull Reques…

TiDB Commits on 2022-11-09

github.com server: set the keepalive MinTime for gRPC server by tangenta · Pull Request #38987 · pingcap/tidb · GitHub keepalive.EnforcementPolicy.MinTimeを5秒に設定しています。 executor/analyzetest: Stabilise analyze table tests due to Sy…

TiDB Commits on 2022-11-08

github.com planner: update some UTs from cost model1 to model2 by qw4990 · Pull Request #38947 · pingcap/tidb · GitHub いくつかのユニットテストでコストモデルv2を利用しています。 metrics: add metrics for multi-statement by jackysp · Pull Re…

TiDB Commits on 2022-11-07

github.com session, sessionctx: enable metadata lock by default by wjhuang2016 · Pull Request #38866 · pingcap/tidb · GitHub デフォルトでmetadata lockを有効にしています。 txn: tidb_constraint_check_in_place_pessimistic should not be global…

TiDB Commits on 2022-11-06

github.com 2022年11月6日にTiDBのコミットはありませんでした。 github.com 2022年11月6日にPDのコミットはありませんでした。 github.com 2022年11月6日にTiKVのコミットはありませんでした。 github.com 2022年11月6日にRaft Engineのコミットはありませ…

TiDB Commits on 2022-11-05

github.com planner: update some UTs to cost model2 by qw4990 · Pull Request #38893 · pingcap/tidb · GitHub いくつかのユニットテストにcost model v2を採用しています。 github.com 2022年11月5日にPDのコミットはありませんでした。 github.com 2022…

TiDB Commits on 2022-11-04

github.com session: support non-transactional insert statements by you06 · Pull Request #38799 · pingcap/tidb · GitHub Non transactionalなinsertに対応しています。 *: authentication using `tidb_auth_token` plugin by CbcWestwolf · Pull Reque…

TiDB Commits on 2022-11-03

github.com br: calculate the global checkpoint-ts of log-back task. by joccau · Pull Request #38815 · pingcap/tidb · GitHub Log backupでglobal checkpoint tsをstoreレベルなどから算出するようにしています。 bazel: upgrade bazel version to 5.3…

TiDB Commits on 2022-11-02

github.com planner: Add HashJoin<-Receiver specific physicalPlan column pruner by yibin87 · Pull Request #38536 · pingcap/tidb · GitHub Hash joinで不要なカラムを利用しないようにしています。 *: extend the semantic of mem-quota-query to mem-…

TiDB Commits on 2022-11-01

github.com *: fix goleak when to use CreateMockStoreAndDomain by hawkingrei · Pull Request #38734 · pingcap/tidb · GitHub CreateMockStoreAndDomainのgoleakによる指摘を修正しています。 *: update bazel config by hawkingrei · Pull Request #387…

TiDB Commits on 2022-10-31

github.com lightning: Compress Reader/Writer supports reading/writing Snappy/Zstd type compressed files by lyzx2001 · Pull Request #38603 · pingcap/tidb · GitHub LightningでCompress ReaderがSnappyとZstdの圧縮ファイルに対応しています。 exec…