TiDB commits

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

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

TiDB commits on 2022-03-31

github.com session: fix tables_priv table schema by zimulala · Pull Request #33599 · pingcap/tidb · GitHub session: support references on column by unconsolable · Pull Request #28546 · pingcap/tidb · GitHubでtables_privとcolumns_privのカラ…

Docs updates on 2022-03-30

github.com Add pd-ctl `balance-leader-scheduler` config command by en-jin19 · Pull Request #7961 · pingcap/docs · GitHub scheduler config balance-leader-schedulerコマンドを追記しています。 TiKV config: Add new online configurations and upd…

TiDB commits on 2022-03-30

github.com executor: fix execute failed when table schema changed by lcwangchao · Pull Request #33519 · pingcap/tidb · GitHub テーブルのスキーマが変更されたときにpanicが起きることがあった問題 execute prepared statement with binary protocol…

Docs updates on 2022-03-29

github.com TiKV configuration change 6.0 by TomShawn · Pull Request #7915 · pingcap/docs · GitHub max-background-jobs,max-background-flushes,enable-pipelined-writeの説明を更新しています。 Update docs to indicate LOAD DATA...REPLACE INTO su…

TiDB commits on 2022-03-29

github.com Makefile: add ut to 'make dev' by tangenta · Pull Request #33506 · pingcap/tidb · GitHub make devコマンドを実行するとユニットテストも実行されるようにしています。 util: migrate test-infra to testify for selector_test.go by zanpoc…

Docs updates on 2022-03-28

github.com update description of start-tso by hfxsd · Pull Request #7913 · pingcap/docs · GitHub tidb-binlog/tidb-binlog-reparo.md を更新しています。 "old" field in "delete" event changed since v5.4.0 by hfxsd · Pull Request #7898 · pingca…

TiDB commits on 2022-03-28

github.com statistics: fix wrong point range in crossValidationSelectivity by xuyifangreeneyes · Pull Request #33357 · pingcap/tidb · GitHub crossValidationSelectivityで複数カラムの等価比較の選択性を計算するときに、LowExcludeとHighgExclude…

Docs updates on 2022-03-27

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

TiDB commits on 2022-03-27

github.com tidb-binlog/pump_client: migrate test-infra to testify by zanpocc · Pull Request #33475 · pingcap/tidb · GitHub tidb-binlog/pump_clientのテストをtest-infraからtestifyに移行しています。 metrics: update Performance Overview dashbo…

Docs updates on 2022-03-26

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

TiDB commits on 2022-03-26

github.com planner: remove duplicate code by hawkingrei · Pull Request #33424 · pingcap/tidb · GitHub plannerで重複していたコードを一つにまとめています。 util: migrate test-infra to testify for dbutil,filter,table-filter by hawkingrei · Pu…

Docs updates on 2022-03-25

github.com tiflash: update doc for default checksum strategy by ran-huang · Pull Request #7917 · pingcap/docs · GitHub TiFlashのDTFile formatの説明を更新しています。 Fix a typo in create sequence by TomShawn · Pull Request #7946 · pingcap/…

TiDB commits on 2022-03-25

github.com expr: add function push down results comparing testcase by Yisaer · Pull Request #33401 · pingcap/tidb · GitHub ORD関数を用いた際のpush downの実行計画のテストがTiDBとTiKVで異なっていたのを修正しています。 planner: fix the join s…

Docs updates on 2022-03-24

github.com Update task-configuration-file-full.md by hfxsd · Pull Request #7882 · pingcap/docs · GitHub dm/task-configuration-file-full.md を更新しています。 dm: update doc for error handling by ran-huang · Pull Request #7894 · pingcap/doc…

TiDB commits on 2022-03-24

github.com doc: fix example for partition table by ekexium · Pull Request #33325 · pingcap/tidb · GitHub パーティションテーブルに関する例が誤っていたのを修正しています。 planner: outer merge join cannot keep the prop of its inner child by …

Docs updates on 2022-03-23

github.com Fix a typo in sync diff by hfxsd · Pull Request #7901 · pingcap/docs · GitHub sync diff inspectorのtarget-instance指定方法を修正しています。 update tiflash doc add dt_compression_method and dt_compression_level config by heheche…

TiDB commits on 2022-03-23

github.com tools/check/ut: support pattern matching on test names by tangenta · Pull Request #33020 · pingcap/tidb · GitHub tools/bin/utコマンドで実行できるテスト名をパターンマッチングできるように変更しています。 parser/mysql, privilege/pr…

Docs updates on 2022-03-22

github.com update LOAD DATA ... REPLACE compatibility by dveeden · Pull Request #7426 · pingcap/docs · GitHub LOAD DATAのMySQLとの互換性が改善されたとの記述をしています。 system-variables: update from generated source by morgo · Pull Reque…

TiDB commits on 2022-03-22

github.com infoschema: stabalize TestSelectClusterTable test by morgo · Pull Request #33295 · pingcap/tidb · GitHub info schema(information_schema)の不安定なテストを修正しています。CLUSTER_PROCESSLISTのHOST列にport番号を含むようになったた…

Docs updates on 2022-03-21

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

TiDB commits on 2022-03-21

github.com infoschema: fix the link in infoschema/tables.go not accessible issue#32659 by fanrenhoo · Pull Request #33261 · pingcap/tidb · GitHub infoschema/tables.goが参照しているdev.mysql.comのドキュメントのリンクを修正しています。 domai…

Docs updates on 2022-03-20

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

TiDB commits on 2022-03-20

github.com ddl: migrate test-infra to testify for part of ddl.testSerialDBSuite by tisonkun · Pull Request #33258 · pingcap/tidb · GitHub ddl.testSerialDBSuiteテストの一部分をtest-infra からtestifyに移行しています。 migrate test-infra to t…

Docs updates on 2022-03-19

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

TiDB commits on 2022-03-19

github.com executor: stabalize partition tests by morgo · Pull Request #33060 · pingcap/tidb · GitHub パーティションに関するテストの安定化(sortしないと結果はnon determisticである)が実施されました。 planner: Disable prepared plan cache for …

Docs updates on 2022-03-18

github.com add doc for start-task --start-time by ran-huang · Pull Request #7879 · pingcap/docs · GitHub dm/dm-create-task.md を更新しています。 lightning: delete experimental warning in error resolution by ran-huang · Pull Request #7849 ·…

TiDB commits on 2022-03-18

github.com *: update unstable unit test case list by dianqihanwangzi · Pull Request #33147 · pingcap/tidb · GitHub Apply executorが複数回自分の子孫のexecutorのオープンとクローズを繰り返した場合に検索結果が異なる事象 the query results for e…

Docs updates on 2022-03-17

github.com disable trigger website building from docs master by YiniXu9506 · Pull Request #7878 · pingcap/docs · GitHub CIの設定を変更しています。

TiDB commits on 2022-03-17

github.com telemetry: add telemetry for tso optimization by cfzjywxk · Pull Request #33162 · pingcap/tidb · GitHub TSOの最適化のためのテレメトリーを追加しています。 parser: add RemovePlacementRuleFlag by hawkingrei · Pull Request #33161 · …

Docs updates on 2022-03-16

github.com fix a format of count‘s value by en-jin19 · Pull Request #7869 · pingcap/docs · GitHub configure-placement-rules.md を更新しています。 Troubleshoot a TiFlash Cluster: Add four more problems and their solu… by shichun-0415 · Pull…