TiDB commits

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

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

TiDB Commits on 2022-09-29

github.com planner, executor: fix query partition table with global unique index get wrong result by TszKitLo40 · Pull Request #22478 · pingcap/tidb · GitHub パーティション表に対してグローバルなユニークインデックスを利用した場合に、結果が…

TiDB commits on 2022-09-28

github.com executor: ignore spill action when trigger global memory kill by wshwsh12 · Pull Request #38198 · pingcap/tidb · GitHub tidb_server_memory_limitに到達したときにはspill actionをしないようにしています。 *: use unsafe.slice by hawk…

TiDB commits on 2022-09-27

github.com lightning: clone default filter for new configs by dsdashun · Pull Request #38157 · pingcap/tidb · GitHub Lightningの新しい設定を作成するときに、table filterが複製される事象を修正しています。 testcase: add a testcase for second …

Docs updates on 2022-09-26

github.com Edit pitr compatible description with add index lightning feature by Oreoxmt · Pull Request #10543 · pingcap/docs · GitHub idb_ddl_enable_fast_reorgとPiTRに互換性がないことを追記しています。 statistics: add some doc for the exp …

TiDB commits on 2022-09-26

github.com copr: enable region load balance for MPP by windtalker · Pull Request #38117 · pingcap/tidb · GitHub MPPリクエストに対してリージョンごとのロードバランスを追加しています。 expression: push down bin function to tiflash by An-DJ · …

Docs updates on 2022-09-25

github.com ticdc: remove pulsar by shichun-0415 · Pull Request #10524 · pingcap/docs · GitHub TiCDCのドキュメントからApache Pulsarの記述を削除しています。

TiDB commits on 2022-09-25

github.com 2022年9月25日にTiDBのコミットはありませんでした。 github.com 2022年9月25日にPDのコミットはありませんでした。 github.com 2022年9月25日にTiKVのコミットはありませんでした。 github.com 2022年9月25日にRaft Engineのコミットはありませ…

Docs updates on 2022-09-24

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

TiDB commits on 2022-09-24

github.com *: add foreign key constraint check when execute insert statement by crazycs520 · Pull Request #37466 · pingcap/tidb · GitHub insert 文実行時にforeign keyのチェックをするようにしています。 github.com 2022年9月24日にPDのコミット…

Docs updates on 2022-09-23

github.com Add doc for fast tune by TomShawn · Pull Request #10487 · pingcap/docs · GitHub TiKV-FastTune dashboardダッシュボードの説明を追加しています。 statistics: add some doc for the exp feature by winoros · Pull Request #9891 · pingcap…

TiDB commits on 2022-09-23

github.com *: update client-go by jackysp · Pull Request #38111 · pingcap/tidb · GitHub 利用するclient-goのバージョンを考慮しています。 *: update dockerfile by xiongjiwei · Pull Request #38114 · pingcap/tidb · GitHub Dockerfileで利用するGo…

TiDB commits on 2022-09-22

github.com ebs-br: change command line flags of restore by D3Hunter · Pull Request #38027 · pingcap/tidb · GitHub BRのEBS snapshotに対応した引数を変更(例: --meta-phaseは--prepare)います。 *: fix issue of drop database with foreign key fail…

Docs updates on 2022-09-21

github.com update regexp docs by xzhangxian1008 · Pull Request #10483 · pingcap/docs · GitHub REGEXP_REPLACEの振る舞いのMySQLとTiDBの違いを追記しています。 fix explanation of error 8134 by qiancai · Pull Request #9454 · pingcap/docs · GitH…

TiDB commits on 2022-09-21

github.com *: enable race for sessiontest by hawkingrei · Pull Request #38013 · pingcap/tidb · GitHub sessiontestでレースコンディションを検出するようにしています。 *: drop database should check foreign key constraint by crazycs520 · Pull R…

Docs updates on 2022-09-22

github.com sql: update sql-statement-create-index.md by qiancai · Pull Request #10514 · pingcap/docs · GitHub FULLTEXT and SPATIALはparse可能になったが機能は存在していないことを記述しています。 remove tiflash sm4 encryption support by lide…

TiDB commits on 2022-09-20

github.com https://github.com/pingcap/tidb/pull/37512 NULL認識のantiSemiJoinとantiLeftOuterSemiJoinを追加しています。 *: use sync.map for mppStoreLastFailTime by wjhuang2016 · Pull Request #37318 · pingcap/tidb · GitHub MPPStoreLastFailTim…

Docs updates on 2022-09-19

github.com table partition: add INTERVAL partitioning by mjonss · Pull Request #9751 · pingcap/docs · GitHub Range INTERVAL partitioningに関する記述を追加しています。 table partition: add RANGE COLUMNS partitioning by mjonss · Pull Request…

TiDB commits on 2022-09-19

github.com planner: fix for single DQA mode issue by fixdb · Pull Request #37912 · pingcap/tidb · GitHub select count(distinct a) from foo;のようなクエリーをTiFlashに対応させています。 test: add a memory usage test for real-tikv-test by ta…

Docs updates on 2022-09-18

github.com pitr: support exchange partition, gcs, and azblob by shichun-0415 · Pull Request #10407 · pingcap/docs · GitHub PiTRでGCSとAzureのBlob Storageを利用可能であることと、exchange-table-partition の制限を削除しています。 tiflash: add…

Docs updates on 2022-09-20

github.com add ch benchmark #10762 by qiancai · Pull Request #10253 · pingcap/docs · GitHub CH-benCHmarkベンチマークの記述を追加しています。 table partition: tidb_enable_exchange_partition variable description by ymkzpx · Pull Request #986…

TiDB commits on 2022-09-18

github.com br: merge feature branch of ebs-based-br by D3Hunter · Pull Request #37297 · pingcap/tidb · GitHub EBSベースのバックアップ対応を追加しています。 *: support metadata lock by wjhuang2016 · Pull Request #37393 · pingcap/tidb · GitH…

Docs updates on 2022-09-17

github.com table partition: exchange partition feature by hfxsd · Pull Request #10364 · pingcap/docs · GitHub EXCHANGE PARTITIONに関する説明を追加しています。 backup: support object lock in s3 by shichun-0415 · Pull Request #10460 · pingca…

TiDB Commits on 2022-09-17

github.com *: Telemetry for multi-column RANGE COLUMNS partitioning by mjonss · Pull Request #37828 · pingcap/tidb · GitHub 複数カラムのrange partitionにテレメトリーを追加しています。 log-backup: compression type for log backup file by Lea…

Docs updates on 2022-09-16

github.com Update encryption-at-rest.md by jiayang-zheng · Pull Request #10349 · pingcap/docs · GitHub TiKVファイル保存時の暗号化にSM4対応の記述を追加しています。 v6.3: Add description about SM3 encryption authentication by CbcWestwolf · P…

TiDB commits on 2022-09-16

github.com ddl,test: fix unstable test `TestParallelDDLBeforeRunDDLJob` by YangKeao · Pull Request #37873 · pingcap/tidb · GitHub 不安定なTestParallelDDLBeforeRunDDLJobを修正しています。 planner: add more test cases for hash_join_build and…

Docs updates on 2022-09-15

github.com releases: refine 5.3.3 release note by TomShawn · Pull Request #10438 · pingcap/docs · GitHub TiDB 5.3.2と5.3.3のリリースノートを更新しています。 fix config template links by ran-huang · Pull Request #10444 · pingcap/docs · GitH…

TiDB commits on 2022-09-15

github.com txn: forbid savepoint when lazy uniqueness check is enabled by ekexium · Pull Request #37817 · pingcap/tidb · GitHub tidb_constraint_check_in_place_pessimistic=0(遅延制約)が有効なときには、savepointを実行できないようにしています…

Docs updates on 2022-09-14

github.com [Update] third party tools update by Icemap · Pull Request #10384 · pingcap/docs · GitHub 対応ドライバなどの記述を更新しています。 Fix typo by TomShawn · Pull Request #10418 · pingcap/docs · GitHub SQL文末の余分なセミコロンを削…

TiDB commits on 2022-09-14

github.com feat: Implement Space function push down to TiFlash by lizhenhuan · Pull Request #35753 · pingcap/tidb · GitHub Space関数をTiFlashにpushdownできるようにしています。 executor: close ResultSet in test by hawkingrei · Pull Request …

Docs updates on 2022-09-13

github.com Add docs for regexp functions by Oreoxmt · Pull Request #10352 · pingcap/docs · GitHub 正規表現の関数REGEXP_INSTR(),REGEXP_LIKE(),REGEXP_REPLACE(),REGEXP_SUBSTR()の説明を追加し、MySQLとの振る舞いの違いについて説明しています。 li…