2022-01-01から1年間の記事一覧
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…
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…
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…
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…
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…
github.com 2022年12月25日にTiDBのコミットはありませんでした。 github.com 2022年12月25日にPDのコミットはありませんでした。 github.com 2022年12月25日にTiKVのコミットはありませんでした。 github.com 2022年12月25日にdocsのコミットはありませんで…
github.com ddl: prohibit change name of partitioning column by mjonss · Pull Request #40147 · pingcap/tidb · GitHub パーティション表のカラム名を変更できないようにしています。 github.com 2022年12月24日にPDのコミットはありませんでした。 gith…
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…
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…
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]…
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…
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 #…
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…
github.com planner, json: restore cast flag after substitute column in cast by YangKeao · Pull Request #39997 · pingcap/tidb · GitHub mysql.ParseToJSONFlagを追加して、castStringAsJson関数が文字列をJSONとしてパースするか単なる文字列としてパ…
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…
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つのトラ…
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 …
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 …
github.com staleread: fix flaky test TestStaleReadProcessorWithExecutePreparedStmt by hawkingrei · Pull Request #39805 · pingcap/tidb · GitHub 不安定なTestStaleReadProcessorWithExecutePreparedStmtテストを修正しています。 domain: fix data r…
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のコミットはあり…
github.com *: Support Failed-Login Tracking and Temporary Account Locking by lastincisor · Pull Request #39322 · pingcap/tidb · GitHub パスワードが正しくないログインが試行された際にアカウントを一時的にロック可能にしています。 ddl: mark the…
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 …
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 …
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…
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 …
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…
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のコミットはありませ…
github.com sysvar: fix inconsistency in setting password validation sysvars by CbcWestwolf · Pull Request #39584 · pingcap/tidb · GitHub パスワードのバリデーションに関して一貫性のない状態を修正しています。 github.com balance leader filter …
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に変換して表示…
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…