2023-05-01から1ヶ月間の記事一覧
github.com br: add more information in the error when user starts another restore task but doesn't clean the cluster by Leavrth · Pull Request #44161 · pingcap/tidb · GitHub BRで既存のリストアタスクがあった場合のログ内容を変更しています。 …
github.com ddl/ingest: unregister backend after job cancelled by tangenta · Pull Request #44206 · pingcap/tidb · GitHub backend jobがキャンセルされた後に、jobの登録を解除するようにしています。 test: fix TestIfFunctionWithNull by Defined201…
github.com 2023年5月28日にTiDBのコミットはありませんでした。 github.com 2023年5月28日にPDのコミットはありませんでした。 github.com 2023年5月28日にTiKVのコミットはありませんでした。 github.com 2023年5月28日にdocsのコミットはありませんでした…
github.com 2023年5月27日にTiDBのコミットはありませんでした。 github.com 2023年5月27日にPDのコミットはありませんでした。 github.com 2023年5月27日にTiKVのコミットはありませんでした。 github.com 2023年5月27日にdocsのコミットはありませんでした…
github.com statistics: add idx_create_time for stats_meta_history and stats_history by xuyifangreeneyes · Pull Request #44195 · pingcap/tidb · GitHub mmysql.stats_meta_historyとmysql.stats_historyにインデックスを追加しています。 session va…
github.com loaddata: don't split transaction and revert some change by lance6716 · Pull Request #44136 · pingcap/tidb · GitHub load data内のトランザクションを分割しないようにしています。 config: turn on lite-init-stats and force-init-stats…
github.com zeropool: better Pool to improve performance by hawkingrei · Pull Request #44036 · pingcap/tidb · GitHub sync.Poolに替わってzeropool.Poolを利用しています。 ddl: update `run DDL job` log back to info level and SupportUpgradeState…
github.com planner: wrong execution when CTE meet non-correlated subquery by winoros · Pull Request #44054 · pingcap/tidb · GitHub CTEとサブクエリーの併用で結果が正しくない事象を修正しています。 server: Add connection attributes and auth m…
github.com lint: update revive by hawkingrei · Pull Request #44027 · pingcap/tidb · GitHub 利用する revive のバージョンを更新しています。 handletest: enable race by hawkingrei · Pull Request #43955 · pingcap/tidb · GitHub Bazelの設定を更新…
github.com 2023年5月21日にTiDBのコミットはありませんでした。 github.com 2023年5月21日にPDのコミットはありませんでした。 github.com 2023年5月21日にTiKVのコミットはありませんでした。 github.com 2023年5月21日にdocsのコミットはありませんでした…
github.com *: unify logs when the cluster is upgrading state by zimulala · Pull Request #44016 · pingcap/tidb · GitHub TiDBアップグレード時のログを統合しています。 github.com 2023年5月20日にPDのコミットはありませんでした。 github.com 2023…
github.com executor,util: Correct error for MAX_EXECUTION_TIME | tidb-test=pr/2115 by dveeden · Pull Request #43041 · pingcap/tidb · GitHub MAX_EXECUTION_TIMEのエラーコードを修正しています。 ddl: use `advertise-addr` as the instance addres…
github.com ddl, owner: set owner op with lease by zimulala · Pull Request #43894 · pingcap/tidb · GitHub TiDBアップグレード後にDDLが進まない事象を修正しています。 disttask: using TiDB nodes' IP and port to generate dist_task execid by Benj…
github.com ddl: Only warn of subpartitions, still allow first level partitioning by mjonss · Pull Request #41207 · pingcap/tidb · GitHub サブパーティションテーブルを作成しようとすると警告を出すようにしています。 *: add encode SQL digest fu…
github.com br/backup_ebs: added flag `operator-paused-gc-and-scheduler`. by YuJuncen · Pull Request #43687 · pingcap/tidb · GitHub BRに--operator-paused-gc-and-schedulerフラグを追加しています。 build(deps): bump github.com/prometheus/clien…
github.com build(deps): bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 by dependabot[bot] · Pull Request #43778 · pingcap/tidb · GitHub 利用する golang.org/x/oauth2 のバージョンを更新しています。 build(deps): bump golang.org/x/tools from 0.8…
github.com planner: fix correctness of the correlated predicate push down for cte | tidb-test=pr/2128 by winoros · Pull Request #43759 · pingcap/tidb · GitHub CTEに対するpushdownで結果が正しくない事象を修正しています。 build(deps): bump go…
github.com 2023年5月13日にTiDBのコミットはありませんでした。 github.com 2023年5月13日にPDのコミットはありませんでした。 github.com 2023年5月13日にTiKVのコミットはありませんでした。 github.com 2023年5月13日にdocsのコミットはありませんでした…
github.com partition: fix split and scatter region for truncate partition by jiyfhust · Pull Request #43271 · pingcap/tidb · GitHub truncate partition後にregionのsplitがされない事象を修正しています。 lightning: fix missing configurable key…
github.com sessionctx: change default value of tidb_enable_non_prepared_plan_cache to false by chrysan · Pull Request #43692 · pingcap/tidb · GitHub tidb_enable_non_prepared_plan_cacheのデフォルト値を無効にしています。 domain: use safe int…
github.com planner, executor: add extraProj for indexMerge with orderBy + limit by Defined2014 · Pull Request #43617 · pingcap/tidb · GitHub order by と limit付きのindexMergeにextraProjを追加しています。 auth: fix iterations decode error i…
github.com planner: enable constant propagation for plan cache parameters by qw4990 · Pull Request #43009 · pingcap/tidb · GitHub Plan cacheパラメーターで定数のpropagationを有効にしています。 gitignore: ignore compose-dev.yaml by CbcWestwo…
github.com br: revert wrong commits by YuJuncen · Pull Request #43589 · pingcap/tidb · GitHub br/cmd: implement the `operator pause-gc-and-schedulers` command by YuJuncen · Pull Request #43562 · pingcap/tidb · GitHub をrevertしています。 d…
github.com build(deps): bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 in /parser by dependabot[bot] · Pull Request #43507 · pingcap/tidb · GitHub 利用するgithub.com/go-sql-driver/mysql のバージョンを更新しています。 github.com 20…
github.com build(deps): bump golang.org/x/sys from 0.7.0 to 0.8.0 by dependabot[bot] · Pull Request #43563 · pingcap/tidb · GitHub 利用する golang.org/x/sys のバージョンを更新しています。 build(deps): bump golang.org/x/sync from 0.1.0 to 0…
github.com restore: Revert "split between tables" by YuJuncen · Pull Request #43435 · pingcap/tidb · GitHub restore: split between tables by YuJuncen · Pull Request #42972 · pingcap/tidb · GitHub をrevertしています。 *: add tidb_row_checks…
github.com owner: add setting/getting the owner value info by zimulala · Pull Request #43353 · pingcap/tidb · GitHub DDL jobのownerにsetterとgetterを追加しています。 *: use time.DateTime,time.DateOnly to replace magic number by hawkingrei …
github.com executor: fix the wrong `ORDINAL_POSTITION` in columns view by bb7133 · Pull Request #43491 · pingcap/tidb · GitHub information_schema.columnsのORDINAL_POSTITIONが正しくない事象を修正しています。 github.com 2023年5月3日にPDのコ…
github.com 2025年5月2日にTiDBのコミットはありませんでした。 github.com 2025年5月2日にPDのコミットはありませんでした。 github.com 2025年5月2日にTiKVのコミットはありませんでした。 github.com 2025年5月2日にdocsのコミットはありませんでした。
github.com 2023年5月1日にTiDBのコミットはありませんでした。 github.com 2023年5月1日にTiKVのコミットはありませんでした。 github.com 2023年5月1日にPDのコミットはありませんでした。 github.com 2023年5月1日にdocsのコミットはありませんでした。