2024-11-01から1ヶ月間の記事一覧
github.com *: avoid notify privilege update for all users by tiancaiamao · Pull Request #57042 · pingcap/tidb · GitHub 権限が変更されたユーザーのみ通知を行うようにしています。 build(deps): bump github.com/golangci/golangci-lint from 1.62.0…
github.com ddl: Fixed partition interval from DayMinute to just Minute. by mjonss · Pull Request #57738 · pingcap/tidb · GitHub interval partitionを分単位で作成可能にしています。 dxf: fix flaky scope test by D3Hunter · Pull Request #57796 …
github.com lightning: add precheck that PD and TiDB must belongs to same cluster by lance6716 · Pull Request #57709 · pingcap/tidb · GitHub LightningでPDとTiDBが同一クラスターにあることを確認するようにしています。 planner: hide read-write …
github.com bazel: remove experimental_remote_merkle_tree_cache by hawkingrei · Pull Request #57717 · pingcap/tidb · GitHub Bazelの設定を変更しています。 ttl: enlarge the max split of TTL job by lcwangchao · Pull Request #57701 · pingcap/ti…
github.com *: let TempIndex support encode/decode partitionID flag by Defined2014 · Pull Request #57017 · pingcap/tidb · GitHub TempIndexがpartitionIDフラグのエンコードとでコードに対応しています。 build(deps): bump github.com/prometheus/cl…
github.com 2024年11月24日にTiDBのコミットはありませんでした。 github.com 2024年11月24日にPDのコミットはありませんでした。 [https://github.com/tikv/tikv/commits/master?since=2024-11-24&until=2024-11-24 :embed:cite] 2024年11月24日にTiKVのコ…
github.com 2024年11月23日にTiDBのコミットはありませんでした。 github.com 2024年11月23日にPDのコミットはありませんでした。 github.com 2024年11月23日にTiKVのコミットはありませんでした。 github.com 2024年11月23日にdocsのコミットはありませんで…
github.com dumpling, lightning: add partition table test cases by Defined2014 · Pull Request #57619 · pingcap/tidb · GitHub DumplingとLightningのパーティション表のテストケースを追加しています。 planner, runtime_filter: Remove redundant log…
github.com ddl: dynamically adjusting the concurrency and batch size of reorganization job by fzzf678 · Pull Request #57468 · pingcap/tidb · GitHub DDLのreorganization jobの並列度を動的に調整するようにしています。 br: redact secret strings…
github.com *: Truncate partition with global index improvement by mjonss · Pull Request #55831 · pingcap/tidb · GitHub Global index付きのパーティション表をtruncateするときに、insertがblockされる事象を修正しています。 executor: fix nil poin…
github.com executor: update log filter to avoid flaky test by hawkingrei · Pull Request #57511 · pingcap/tidb · GitHub 不安定なTestMemTracker4InsertAndReplaceExecテストを修正しています。 *: disable insert null to not-null column for single…
github.com distsql,util: Add executor open close time into its total consume time by yibin87 · Pull Request #56236 · pingcap/tidb · GitHub executorのopenとcloseの時間をtotal consume timeに含むようにしています。 lightning: log error cause w…
github.com 2024年11月17日にTiDBのコミットはありませんでした。 github.com 2024年11月17日にPDのコミットはありませんでした。 github.com 2024年11月17日にTiKVのコミットはありませんでした。 github.com 2024年11月17日にdocsのコミットはありませんで…
github.com *: fix the issue when union all cast('xxxx' as char) and a integer by zimulala · Pull Request #57416 · pingcap/tidb · GitHub castとunionの組み合わせの結果がMySQLと同様になるようにしています。 session, store: remove sessionBootst…
github.com expression: fix incorrect copy of flag in truncate function by tuziemon · Pull Request #55284 · pingcap/tidb · GitHub truncate関数の結果が正しくない事象を修正しています。 ddl: Corrected index management during REORGANIZE PARTITI…
github.com planner: Fix predicate simplification panic caused by zero-argument expressions like rand() by dash12653 · Pull Request #56947 · pingcap/tidb · GitHub RAND関数の引数を指定しない場合に発生する、"ERROR 1105 (HY000): runtime error:…
github.com statistics: fix bad lower bound and upper bound when to dump stats into json by hawkingrei · Pull Request #57314 · pingcap/tidb · GitHub statisticsをJSONにdupするときのERROR 1292 (22007): Truncated incorrect DOUBLE value: 'P'エ…
github.com planner: use collected predicate columns to do stats sync load by winoros · Pull Request #56813 · pingcap/tidb · GitHub Plannerで述語カラムの統計情報を利用するようにしています。 table: fix the issue that the default value for `B…
github.com test: fix data race in scan locks by 3pointer · Pull Request #57299 · pingcap/tidb · GitHub TestResolveLockでのレースコンディションを修正しています。 planner: fix the problem of not finding the referenced column in the virtual c…
github.com 2024年11月10日にTiDBのコミットはありませんでした。 github.com 2024年11月10日にPDのコミットはありませんでした。 github.com 2024年11月10日にTiKVのコミットはありませんでした。 github.com 2024年11月10日にdocsのコミットはありませんで…
github.com planner: add generation of hash64 and equals for logical limit by AilinKid · Pull Request #57238 · pingcap/tidb · GitHub Logical limit用のhash64を生成しています。 github.com 2024年11月9日にPDのコミットはありませんでした。 github…
github.com ddl: enable fast create table on default by D3Hunter · Pull Request #57215 · pingcap/tidb · GitHub tidb_enable_fast_create_tableをデフォルトで有効にしています。 build(deps): bump golang.org/x/crypto from 0.28.0 to 0.29.0 by depe…
github.com txn: bump checksum version by 3AceShowHand · Pull Request #57205 · pingcap/tidb · GitHub checksum versionを更新しています。 dxf: fix the task num count incorrectly by fzzf678 · Pull Request #57127 · pingcap/tidb · GitHub DxFの同…
github.com planner: generate hash64 and equals for logical expand by AilinKid · Pull Request #57177 · pingcap/tidb · GitHub Plannerでlogical expandにhash64とequalsを生成しています。 expression: label more expressions as thread-safe and add…
github.com *: upgrade golang-jwt/jwt to fix secruity alerms by hawkingrei · Pull Request #57136 · pingcap/tidb · GitHub 利用する golang-jwt/jwt のバージョンを更新しています。 statistics: handle the prune mode correctly in the refresher by …
github.com br/operator: added some commands for managing migrations by YuJuncen · Pull Request #56857 · pingcap/tidb · GitHub BRにmigrate-to,list-migrations,base64ifyサブコマンドを追加しています。 planner: add generated hash64 and equals i…
github.com 2024年11月3日にTiDBのコミットはありませんでした。 github.com 2024年11月3日にPDのコミットはありませんでした。 github.com In-memory engine: use stop-load-threshold for loading new regions by SpadeA-Tang · Pull Request #17747 · tik…
github.com planner: generate the hash64 and equals for logical aggregation. by AilinKid · Pull Request #57074 · pingcap/tidb · GitHub Plannerでlogical aggregation用のhash64とequals関数を生成しています。 github.com 2024年11月2日にPDのコミッ…
github.com *: let TempIndex support encode/decode partitionID flag by Defined2014 · Pull Request #57017 · pingcap/tidb · GitHub TempIndexがpartition handleを利用できるようにしています。 build(deps): bump github.com/prometheus/client_golang…
github.com *: avoid flaky test with high load scenario by hawkingrei · Pull Request #57016 · pingcap/tidb · GitHub 不安定なTestMemoryControlWithUpdateテストを修正しています。 executor: minor refine of hash join v2 by windtalker · Pull Requ…