parser: Add not null flag for ExtraPhysTblIDColInfo and ExtraPartitionIDColInfo by mjonss · Pull Request #32882 · pingcap/tidb · GitHub
ExtraPhysTblIDColInfo
とExtraPartitionIDColInfo
にnot null flagを追加しています。planner: fix nulleq condition to calcalate index range by hawkingrei · Pull Request #56769 · pingcap/tidb · GitHub Plannerで
ExtraPartitionIDColInfo
内のindex rangeを算出する条件を変更しています。planner: add stack based pattern binder logic. by AilinKid · Pull Request #56601 · pingcap/tidb · GitHub Stackベースのbinder logicを追加しています。
executor: fix plan replay cannot deal with placement mode by hawkingrei · Pull Request #56774 · pingcap/tidb · GitHub Plan replayでplacement ruleを無視するようにしています。
expression: fix expression that duration type null equal with const null by xzhangxian1008 · Pull Request #56768 · pingcap/tidb · GitHub time列への
<=>
を利用した検索結果が正しくなるようにしています。config: Make deprecate-integer-display-length default to true | tidb-test=pr/2414 by dveeden · Pull Request #56529 · pingcap/tidb · GitHub
deprecate-integer-display-length
のデフォルト値をtrueに変更しています。disttask: print total count in log by lance6716 · Pull Request #56759 · pingcap/tidb · GitHub disttaskのログ出力を変更しています。
ddl: make args/DecodeArgs un-exported by D3Hunter · Pull Request #56687 · pingcap/tidb · GitHub
DecodeArgs
を非公開にしています。disttask: make task executor `onError` print error's stack. by LindaSummer · Pull Request #56618 · pingcap/tidb · GitHub disttaskの
onError
時にエラースタックを表示しています。ttl: always enable all read engines for TTL sessions by YangKeao · Pull Request #56604 · pingcap/tidb · GitHub
isolation-read.engines
にtiflashを含むときに、TiFlashレプリカがないとTTL taskが失敗する事象を修正しています。planner, stats: overflow estimation may lead to wrong join reorder by winoros · Pull Request #56752 · pingcap/tidb · GitHub Join reorderが最適ではない事象を修正しています。
expression: fix errors set utc_timestamp precision | tidb-test=pr/2406 by chagelo · Pull Request #56453 · pingcap/tidb · GitHub
SELECT UTC_TIMESTAMP(7)
のように無効なprecisionが指定されたときのエラーメッセージをMySQLとそろえています。executor: support hash join spill by xzhangxian1008 · Pull Request #55950 · pingcap/tidb · GitHub Hash joinでdisk spillに対応しています。
server: fix flaky test by using t.TempDir by hawkingrei · Pull Request #56737 · pingcap/tidb · GitHub
ActionCreateTables
を複数のActionCreateTable
に分割しています。ddl_notifier: split create tables event into multiple create table events by fzzf678 · Pull Request #56739 · pingcap/tidb · GitHub 不安定な
TestPlanReplayerWithMultiForeignKey
テストを修正しています。
realclustertest: apply new style for some test cases by okJiang · Pull Request #8732 · tikv/pd · GitHub インテグレーションテストの実行方法を変更しています。
*: move tso to independent thread by rleungx · Pull Request #8720 · tikv/pd · GitHub TSOを独立したスレッドで処理しています。
ms/tso: move `startGlobalAllocatorLoop` outside `NewAllocatorManager` by okJiang · Pull Request #8725 · tikv/pd · GitHub
startGlobalAllocatorLoop
をNewAllocatorManager
から独立させています。
In-memory engine: display safe point and safe point gap by SpadeA-Tang · Pull Request #17694 · tikv/tikv · GitHub safe pointを表示するメトリクスを追加しています。
In-memory engine: fix data inconsistency due to unflushed data that exists when schedule load by SpadeA-Tang · Pull Request #17685 · tikv/tikv · GitHub In memory engineで発生するデータの一貫性の問題を修正しています。
glossary: link TSO to the TSO doc by dveeden · Pull Request #19120 · pingcap/docs · GitHub TSOの説明を更新しています。
v8.4: add APPLY, RECOMMEND, TIDB_CURRENT_TSO keywords by Oreoxmt · Pull Request #19122 · pingcap/docs · GitHub
APPLY
,APPLY
,TiDB_CURRENT_TSO
をキーワードに追加しています。Removed extra/duplicated ' a'. by mjonss · Pull Request #19164 · pingcap/docs · GitHub sql-statements/sql-statement-commit.md を更新しています。
fix: typo of jdbc v8.0.32 by Icemap · Pull Request #19166 · pingcap/docs · GitHub develop/dev-guide-choose-driver-or-orm.md を更新しています。
2024年10月22日にTiDB Operatorのコミットはありませんでした。
2024年10月22日にTiFlowのコミットはありませんでした。
- build: fix drawin build by Lloyd-Pottiger · Pull Request #9545 · pingcap/tiflash · GitHub ビルドエラーを修正しています。
2024年10月22日にTiProxyのコミットはありませんでした。