2023-10-01から1ヶ月間の記事一覧
github.com tests: move IT in `executor` to `tests/integrationtest` (PART 7) by Defined2014 · Pull Request #48035 · pingcap/tidb · GitHub executor内のインテグレーションテストをtests/integrationtestに移動しています。 errno: fix typo for over…
github.com 2023年10月29日にTiDBのコミットはありませんでした。 github.com 2023年10月29日にPDのコミットはありませんでした。 github.com 2023年10月29日にTiKVのコミットはありませんでした。 github.com 2023年10月29日にdocsのコミットはありませんで…
github.com *: Ignore *.log.json files, like tidb-audit.log.json by dveeden · Pull Request #48043 · pingcap/tidb · GitHub .gitignore ファイルを更新しています。 github.com 2023年10月28日にPDのコミットはありませんでした。 github.com 2023年10…
github.com planner: introduce a new fix-control flag to control whether to cache plans that access generated columns by qw4990 · Pull Request #48011 · pingcap/tidb · GitHub Plan cacheがgenerated columnsを利用するかどうかを制御するフラグを…
github.com enhancement: Modify the BuildLogicalPlanForTest function by bagechengzi · Pull Request #47988 · pingcap/tidb · GitHub BuildLogicalPlanForTestの戻り値を変更しています。 importinto: fix data race in test by D3Hunter · Pull Request…
github.com *: Makefile: correct calling of make by dveeden · Pull Request #47944 · pingcap/tidb · GitHub Makefile を更新しています。 sessionctx: fix var typo by shawn0915 · Pull Request #47609 · pingcap/tidb · GitHub tiflash_fine_grained_s…
github.com statistics: fix difference between BinarySearchRemoveVal and RemoveVals by hawkingrei · Pull Request #47878 · pingcap/tidb · GitHub BinarySearchRemoveValとRemoveValsの振る舞いを一貫性のあるものにしています。 OWNERS: Auto Sync OW…
github.com br: add integration test for pitr by Leavrth · Pull Request #47740 · pingcap/tidb · GitHub PITRのインテグレーションテストを追加しています。 statistics: move MergePartTopN2GlobalTopN into handle/globalstats by hawkingrei · Pull R…
github.com executor, tests: move test cases from executor to integrationtest (PART 4) by Defined2014 · Pull Request #47877 · pingcap/tidb · GitHub executorのテストをintegrationtest配下に移動しています。 github.com 2023年10月22日にPDのコミ…
github.com executor, tests: move test cases from executor to integrationtest (PART 3) by Defined2014 · Pull Request #47796 · pingcap/tidb · GitHub executorのテストをintegrationtest配下に移動しています。 tests: fix path of LDFLAGS for globa…
github.com *: handle region error for GetMvccByEncodedKey API by crazycs520 · Pull Request #47811 · pingcap/tidb · GitHub GetMvccByEncodedKeyで発生する["failed to get schema version"] [error="There is no Write MVCC info for the schema vers…
github.com statistics: smaller task channel when to merge global stats by hawkingrei · Pull Request #47761 · pingcap/tidb · GitHub global statsのmergeに利用するメモリサイズの削減を図っています。 executor, tests: move test cases from `execu…
github.com planner, util: move FastIntSet to util by winoros · Pull Request #47723 · pingcap/tidb · GitHub FastIntSetをutilのサブパッケージ内に移動しています。 domain/metrics: add a metric for lease expired time by jackysp · Pull Request #…
github.com planner: move more methods from StatsHandle to its sub-packages by qw4990 · Pull Request #47679 · pingcap/tidb · GitHub StatsHandleの関数をサブパッケージ内に移動しています。 *: add global sort related metric by wjhuang2016 · Pul…
github.com *: upgrade klauspost/compress by hawkingrei · Pull Request #47638 · pingcap/tidb · GitHub 利用する github.com/klauspost/compress のバージョンを更新しています。 planner: fix TestFixControl45132 by hawkingrei · Pull Request #46963…
github.com storage: support kingsoft s3 (ks3) by lance6716 · Pull Request #47465 · pingcap/tidb · GitHub Kingsoft Cloud Standard Storage Service (KS3)の対応を追加しています。 github.com 2023年10月15日にPDのコミットはありませんでした。 gith…
github.com statistics: add branch check for BinarySearchRemoveVal by hawkingrei · Pull Request #47562 · pingcap/tidb · GitHub BinarySearchRemoveValでヒストグラムの長さによって処理を分けています。 executor: reuse the memory from analyze res…
github.com planner: move `stats_usage` and `table_delta` from stats-handler to its subpackage by qw4990 · Pull Request #47595 · pingcap/tidb · GitHub stats_usageとtable_deltaをstats-handleのサブパッケージ内に移動しています。 disttask: fix …
github.com statistics: async merge global stats to reduce memory usage by hawkingrei · Pull Request #47391 · pingcap/tidb · GitHub global statsのマージを非同期で行うようにしています。 build(deps): bump golang.org/x/net from 0.15.0 to 0.17.…
github.com br: public the parameter --use-backupmeta-v2 and use it in default by Leavrth · Pull Request #47114 · pingcap/tidb · GitHub BRの--use-backupmeta-v2パラメータをpublicにしています。 ddl: fix can't pause add index in dist task mode…
github.com types: new context defination for `types` package and refactor some functions using the string flags in it by lcwangchao · Pull Request #47481 · pingcap/tidb · GitHub typesパッケージに新しいcontextを追加しています。 session, tid…
github.com types, json: use a more accurate way to judge whether int64/uint64 can be converted to float64 by YangKeao · Pull Request #47462 · pingcap/tidb · GitHub int64またはuint64がfloat64にconvert可否の確認方法を変更しています。 ddl: no…
github.com *: make tidb_query_log_max_len could affect more logs by jackysp · Pull Request #47399 · pingcap/tidb · GitHub tidb_query_log_max_lenの適用範囲を広げています。 ddl: faster admin pause/resume/cancel test by ywqzzy · Pull Request …
github.com executor, tests: move some test cases from `ddl_test.go`, `split_table_test.go` and `write_test.go` to `integrationtest` by SeaRise · Pull Request #47361 · pingcap/tidb · GitHub ddl_test.go、split_table_test.go 、write_test.go内…
github.com 2023年10月6日にTiDBのコミットはありませんでした。 github.com 2023年10月6日にPDのコミットはありませんでした。 github.com 2023年10月6日にTiKVのコミットはありませんでした。 github.com 2023年10月6日にdocsのコミットはありませんでした…
github.com 2023年10月5日にTiDBのコミットはありませんでした。 github.com 2023年10月5日にPDのコミットはありませんでした。 github.com 2023年10月5日にTiKVのコミットはありませんでした。 github.com 2023年10月5日にdocsのコミットはありませんでした…
github.com server: Change zlib compression level by dveeden · Pull Request #47387 · pingcap/tidb · GitHub zlibの圧縮レベルをMySQLとそろえています。 *: upgrade rules_go by hawkingrei · Pull Request #47378 · pingcap/tidb · GitHub 利用する ru…
github.com 2023年10月3日にTiDBのコミットはありませんでした。 github.com 2023年10月3日にPDのコミットはありませんでした。 github.com 2023年10月3日にTiKVのコミットはありませんでした。 github.com 2023年10月3日にdocsのコミットはありませんでした…
github.com 2023年10月2日にTiDBのコミットはありませんでした。 github.com 2023年10月2日にPDのコミットはありませんでした。 github.com 2023年10月2日にTiKVのコミットはありませんでした。 github.com 2023年10月2日にdocsのコミットはありませんでした…
github.com 2023年10月1日にTiDBのコミットはありませんでした。 github.com 2023年10月1日にPDのコミットはありませんでした。 github.com 2023年10月1日にTiKVのコミットはありませんでした。 github.com 2023年10月1日にdocsのコミットはありませんでした…