TiDB commits

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

2022-07-01から1ヶ月間の記事一覧

Docs updates on 2022-07-15

github.com add content for clinic us server by Oreoxmt · Pull Request #9566 · pingcap/docs · GitHub Clinic Serverの記述を更新しています。 chore: enable pr reminder bot for v6.2 by TomShawn · Pull Request #9579 · pingcap/docs · GitHub GitHu…

TiDB commits on 2022-07-15

github.com *: set fine grain timeout and update bazel config by hawkingrei · Pull Request #36220 · pingcap/tidb · GitHub Bazelの設定変更とテストごとにタイムアウト値を調整しています。 expression: support pushdown repeat to tiflash by likzn …

Docs updates on 2022-07-14

github.com tiflash: add a missing field and fix format by shichun-0415 · Pull Request #9563 · pingcap/docs · GitHub TiFlashのマークダウンを変更し、LOCATION_LABELSの記述を追加しています。 tiup: fix incorrect relationship between x86_64 and …

TiDB commits on 2022-07-14

github.com log-backup: get the global-checkpoint-ts that can be restored to at the V3 checkpoint advance by joccau · Pull Request #36197 · pingcap/tidb · GitHub Log backupでglobal-checkpoint-tsを取得できるようにしています。 store/copr: adj…

Docs updates on 2022-07-13

github.com Update tispark-deployment-topology.md by shiyuhang0 · Pull Request #9550 · pingcap/docs · GitHub tiup clusterでのTiSparkの設定はdeprecatedであることを記述しています。

TiDB commits on 2022-07-13

github.com log-backup: implement the checkpoint V3 by YuJuncen · Pull Request #36114 · pingcap/tidb · GitHub Log backupにcheckpoint v3を導入しています。central nodeを導入し、各リージョンのチェックポイント情報をpullするようにしています。 pl…

Docs updates on 2022-07-12

github.com Remove the experimental feature description of Raft Engine since 6.1.0 by Oreoxmt · Pull Request #9548 · pingcap/docs · GitHub Raft Engineが6.1.0からexperimental扱いではなくなった旨の更新をしています。 ticdc: add a warning for t…

TiDB commits on 2022-07-12

github.com ddl: support modify column for multi-schema change by tangenta · Pull Request #36040 · pingcap/tidb · GitHub multi schema changeの対応として複数カラムを単一のSQLで変更できるようにしています。 db(dumpling): use net.JoinHostPort t…

Docs updates on 2022-07-11

github.com delete outdated document `App Development for Laravel` by Oreoxmt · Pull Request #9535 · pingcap/docs · GitHub App Development for Laravelを削除しています。 system variable: remove unnecessary examples by shichun-0415 · Pull Req…

TiDB commits on 2022-07-11

github.com br: updated broken link by PrajwalBorkar · Pull Request #36048 · pingcap/tidb · GitHub BRで到達できないリンクを修正しています。 log-backup: fix default ts not passed tz check by 3pointer · Pull Request #35907 · pingcap/tidb · Gi…

Docs updates on 2022-07-10

github.com 2022年7月10日にdocsのコミットはありませんでした。

TiDB commits on 2022-07-10

github.com infoschema: use pdqsort to replace sorter interface by e11jah · Pull Request #36065 · pingcap/tidb · GitHub infoschemaにpdqsortを導入しています。 github.com 2022年7月10日にPDのコミットはありませんでした。 github.com 2022年7月10…

Docs updates on 2022-07-09

github.com 2022年7月9日にdocsのコミットはありませんでした。

TiDB commits on 2022-07-09

github.com planner: introduce flat plan by time-and-fate · Pull Request #35994 · pingcap/tidb · GitHub Flat planを導入しています。 github.com 2022年7月9日にPDのコミットはありませんでした。 github.com 2022年7月9日にTiKVのコミットはありませ…

Docs updates on 2022-07-08

github.com tiflash refactor: split use-tiflash into multiple docs by TomShawn · Pull Request #9452 · pingcap/docs · GitHub TiFlash関連のドキュメントを分割しています。 releases: add tidb 5.4.2 release notes by ti-srebot · Pull Request #9379…

TiDB commits on 2022-07-08

github.com error code: check the value when doing type convert by xiongjiwei · Pull Request #36014 · pingcap/tidb · GitHub PD leaderが停止したときに、tidb_server_panic_totalが増加する事象を修正しています。 perfschema: add `session_variable…

Docs updates on 2022-07-07

github.com fix typo in SHOW BACKUPS|RESTORES command by Oreoxmt · Pull Request #9502 · pingcap/docs · GitHub SHOW RESTORESのtypoを修正しています。 table filter: remove unfriendly special symbols by shichun-0415 · Pull Request #9505 · pingc…

TiDB commits on 2022-07-07

github.com sessionctx/variable: remove skipInit from non-session scoped variables by morgo · Pull Request #35801 · pingcap/tidb · GitHub セッションスコープ以外のシステム変数の設定からskipInitを削除しています。 executor: fix incorrect runti…

Docs updates on 2022-07-06

github.com use stable link for tidb in k8s docs by ran-huang · Pull Request #9352 · pingcap/docs · GitHub TiDB Operatorのリンクを修正しています。 delete diagrams by hfxsd · Pull Request #9496 · pingcap/docs · GitHub Import sharded schemas …

TiDB commits on 2022-07-06

github.com *: change remote cache by hawkingrei · Pull Request #35968 · pingcap/tidb · GitHub .bazelrcのremote_cacheの設定を変更しています。 sessionctx,kv,planner: add system variable for fine_grained_shuffle by guo-shaoge · Pull Request #…

Docs updates on 2022-07-05

github.com We should never recommend slow storage for TiKV by dveeden · Pull Request #9481 · pingcap/docs · GitHub TiKVのplacement rulesからhddの例を削除しています。 add missing description in a table by ran-huang · Pull Request #9485 · pi…

TiDB commits on 2022-07-05

github.com resolve-lock: resolve locks, TS of which is bigger than safepoint and expired by joccau · Pull Request #35403 · pingcap/tidb · GitHub log backup中にTiDB Serverがクラッシュした場合に、GC savepointが進まなくなる事象を修正していま…

Docs updates on 2022-07-04

github.com fix broken link in release-3.0.0-beta.1 by Oreoxmt · Pull Request #9456 · pingcap/docs · GitHub log formatのリンクを修正しています。 Fix typos in placement rules command by Oreoxmt · Pull Request #9450 · pingcap/docs · GitHub Pl…

TiDB commits on 2022-07-04

github.com *: enable misspell by hawkingrei · Pull Request #35719 · pingcap/tidb · GitHub github.com/golangci/misspell を有効にしています。 server, session: report an error when the session states cannot be fetched by djshow832 · Pull Requ…

Docs updates on 2022-07-03

github.com 2022年7月3日にdocsのコミットはありませんでした。

TiDB commits on 2022-07-03

github.com *: support predeclared and asciicheck by hawkingrei · Pull Request #35895 · pingcap/tidb · GitHub github.com/nishanths/predeclaredとgithub.com/tdakkota/asciicheckを有効にしています。 github.com 2022年7月3日にPDのコミットはありま…

Docs updates on 2022-07-02

github.com 2022年7月2日にdocsのコミットはありませんでした。

TiDB commits on 2022-07-02

github.com *: enable errcheck for nogo by hawkingrei · Pull Request #35704 · pingcap/tidb · GitHub nogoの設定を追加しています。 github.com 2022年7月2日にPDのコミットはありませんでした。 github.com 2022年7月2日にTiKVのコミットはありませんで…

Docs updates on 2022-07-01

github.com add cloud docs (#9420) by ti-chi-bot · Pull Request #9434 · pingcap/docs · GitHub TiDB Cloudのドキュメントを追加しています。 fix format: remove >> in code block by Oreoxmt · Pull Request #9418 · pingcap/docs · GitHub コードブロ…

TiDB commits on 2022-07-01

github.com *: Fix Dockerfile by sunxiaoguang · Pull Request #35835 · pingcap/tidb · GitHub Dockerfileにparser/go.modとparser/go.sumを追加しています。 server: refactor TestConnExecutionTimeout by hawkingrei · Pull Request #35865 · pingcap/t…