2024-09-01から1ヶ月間の記事一覧
github.com ddl: arg v2 for flashback cluster and alter table attributes by joechenrh · Pull Request #56290 · pingcap/tidb · GitHub flashback clusterとalter table attributesにarg v2を利用しています。 *: remove `mock.NewContext()` usage when…
github.com meta: separate reader and mutator by D3Hunter · Pull Request #56376 · pingcap/tidb · GitHub meta readerとmutatorを分離しています。 config: make tidb_enable_stats_owner controlling the stats owner by hawkingrei · Pull Request #55…
github.com planner: add more test cases for plan cache by qw4990 · Pull Request #56380 · pingcap/tidb · GitHub Plan cacheのテストを追加しています。 planner: make pattern match case-insensitive for some infoschema tables by tangenta · Pull …
github.com planner: increase tablescan cost for high risk scenarios | tidb-test=pr/2399 by terry1purcell · Pull Request #56203 · pingcap/tidb · GitHub Nested loop joinでの駆動表の選択が正しくなくなる事象を修正しています。 lightning: fix fo…
github.com *: fix flaky test TestShowPlacement by hawkingrei · Pull Request #56314 · pingcap/tidb · GitHub 不安定なTestShowPlacementテストを修正しています。 *: fix flaky test TestShowPlacementPrivilege by hawkingrei · Pull Request #56304 ·…
github.com ddl: add lease for ingest distributed lock by tangenta · Pull Request #56184 · pingcap/tidb · GitHub DDL実行でdistributed lockの解放に失敗する事象を修正しています。 ddl: detect tidb version to determine job version to use, add s…
github.com ddl: args v2 for drop table/view/sequence by D3Hunter · Pull Request #56219 · pingcap/tidb · GitHub drop table/view/sequenceでargs v2を利用しています。 executor: push down LIKE patterns for some infoschema readers by tangenta · …
github.com executor: verify the existence of the resource group before switching by JmPotato · Pull Request #56145 · pingcap/tidb · GitHub リソースグループの変更の前に変更対象のリソースグループが存在するか確認するようにしています。 ddl: ar…
github.com lightning: support prepared statement and client stmt cache in logical import mode by dbsid · Pull Request #55482 · pingcap/tidb · GitHub Lightningのlogical import modeでprepared statementに対応しています。 ddl: args v2 for Alte…
github.com test: Add auto-analyze priority calculator test suite by Rustin170506 · Pull Request #55683 · pingcap/tidb · GitHub 自動アナライズの優先度に関するテストを追加しています。 *: Remove tidb-binlog related code by Benjamin2037 · Pull…
github.com ddl: args v2 for rename tables by joechenrh · Pull Request #55946 · pingcap/tidb · GitHub rename tableにRenameTablesArgsを追加しています。 ddl: args v2 for create/alter/drop resource group by D3Hunter · Pull Request #56153 · pin…
github.com ddl: move partition sql string rewrite out of `buildTablePartitionInfo` by lcwangchao · Pull Request #56120 · pingcap/tidb · GitHub パーティション変更のSQLをbuildTablePartitionInfoではなくrewritePartitionQueryStringで生成するよ…
github.com lighting: replace lightning inner contexts with manged ones by lcwangchao · Pull Request #56038 · pingcap/tidb · GitHub Lightningで内部的に利用するcontextを置き換えています。 github.com 2024年9月17日にPDのコミットはありませんで…
github.com 2024年9月16日にTiDBのコミットはありませんでした。 github.com 2024年9月16日にPDのコミットはありませんでした。 github.com 2024年9月16日にTiKVのコミットはありませんでした。 github.com 2024年9月16日にdocsのコミットはありませんでした…
github.com OWNERS: Auto Sync OWNERS files from community membership by ti-chi-bot · Pull Request #56096 · pingcap/tidb · GitHub OWNERS ファイルを更新しています。 github.com 2024年9月15日にPDのコミットはありませんでした。 github.com 2024年9…
github.com tests: add more tests for `select for update` with `global index` by Defined2014 · Pull Request #56091 · pingcap/tidb · GitHub Global index付きでのselect for updateのテストを追加しています。 statistics: add an analysis job facto…
github.com ddl_notifier: add publish related API by lance6716 · Pull Request #56061 · pingcap/tidb · GitHub DDLのスキーマ変更をpublishするAPIを追加しています。 *: let planner decide the col refs for non-partition and non-foreignkey table's…
github.com pkg/metrics: make the golang gc mpanel more readable by XuHuaiyu · Pull Request #56039 · pingcap/tidb · GitHub golfing GCパネルの可読性をあげています。 ddl: move `SchemaChangeEvent` related code to a package by fzzf678 · Pull Re…
github.com domain,infoschema: fix 'show tables' after snapshot read by tiancaiamao · Pull Request #55856 · pingcap/tidb · GitHub infoschema v2でTiDB再起動後のas of timestampを利用した検索結果が正しくない事象を修正しています。 tablecodec: o…
github.com build(deps): bump path-to-regexp, react-router and react-router-dom in /lightning/web by dependabot[bot] · Pull Request #55975 · pingcap/tidb · GitHub Lightningで利用する react-router のバージョンを更新しています。 *: apply pref…
github.com ddl: remove schemaTableInfos call of DropSchema by GMHDBJD · Pull Request #55954 · pingcap/tidb · GitHub infoschema v2でDropSchemaからschemaTableInfosの呼び出しをSchemaSimpleTableInfosに置き換えています。 executor: add tests for…
github.com 2024年9月8日にTiDBのコミットはありませんでした。 github.com 2024年9月8日にPDのコミットはありませんでした。 github.com 2024年9月8日にTiKVのコミットはありませんでした。 github.com 2024年9月8日にdocsのコミットはありませんでした。 g…
github.com build(deps): bump github.com/prometheus/common from 0.55.0 to 0.57.0 by dependabot[bot] · Pull Request #55762 · pingcap/tidb · GitHub 利用する github.com/prometheus/common のバージョンを更新しています。 build(deps): bump golang.…
github.com planner: fix incorrect estRows with global index and json column by hawkingrei · Pull Request #55842 · pingcap/tidb · GitHub JSON型のあるテーブルにglobal indexを付与した場合のestRowsの値が不正確な事象を修正しています。 ddl, stat…
github.com planner: move index advisor into the kernel by qw4990 · Pull Request #55874 · pingcap/tidb · GitHub Index advisorをカーネル内部に移動しています。 ddl, stats: switch to new struct for create/truncate table by lance6716 · Pull Req…
github.com planner: add more test cases for instance plan cache by qw4990 · Pull Request #55850 · pingcap/tidb · GitHub Instance plan cacheのテストを追加しています。 executor: supports providing TiFlash table information filtered by keyspa…
github.com br: fix duplicated table check would block incremental restore by RidRisR · Pull Request #55688 · pingcap/tidb · GitHub BRのincremental restore時に発生するBR:Restore:ErrTablesAlreadyExistedを修正しています。 executor: enable has…
github.com statistics: prevent columns not present in the information schema from affecting the final result by hawkingrei · Pull Request #55730 · pingcap/tidb · GitHub 統計情報の非同期ローディング中にinformation schemaの情報が一貫性のない…
github.com 2024年9月1日にTiDBのコミットはありませんでした。 github.com 2024年9月1日にPDのコミットはありませんでした。 github.com 2024年9月1日にTiKVのコミットはありませんでした。 github.com 2024年9月1日にdocsのコミットはありませんでした。 g…
github.com 2024年8月31日にTiDBのコミットはありませんでした。 github.com 2024年8月31日にPDのコミットはありませんでした。 github.com 2024年8月31日にTiKVのコミットはありませんでした。 github.com 2024年8月31日にdocsのコミットはありませんでした…