TiDB commits

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

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

TiDB commits on 2022-04-29

github.com session: add parser failed error to sessionVars.StmtCtx by Defined2014 · Pull Request #34311 · pingcap/tidb · GitHub show errorsに複数のエラーを出力するようにしています。 sysvar, config: mapping config settings to system variabl…

Docs updates on 2022-04-29

github.com add config description for opentracing by TomShawn · Pull Request #8392 · pingcap/docs · GitHub opentracingを追加しています。 Add three ticdc solution docs by shichun-0415 · Pull Request #8241 · pingcap/docs · GitHub Migrate fro…

TiDB commits on 2022-04-28

github.com session: fix upgraded cluster mysql.user columns order is different from new cluster by littlelittlehorse · Pull Request #33868 · pingcap/tidb · GitHub アップグレードを行った後のTiDBと新規インストールしたTiDBで、mysql.user カラ…

Docs updates on 2022-04-28

github.com docs for instance scoped system variables by morgo · Pull Request #7897 · pingcap/docs · GitHub システム変数の変更が永続化されるかどうかの説明Persists to cluster:を追記しています。 system-variables: improve restricted-read-only …

TiDB commits on 2022-04-27

github.com expression: Wrong type value in INET6_ATON/INET_ATON should return errors by fanrenhoo · Pull Request #32849 · pingcap/tidb · GitHub INET6_ATON/INET_ATON関数に誤った型の値が渡されたときに、エラーではなくNULLがinsertされていた事…

Docs updates on 2022-04-27

github.com functions-and-operators: Add UUID_TO_BIN and BIN_TO_UUID by dveeden · Pull Request #7629 · pingcap/docs · GitHub BIN_TO_UUID()とUUID_TO_BIN()の説明を追加しています。 add aliyun oss example by shichun-0415 · Pull Request #8359 · …

TiDB commits on 2022-04-26

github.com *: move config file option mem-quota-query to sysvar by espresso98 · Pull Request #34141 · pingcap/tidb · GitHub mem-quota-queryオプションをconfigオプションからシステム変数に移動しています。 planner: refactor the cost implementa…

Docs updates on 2022-04-26

github.com system variable: add `tidb_restricted_read_only` by en-jin19 · Pull Request #7670 · pingcap/docs · GitHub システム変数tidb_restricted_read_onlyの説明を追加しています。 Add a warning in exporting-grafana-snapshots.md by en-jin19 …

TiDB commits on 2022-04-25

github.com br_gcs: fix tikv integration test by 3pointer · Pull Request #34191 · pingcap/tidb · GitHub TiKVのintegration testでBR(br_gcs)のGoogle Cloud Storageからのリストアコマンドを修正しています。 variable: make lc_messages read only by…

Docs updates on 2022-04-25

github.com Replace route with mydumper.files due to route feature not GA yet by shichun-0415 · Pull Request #8329 · pingcap/docs · GitHub migrate-large-mysql-shards-to-tidb.md を更新しています。

TiDB commits on 2022-04-24

github.com ddl: add ddlCtx for ddl interface by hawkingrei · Pull Request #34153 · pingcap/tidb · GitHub concurrency ddl(並列実行するDDL)用にddlCtxを追加しています。 parser: turn some functions into member functions of model.Job by hawking…

Docs updates on 2022-04-24

github.com Fix the rule of TiKV_GC_can_not_work by hfxsd · Pull Request #8340 · pingcap/docs · GitHub alert-rules.md を更新しています。 Actions: Fix "fatal: unsafe repository" in rebase.yml by Oreoxmt · Pull Request #8344 · pingcap/docs · …

TiDB commits on 2022-04-23

github.com 2022年4月23日のコミットはありませんでした。

Docs updates on 2022-04-23

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

TiDB commits on 2022-04-22

github.com executor: fix label of rollback stmt counter by zyguan · Pull Request #34160 · pingcap/tidb · GitHub CountStmtNodeがチェックするステートメントタイプと、GetStmtLabel が戻すステートメントタイプをRollBackをRollback(bを小文字)にする…

Docs updates on 2022-04-22

github.com Modify "piece of data" to "row" by Oreoxmt · Pull Request #8337 · pingcap/docs · GitHub pieces of dataをrowsに置き換えています。

TiDB commits on 2022-04-21

github.com planner: using the funcdep to check the only_full_group_by by winoros · Pull Request #33567 · pingcap/tidb · GitHub session.tidb_enable_new_only_full_group_by_checkシステム変数を導入し、MySQL 5.7のonly_full_group_byとの互換性を…

Docs updates on 2022-04-21

github.com Remove backup-and-restore-using-dumpling-lightning.md from 5.0-dev by shichun-0415 · Pull Request #8308 · pingcap/docs · GitHub Use Dumpling and TiDB Lightning for Data Backup and Restorationを削除しています。 Fix typo by JaySon…

TiDB commits on 2022-04-20

github.com executor: add some memory tracker in HashJoin by wshwsh12 · Pull Request #33918 · pingcap/tidb · GitHub ハッシュジョインでのmapやentryStoreに対して、メモリの使用状況をトラックするようにしています。 *: update unstable unit test c…

Docs updates on 2022-04-20

github.com Relink some missing docs and remove unnecessary docs by shichun-0415 · Pull Request #8271 · pingcap/docs · GitHub 目次やリンクを修正しています。 Create dm-compatibility-catalog.md by shichun-0415 · Pull Request #8270 · pingcap/d…

TiDB commits on 2022-04-19

github.com *: fix index join on partition table data race by tiancaiamao · Pull Request #33979 · pingcap/tidb · GitHub Index joinで利用するPartitionPruningがスレッドセーフではないため、レースコンディションが発生する可能性があったため、sync…

Docs updates on 2022-04-19

github.com Corrected the default value of columns by hfxsd · Pull Request #8259 · pingcap/docs · GitHub Columnのデータ長が1017であることを記述しています。 Fix aliases typo by Oreoxmt · Pull Request #8254 · pingcap/docs · GitHub aliasesを修…

TiDB commits on 2022-04-18

github.com server: use max_allowed_packet to limit the packet size. by CbcWestwolf · Pull Request #33651 · pingcap/tidb · GitHub max_allowed_packetを実際にパケットサイズを制限するように変更しています。 executor: migrate test-infra to testi…

Docs updates on 2022-04-18

github.com Remove statistics information and change firewalld description in TiSpark Overview by Oreoxmt · Pull Request #8205 · pingcap/docs · GitHub tispark-overview.md を更新しています。 Update ticdc overview by shichun-0415 · Pull Reque…

TiDB commits on 2022-04-17

github.com executor: migrate test-infra to testify for part of executor_test.go by tisonkun · Pull Request #34040 · pingcap/tidb · GitHub executor_test.goの一部分をtest-infraからtestifyに移行しています。

Docs updates on 2022-04-17

github.com 2022年4月17日にRaft Engineのコミットはありませんでした。

TiDB commits on 2022-04-16

github.com 2022年4月16日のコミットはありませんでした。

Docs updates on 2022-04-16

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

TiDB commits on 2022-04-15

github.com *: refactor placement bundle in infoschema by lcwangchao · Pull Request #33967 · pingcap/tidb · GitHub Placement bundle(?)のリファクタリングを行っています。 executor: fix issue of query instance from CLUSTER_SLOW_QUERY return ''…

Docs updates on 2022-04-15

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