TiDB commits

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

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

TiDB Commits on 2022-12-30

github.com docs: update tidb roadmap based on v6.5 by ran-huang · Pull Request #40170 · pingcap/tidb · GitHub ロードマップをTiDB 6.5リリース後の状況に更新しています。 planner: remove the unnecessary skip-plan-cache flag in StmtCtx by qw499…

TiDB Commits on 2022-12-29

github.com ddl: Disable RENAME COLUMN for partitioning columns | tidb-test=pr/2054 by mjonss · Pull Request #40151 · pingcap/tidb · GitHub パーティションキーに指定されているカラムをrename columnできないようにしています。 dumpling: add fore…

TiDB Commits on 2022-12-28

github.com ddl: add more foreign key test case by crazycs520 · Pull Request #40052 · pingcap/tidb · GitHub foreign keyのテストを追加しています。 *: add support for -initialize-sql-file on first bootstrap by morgo · Pull Request #35625 · pi…

TiDB Commits on 2022-12-27

github.com metrics: remove Keep Alive OPM metric by CbcWestwolf · Pull Request #40142 · pingcap/tidb · GitHub Keep Alive OPMメトリクスを削除しています。 util: fix data race in the cpu test by hawkingrei · Pull Request #40154 · pingcap/tidb…

TiDB Commits on 2022-12-26

github.com lightning: disable foreign key checks by gozssky · Pull Request #40032 · pingcap/tidb · GitHub Lightningでのimport時にforeign keyのチェックを無効にしています。 br: recursive split batch create table when restore failure on batch…

TiDB Commits on 2022-12-25

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

TiDB Commits on 2022-12-24

github.com ddl: prohibit change name of partitioning column by mjonss · Pull Request #40147 · pingcap/tidb · GitHub パーティション表のカラム名を変更できないようにしています。 github.com 2022年12月24日にPDのコミットはありませんでした。 gith…

TiDB Commits on 2022-12-23

github.com ddl: fix issue of add foreign key too slow in big table by crazycs520 · Pull Request #40112 · pingcap/tidb · GitHub 大きなテーブルにforeign keyを追加するのが遅い事象を修正しています。 ddl: fix issue of partition table with forei…

TiDB Commits on 2022-12-22

github.com *: filter particularly errors when `truncateAsWarning` is true by xiongjiwei · Pull Request #40078 · pingcap/tidb · GitHub truncateAsWarningがtrueの時に、いくつかのエラーを除外しています。 metrics: add metrics for ema cpu metric…

TiDB Commits on 2022-12-21

github.com cpu: fix ticker to avoid close early by hawkingrei · Pull Request #40036 · pingcap/tidb · GitHub CPU observerが早期に終了してしまう事象を修正しています。 build(deps): bump golang.org/x/time from 0.2.0 to 0.3.0 by dependabot[bot]…

TiDB Commits on 2022-12-20

github.com docs: fix 'enable_global_index' to 'enable-global-index' by mychoxin · Pull Request #40009 · pingcap/tidb · GitHub enable_global_indexをenable-global-indexに更新しています。 expression: introduce `cast(... as ... array)` in expr…

TiDB Commits on 2022-12-19

github.com executor: close recordset again by hawkingrei · Pull Request #40010 · pingcap/tidb · GitHub executorのテストケースでのrecordsetをクローズしています。 ddl: retry prepare RPC when meets region error by Defined2014 · Pull Request #…

TiDB Commits on 2022-12-18

github.com 2022年12月18日にTiDBのコミットはありませんでした。 github.com 2022年12月18日にPDのコミットはありませんでした。 github.com 2022年12月18日にTiKVのコミットはありませんでした。 github.com translate ticdc architecture and overview by…

TiDB Commits on 2022-12-17

github.com planner, json: restore cast flag after substitute column in cast by YangKeao · Pull Request #39997 · pingcap/tidb · GitHub mysql.ParseToJSONFlagを追加して、castStringAsJson関数が文字列をJSONとしてパースするか単なる文字列としてパ…

TiDB Commits on 2022-12-16

github.com resourcemanger: create cpu monitor by hawkingrei · Pull Request #39962 · pingcap/tidb · GitHub CPUのリソースマネージャーを追加しています。 *: prevent cursor read from being cancelled by GC by zyguan · Pull Request #39950 · pingc…

TiDB Commits on 2022-12-15

github.com *: lock row keys during merging back from temp index by tangenta · Pull Request #39936 · pingcap/tidb · GitHub 悲観的ロックがnon uniqueなインデックスのキーをロックせず、DDL merge workerがインデックスキーを書き込むため、2つのトラ…

TiDB Commits on 2022-12-14

github.com domain: support dump sql meta in plan replayer by Yisaer · Pull Request #39863 · pingcap/tidb · GitHub plan replayer dump explainに対応しています。 SlowLog: Update `Wait_TS` field in slow log for every sql by TonsnakeLin · Pull …

TiDB Commits on 2022-12-13

github.com fix: update ioutil.readall by songzhibin97 · Pull Request #39850 · pingcap/tidb · GitHub ioutil.ReadAllのかわりにio.ReadAllを利用しています。 planner: add three fields to statement summary table by fzzf678 · Pull Request #39828 …

TiDB Commits on 2022-12-12

github.com staleread: fix flaky test TestStaleReadProcessorWithExecutePreparedStmt by hawkingrei · Pull Request #39805 · pingcap/tidb · GitHub 不安定なTestStaleReadProcessorWithExecutePreparedStmtテストを修正しています。 domain: fix data r…

TiDB Commits on 2022-12-11

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

TiDB Commits on 2022-12-10

github.com *: Support Failed-Login Tracking and Temporary Account Locking by lastincisor · Pull Request #39322 · pingcap/tidb · GitHub パスワードが正しくないログインが試行された際にアカウントを一時的にロック可能にしています。 ddl: mark the…

TiDB Commits on 2022-12-09

github.com *: support disaggregated tiflash by guo-shaoge · Pull Request #33535 · pingcap/tidb · GitHub mppTask,copTask,batchCopTaskをTiFlash mppノードにディスパッチ可能にしています。 ttl: add methods to split ttl scan tasks by lcwangchao …

TiDB Commits on 2022-12-08

github.com Revert "planner: update the cost formula of IndexJoin+IndexLookup" by qw4990 · Pull Request #39704 · pingcap/tidb · GitHub planner: update the cost formula of IndexJoin+IndexLookup by qw4990 · Pull Request #39617 · pingcap/tidb …

TiDB Commits on 2022-12-07

github.com domain: save action type directly instead of left shift it by Defined2014 · Pull Request #39660 · pingcap/tidb · GitHub schemaDiffでActionTypesを保存するときのオーバーフローの可能性を修正しています。 br: fix getting region failu…

TiDB Commits on 2022-12-06

github.com planner: forbid [batch] point get with update read choose tiflash as datasource by Yisaer · Pull Request #39553 · pingcap/tidb · GitHub select for updateによるpoint getをTiFlashで行わないようにしています。 ttl: fix data race in …

TiDB Commits on 2022-12-05

github.com br: fix br foreign key test by crazycs520 · Pull Request #39607 · pingcap/tidb · GitHub BRのforeign keyテストを修正しています。 *: simple code for readProjection by hawkingrei · Pull Request #39600 · pingcap/tidb · GitHub readPr…

TiDB Commits on 2022-12-04

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

TiDB Commits on 2022-12-03

github.com sysvar: fix inconsistency in setting password validation sysvars by CbcWestwolf · Pull Request #39584 · pingcap/tidb · GitHub パスワードのバリデーションに関して一貫性のない状態を修正しています。 github.com balance leader filter …

TiDB Commits on 2022-12-02

github.com error: print non-printable chars in hex style for duplicate entry error by winkyao · Pull Request #39485 · pingcap/tidb · GitHub Binary型にprimary keyを設定した場合、duplicate entry error時に表示できない文字列をhexに変換して表示…

TiDB Commits on 2022-12-01

github.com *: fix goleak in the statisticstest by hawkingrei · Pull Request #39503 · pingcap/tidb · GitHub statisticstestでのgoleakを修正しています。 executor: fix index merge intersection may stuck by guo-shaoge · Pull Request #39495 · pi…