-
expression: JSON_SCHEMA_VALID() by dveeden · Pull Request #52780 · pingcap/tidb · GitHub
JSON_SCHEMA_VALID()
関数を追加しています。 -
dumpling: check table-list types before dumping by tangenta · Pull Request #53683 · pingcap/tidb · GitHub dumplingに
table-list
オプションがあった場合にもテーブルの型(ビューかテーブルか)を確認するようにしています。 expression: fail `ColumnSubstituteImpl` if creating function returns error by YangKeao · Pull Request #53716 · pingcap/tidb · GitHub
NewFunction
がエラーを返したときに、ColumnSubstituteImpl
を失敗させるようにしています。grafana: use log2 for y-axis of uptime by jackysp · Pull Request #53749 · pingcap/tidb · GitHub UptimeメトリクスのY軸の単位をlog2にしています。
lightning: turn off zstd decoding concurrency by lance6716 · Pull Request #53589 · pingcap/tidb · GitHub Lightningのzstdの展開をシリアルで行うようにしています。
expression, *: Eval param get type with context by YangKeao · Pull Request #53656 · pingcap/tidb · GitHub
Expression.GetType
にEvalContext
引数を追加しています。OWNERS_ALIAS: add approvers to dumpling by tangenta · Pull Request #53757 · pingcap/tidb · GitHub OWNERSファイルを更新しています。
ddl: get latest old table ID before replace view by tangenta · Pull Request #53720 · pingcap/tidb · GitHub
CREATE OR REPLACE VIEW
を並列で実行した場合に、"table doesn't exist" が発生する事象を修正しています。*: fix `insert on duplicate` and `replace into` with global index by Defined2014 · Pull Request #53717 · pingcap/tidb · GitHub insert into ... on duplicate updateがglobal indexが張られたテーブルでも動作するようにしています。
build(deps): bump github.com/prometheus/procfs from 0.13.0 to 0.15.1 by dependabot[bot] · Pull Request #53745 · pingcap/tidb · GitHub 利用する github.com/prometheus/procfs のバージョンを更新しています。
- client/http, api/middleware: enhance the retry logic of the HTTP client by JmPotato · Pull Request #8229 · tikv/pd · GitHub http clientのリトライ方法を変更しています。
2024年6月3日にTiKVのコミットはありませんでした。
information-schema: update the description for the tikv-region-status table by qiancai · Pull Request #17689 · pingcap/docs · GitHub
TIKV_REGION_STATUS
の説明を更新しています。TiCDC: modify Kafka sink uri format by wk989898 · Pull Request #17675 · pingcap/docs · GitHub ticdc/ticdc-sink-to-kafka.md を更新しています。
2024年6月3日にTiDB Operatorのコミットはありませんでした。