TiDB commits

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

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

TiDB Commits on 2024-05-30

github.com lightning: release the requirement for NewTargetInfoGetterImpl by lance6716 · Pull Request #53651 · pingcap/tidb · GitHub Lightningがpd http clientを要件としています。 localbackend: fix resource leak when err on new local backen…

TiDB Commits on 2024-05-29

github.com ddl: remove `mock.Context` usage in `addIndexIngestWorker` by lcwangchao · Pull Request #53479 · pingcap/tidb · GitHub addIndexIngestWorker内でmock.Contextの利用をやめています。 util: use runtime.Version() to get Go version by d…

TiDB Commits on 2024-05-28

github.com planner: move base logical plan to logical operator pkg. by AilinKid · Pull Request #53293 · pingcap/tidb · GitHub plannerに関するパッケージを分割しています。 ddl,expression: introduce `CtxWithHandleTruncateErrLevel` to wrap a e…

TiDB Commits on 2024-05-27

github.com infoschema: fix issue of information schema cache miss cause by schema version gap by crazycs520 · Pull Request #53445 · pingcap/tidb · GitHub schema versionの違いによってinformation schema cacheミスが増える事象を修正しています…

TiDB Commits on 2024-05-26

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

TiDB Commits on 2024-05-24

github.com executor: global index supports `admin [recover | cleanup] index` by Defined2014 · Pull Request #53499 · pingcap/tidb · GitHub admin recover index,admin cleanup indexがglobal indexに対応しています。 OWNERS: Auto Sync OWNERS file…

TiDB Commits on 2024-05-23

github.com ranger: handle longlong overflow properly by hawkingrei · Pull Request #52365 · pingcap/tidb · GitHub longlong型のoverflow対応を追加しています。 planner: skip all system tables when collecting prediction columns by hi-rustin · P…

TiDB Commits on 2024-05-22

github.com Optimizer: Fix null filtering logic for IN list by ghazalfamilyusa · Pull Request #53370 · pingcap/tidb · GitHub NATURAL RIGHT JOINでのINリストによる結果が異なる事象を修正しています。 ddl: refine fatal log when upgrade failed be…

TiDB Commits on 2024-05-21

github.com planner: stop pushing TopN down through Projection if it has undeterministic functions by qw4990 · Pull Request #53362 · pingcap/tidb · GitHub 非決定的な関数の場合にTopNのpushdownを行わないようにしています。 copr: add ballast me…

TiDB Commits on 2024-05-20

github.com util/security: support client TLS verifies CommonName of server by lance6716 · Pull Request #53358 · pingcap/tidb · GitHub TLSでCommonNameをverifyするようにしています。 *: fix some typos in code comments by lilin90 · Pull Reques…

TiDB Commits on 2024-05-19

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

TiDB Commits on 2024-05-18

github.com executor: add a new column `is_global` into `information_schema.tidb_indexes` table by Defined2014 · Pull Request #53345 · pingcap/tidb · GitHub information_schema.tidb_indexesテーブルにis_global列を追加しています。 github.com c…

TiDB Commits on 2024-05-17

github.com planner: move checks for noop functions in select statements to preprocess by henrybw · Pull Request #53279 · pingcap/tidb · GitHub noop functionの確認を行う部分をpreprocessに移動しています。 br: separate the restore client by L…

TiDB Commits on 2024-05-16

github.com statistics: fix wrong behavior for primary key' non-lite init stats by hawkingrei · Pull Request #53298 · pingcap/tidb · GitHub Primary keyの統計情報のロードが正しくない事象を修正しています。 planner, statistics: async load shou…

TiDB Commits on 2024-05-15

github.com planner: move invalidTask to task base pkg. by AilinKid · Pull Request #53267 · pingcap/tidb · GitHub invalidTaskを別パッケージに移動しています。 planner: make `var_samp` can be used as a window function by hi-rustin · Pull Requ…

TiDB Commits on 2024-05-14

github.com planner: fix wrong empty projection | tidb-test=pr/2327 by winoros · Pull Request #53235 · pingcap/tidb · GitHub runtime error: index out of range [320] with length 320を修正しています。 executor: ddl jobs microsecond by dveeden…

TiDB Commits on 2024-05-13

github.com lightning: update util.go by eltociear · Pull Request #53204 · pingcap/tidb · GitHub column のtypoを修正しています。 executor: remove unnecessary memory allocation in (*HashAggExec).initPartialWorkers by xzhangxian1008 · Pull Re…

TiDB Commits on 2024-05-12

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

TiDB Commits on 2024-05-11

github.com executor: disable probe short path in hash join by windtalker · Pull Request #53079 · pingcap/tidb · GitHub Hash join選択時のprobeのshort pathを無効にしています。 infoschema: fix flashback integration test to make it more stable…

TiDB Commits on 2024-05-10

github.com planner: resolve panic when the update lists contain complex subquery by winoros · Pull Request #53108 · pingcap/tidb · GitHub update文に複雑なsubqueryがある場合にpanicする事象を修正しています。 executor: Fix push downed topN wo…

TiDB Commits on 2024-05-09

github.com br: fix checkpoint cannot advance after pause->stop->start by RidRisR · Pull Request #53091 · pingcap/tidb · GitHub Log backupを開始、一時停止、停止した後に新規に開始するとcheckpointが進行しない事象を修正しています。 testkit: en…

TiDB Commits on 2024-05-08

github.com expression: update md5 hash to use hex by qichengzx · Pull Request #53003 · pingcap/tidb · GitHub MD5ハッシュ関数の高速化を図っています。 CI: Update actions by dveeden · Pull Request #53078 · pingcap/tidb · GitHub GitHub Actions…

TiDB Commits on 2024-05-07

github.com br: Add goleak test for br integration test by RidRisR · Pull Request #52741 · pingcap/tidb · GitHub BRのインテグレーションテストを追加しています。 variable: add all text series types into tidb_analyze_skip_column_types | tidb-t…

TiDB Commits on 2024-05-06

github.com planner: add projections to keep join keys as `col=col` by qw4990 · Pull Request #52989 · pingcap/tidb · GitHub Natural joinで発生するERROR 1105 (HY000): interface conversion: expression.Expression is *expression.ScalarFunction,…

TiDB Commits on 2024-05-25

github.com expression: fix the fsp of casting json as datetime/duration by YangKeao · Pull Request #53535 · pingcap/tidb · GitHub cast as datetime(6)で小数点部分が消える事象を修正しています。 github.com 2024年5月25日にPDのコミットはありま…

TiDB Commits on 2024-05-05

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

TiDB Commits on 2024-05-04

github.com 2024年5月4日にTiDBのコミットはありませんでした。 github.com 2024年5月4日にPDのコミットはありませんでした。 github.com 2024年5月4日にTiKVのコミットはありませんでした。 github.com 2024年5月4日にdocsのコミットはありませんでした。 g…

TiDB Commits on 2024-05-03

github.com 2024年5月3日にTiDBのコミットはありませんでした。 github.com 2024年5月3日にPDのコミットはありませんでした。 github.com 2024年5月3日にTiKVのコミットはありませんでした。 github.com 2024年5月3日にdocsのコミットはありませんでした。 g…

TiDB Commits on 2024-05-02

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

TiDB Commits on 2024-05-01

github.com *: bump client-go to fix #53011 by you06 · Pull Request #53012 · pingcap/tidb · GitHub 利用する github.com/tikv/client-go/v2 のバージョンを更新しています。 github.com 2024年5月1日にPDのコミットはありませんでした。 github.com 202…