Tags: jielinxu/tidb
Tags
parser: update parser for add where for show table region syntax (pin… …gcap#12015) (pingcap#12124)
expression: improve length and decimal size when a base type add/minu… …s/multiply a decimal (pingcap#11873) (pingcap#11909)
*: speed up the operation of "admin check table" (pingcap#8572, pingc… …ap#1156… (pingcap#11676)
server: move log operation out of lock scope (pingcap#11536) It's a bad style to print log under a lock, tiny refactor to make the code better. Lock() is also changed to RLock() to reduce lock contend
planner: disable projection elimination for select plan of update (pi… …ngcap#10962) (pingcap#11252)
*: add a blacklist to disallow pushing down specific expressions (pin… …gcap#10688) (pingcap#10998)
store/tikv: unset pessimistic txn primary key when statement failed (p… …ingcap#10867) (pingcap#10894)
PreviousNext