Last week, we landed 31 PRs in the TiDB repositories.
Add the following builtin functions:
Add the EvalDuration
and EvalTime
interface for expressions.
Add default value for the Password Validation system variables.
Fix the issue of retrying with no limitation when committing primary key failed.
Fix the issue of context cancellation triggering onSendFail and dropping cache: context cancel doesn't mean cache out of data.
Reprocess SQL statement when meeting the infoschema change error.
Consider task type when building the physical plan: to make cost more precise.
Rename SupportRequestType
to IsRequestTypeSupported
to improve readability.
Support more SQL grammar for Compress Options
in the AlterTable
statement.
Last week, We landed 16 PRs in the TiKV repositories.
SmallGroupFirstQueue
in endpoint scheduler.