TiDB commits

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

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

TiDB Commits on 2023-12-30

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

TiDB Commits on 2023-12-29

github.com disttask: do not retry meta initialization if context done by tangenta · Pull Request #49881 · pingcap/tidb · GitHub 不安定なTestIssue24210テストを修正しています。 statistics: remove useless code by hawkingrei · Pull Request #49…

TiDB Commits on 2023-12-28

github.com gomod: update pd client to fix follower selection by HuSharp · Pull Request #49860 · pingcap/tidb · GitHub 利用する github.com/tikv/pd/client のバージョンを更新しています。 table: refactor table pkg's warning and note generation…

TiDB Commits on 2023-12-27

github.com ddl: fix the optimization for the empty table(speed up) by zimulala · Pull Request #49629 · pingcap/tidb · GitHub 空のテーブルに対するDDLの高速化を図っています。 gcs: fix a deadlock in gs parallel writer by lance6716 · Pull Requ…

TiDB Commits on 2023-12-26

github.com planner: support creating universal bindings from historical plans by qw4990 · Pull Request #49765 · pingcap/tidb · GitHub 過去の実行計画からuniversal bindingsを作成可能にしています。 test: fix unstable `TestTiDBClusterInfo` tes…

TiDB Commits on 2023-12-25

github.com *: upgrade client-go by hawkingrei · Pull Request #49715 · pingcap/tidb · GitHub 利用する github.com/tikv/client-go/v2 のバージョンを更新しています。 br: skip when rewrite rule not found by Leavrth · Pull Request #49360 · pingca…

TiDB Commits on 2023-12-24

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

TiDB Commits on 2023-12-23

github.com session: fix wrong test logic of tidb_super_read_only by guo-shaoge · Pull Request #49660 · pingcap/tidb · GitHub tidb_super_read_onlyのテストを修正しています。 github.com 2023年12月23日にPDのコミットはありませんでした。 github.…

TiDB Commits on 2023-12-22

github.com expression: Add `json_contains_path` push down support for tiflash by SeaRise · Pull Request #49393 · pingcap/tidb · GitHub json_contains_path関数をTiFlashにpushdown可能にしています。 expression: fix datarace for `builtinIlikeSi…

TiDB Commits on 2023-12-21

github.com planner: fix the issue that the optimizer cannot convert OUTER JOIN to INNER JOIN with nested AND/OR in some cases by qw4990 · Pull Request #49625 · pingcap/tidb · GitHub AND条件とOR条件がネストした外部結合を内部結合に変換可能に…

TiDB Commits on 2023-12-20

github.com dockerfile: optimize dockerfile by purelind · Pull Request #49559 · pingcap/tidb · GitHub Dockerfileを更新しています。 global sort: bench new merge step by ywqzzy · Pull Request #49595 · pingcap/tidb · GitHub global sortのベンチ…

TiDB Commits on 2023-12-19

github.com build(deps): bump golang.org/x/tools from 0.16.0 to 0.16.1 by dependabot[bot] · Pull Request #49489 · pingcap/tidb · GitHub 利用する golang.org/x/tools のバージョンを更新しています。 build(deps): bump golang.org/x/crypto from 0.…

TiDB Commits on 2023-12-18

github.com planner: try to match universal bindings when optimization by qw4990 · Pull Request #49475 · pingcap/tidb · GitHub システム変数tidb_opt_enable_universal_bindingを追加し、universal bindingを利用可否を設定可能にしています。 planne…

TiDB Commits on 2023-12-17

github.com expression: ignore `TypeNULL` in `HandleBinaryLiteral` by YangKeao · Pull Request #49527 · pingcap/tidb · GitHub HandleBinaryLiteralでTypeNULLを無視するようにしています。 github.com 2023年12月17日にPDのコミットはありませんでした…

TiDB Commits on 2023-12-16

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

TiDB Commits on 2023-12-15

github.com backup: more stable check liveness when store heartbeat behind too much by 3pointer · Pull Request #48403 · pingcap/tidb · GitHub Backupでstore heartbeatが2分以上遅れた際に発生する"the store last heartbeat is too far"エラーを修…

TiDB Commits on 2023-12-14

github.com session: reset CTEStorageMap before txn conflict and retry() by tiancaiamao · Pull Request #49399 · pingcap/tidb · GitHub doCommitWithRetry()の前にCTEStorageMapをリセットしています。 disttask: insert subtasks in batch by D3Hunte…

TiDB Commits on 2023-12-13

github.com br/storage: add scope to support service_account type of credential file & remove default GCS httpclient by D3Hunter · Pull Request #49363 · pingcap/tidb · GitHub BRでGoogle Cloud Serviceのhttpclientを必要な場合のみ利用するよう…

TiDB Commits on 2023-12-12

github.com OWNERS: Auto Sync OWNERS files from community membership by ti-chi-bot · Pull Request #49350 · pingcap/tidb · GitHub OWNERS ファイルを更新しています。 br/storage: disable keep alive for GCS on default to speed up request by D3Hu…

TiDB Commits on 2023-12-11

github.com *: replace exp/maps with std/maps by hawkingrei · Pull Request #49315 · pingcap/tidb · GitHub golang.org/x/exp/mapsをstd/mapsに置き換えています。 errctx, types, sessionctx: avoid memory allocation in `HandleError` and reduce all…

TiDB Commits on 2023-12-10

github.com br: remove duplicate bind info after snapshot restore by Leavrth · Pull Request #48946 · pingcap/tidb · GitHub BRのリストアでbindが重複する事象を修正しています。 github.com 2023年12月10日にPDのコミットはありませんでした。 github…

TiDB Commits on 2023-12-09

github.com plugin: add lost rewatch sleep in plugin loop by lcwangchao · Pull Request #49292 · pingcap/tidb · GitHub flushWatcherのrefreshPluginState呼び出し回数を削減しています。 github.com 2023年12月9日にPDのコミットはありませんでした。 …

TiDB Commits on 2023-12-08

github.com planner: encapsulate binding operations behind 2 interfaces by qw4990 · Pull Request #49261 · pingcap/tidb · GitHub bindingのコードをリファクタリングしています。 br: refactor error handle mechanism to tolerant unexpect kv errors…

TiDB Commits on 2023-12-07

github.com *: upgrade go1.21.5 by hawkingrei · Pull Request #49213 · pingcap/tidb · GitHub Go 1.21.5を利用しています。 server: add test to keep `clientConn` from memory leak by YangKeao · Pull Request #49243 · pingcap/tidb · GitHub clientC…

TiDB Commits on 2023-12-06

github.com executor: fix deadlock in dml statement with cte when oom panic action was triggered by AilinKid · Pull Request #49192 · pingcap/tidb · GitHub OOM発生時にDMLがdeadlockする事象を修正しています。 errmsg: fix example s3 url in erro…

TiDB Commits on 2023-12-05

github.com *: Support idle transaction timeout by crazycs520 · Pull Request #48714 · pingcap/tidb · GitHub システム変数tidb_idle_transaction_timeoutを追加し、アイドルトランザクションをタイムアウト可能にしています。デフォルトは0(無効)です。…

TiDB Commits on 2023-12-04

github.com ddl/test: split realtikv addindex testutil by ywqzzy · Pull Request #49120 · pingcap/tidb · GitHub realtikvとaddindexを分割しています。 disttask: add IsRetryableError interface for taskExecutor by ywqzzy · Pull Request #49097 · …

TiDB Commits on 2023-12-03

github.com build(deps): bump golang.org/x/tools from 0.15.0 to 0.16.0 by dependabot[bot] · Pull Request #49082 · pingcap/tidb · GitHub 利用する golang.org/x/tools のバージョンを更新しています。 github.com 2023年12月3日にPDのコミットはあり…

TiDB Commits on 2023-12-02

github.com server: make `clientConn()` thread-safe by bb7133 · Pull Request #49073 · pingcap/tidb · GitHub clientConn()をスレッドセーフにしています。 parser: Sort keywords by dveeden · Pull Request #48851 · pingcap/tidb · GitHub parse.y 中…

TiDB Commits on 2023-12-01

github.com util/memory: use atomic.Pointer instead of atomic.Value for byteLimits by siddontang · Pull Request #49072 · pingcap/tidb · GitHub byteLimitsでatomic.Valueの代わりにatomic.Pointerを利用しています。 statistics: fix panic in the R…