-
executor: update log filter to avoid flaky test by hawkingrei · Pull Request #57511 · pingcap/tidb · GitHub 不安定な
TestMemTracker4InsertAndReplaceExec
テストを修正しています。 -
*: disable insert null to not-null column for single-row insertion in non-strict mode | tidb-test=pr/2410 by joechenrh · Pull Request #55477 · pingcap/tidb · GitHub sql_mode が空文字の時、not nullが設定されているカラムに対して、nullがinsertできる事象を修正しています。
br: fix br work with global index by Defined2014 · Pull Request #57493 · pingcap/tidb · GitHub BRでGlobal index付きのテーブルをリストア可能にしています。
planner: ONLY_FULL_GROUP_BY sql_mode was not working with VIEWs by mjonss · Pull Request #57473 · pingcap/tidb · GitHub sql_modeのONLY_FULL_GROUP_BYでviewを考慮するようにしています。
expression: fix wrong flen from baseFunctionClass by joechenrh · Pull Request #56607 · pingcap/tidb · GitHub cast関数の結果をquoteした場合の結果をMySQLとそろえています。
expression: Fix optimizer panic in evaluate expr with null by windtalker · Pull Request #57403 · pingcap/tidb · GitHub
runtime error: invalid memory address or nil pointer dereference
エラーを修正しています。lightning: fix id too large after parallel import by D3Hunter · Pull Request #57398 · pingcap/tidb · GitHub Lightningのparallel importの後にauto incrementの値が大きくなる事象を修正しています。
docs: fix parameter format in tidb_http_api.md by shawn0915 · Pull Request #56665 · pingcap/tidb · GitHub docs/tidb_http_api.md を更新しています。
expression,json: make the behavior of `JSON_VALID` consistent by YangKeao · Pull Request #57496 · pingcap/tidb · GitHub
JSON_VALID
の振る舞いをTiKVとそろえています。executor: Use uint32 as element length in hash join v2 by windtalker · Pull Request #57458 · pingcap/tidb · GitHub hash join v2でelementの長さをuint32型にしています。
Lightning: Skip apply ioworkers when seek(0, io.SeekCurrent) by xuanyu66 · Pull Request #57454 · pingcap/tidb · GitHub Lightningでのcloud storageからのimportの性能改善を図っています。
statistics: add a priority queue API by Rustin170506 · Pull Request #57385 · pingcap/tidb · GitHub Priority queue APIを追加しています。
pkg/session: add binding operations to CRUCIAL OPERATION log by jackysp · Pull Request #57483 · pingcap/tidb · GitHub bindingの作成をログに記録しています。
planner: Do not allow variables in create view by mjonss · Pull Request #57474 · pingcap/tidb · GitHub システム変数の値を元にしたviewを作成されないようにしています。
planner: fix the duplicate offset when pushing topn down across outer join by winoros · Pull Request #57471 · pingcap/tidb · GitHub outer join時にtopnをpushdownしたときのoffsetの値を修正しています。
table: fix wrong handle comparation in index double write by joechenrh · Pull Request #57418 · pingcap/tidb · GitHub insert on duplicateでインデックスの不整合が発生する事象を修正しています。
variables: Increase default innodb_buffer_pool_size to 4GiB by sunxiaoguang · Pull Request #57460 · pingcap/tidb · GitHub
innodb_buffer_pool_size
の設定値を変更しています。br: restore checksum shouldn't rely on backup checksum by Tristan1900 · Pull Request #56712 · pingcap/tidb · GitHub BRのリストア時のチェックポイント取得方法を変更しています。
test: remove duplicated code by okJiang · Pull Request #8820 · tikv/pd · GitHub 重複したコードを削除しています。
client: split the meta storage client by JmPotato · Pull Request #8822 · tikv/pd · GitHub meta storage clientを分離しています。
import: call sink.fail() when failed to send message by grpc by joccau · Pull Request #17834 · tikv/tikv · GitHub 複数のインデックスを追加しているときにPDに障害を発生させたときに発生する"Resolved future is not supposed to be polled again."エラーを修正しています。
expr: fix panic when using radians and degree by gengliqi · Pull Request #17853 · tikv/tikv · GitHub radiansとdegreesの利用時にpanicする事象を修正しています。
raftstore: skip handle remaining messages if peer is destroyed by glorv · Pull Request #17841 · tikv/tikv · GitHub リージョンがマージされた後に、
on_raft_gc_log_tick
でpanicする事象を修正しています。raftstore: `campaign` newly created regions in time after `Split` by LykxSassinator · Pull Request #17625 · tikv/tikv · GitHub 新しくsplitされたリージョンがすぐにleaderへのcampaignを可能にしています。
raftstore: add metrics for snapshots that are dropped by hbisheng · Pull Request #17837 · tikv/tikv · GitHub dropされたRaft snapshotのメトリクスを追加しています。
toc: reorganize TiCDC docs in left navigation by lilin90 · Pull Request #19365 · pingcap/docs · GitHub 目次を更新しています。
v8.4: update CentOS 7-related descriptions by Oreoxmt · Pull Request #19430 · pingcap/docs · GitHub CentOSに関する記述を更新しています。
2024年11月19日にTiDB Operatorのコミットはありませんでした。
- fix resign owner api not processed by owner node bug by sdojjy · Pull Request #11770 · pingcap/tiflow · GitHub
api/v2/owner/resign
APIをownerによって実行されるようにしています。
- fix resign owner api not processed by owner node bug by sdojjy · Pull Request #11770 · pingcap/tiflow · GitHub Fast add peerに対応しています。
2024年11月19日にTiProxyのコミットはありませんでした。