Skip to content

Tags: oiooj/tidb

Tags

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix issue5462 (pingcap#5463) (pingcap#5492)

v1.0.4

Toggle v1.0.4's commit message
 *: improve performance of show variables (pingcap#5363)

* show: fix variable scope error (pingcap#5291)

* *: improve performance of show variables (pingcap#5297)

* *: session variable value should not be modified when get global variable (pingcap#5317)

* fix ci

* ddl,expression: make leak test more stable (pingcap#4895)

v1.0.3

Toggle v1.0.3's commit message
tidb: always rebuild plan for retry. (pingcap#5219)

Fixs record and index inconsistency bug.

v1.0.2

Toggle v1.0.2's commit message
release-1.0: cherry pick some commits (pingcap#5082)

v1.1.0-alpha

Toggle v1.1.0-alpha's commit message
expression: fix typo (pingcap#4958)

v1.0.1

Toggle v1.0.1's commit message
stats: fix estimation in index point query (pingcap#4959)

v1.0.0

Toggle v1.0.0's commit message

Pre-GA

Toggle Pre-GA's commit message
support `INSERT IGNORE` with strict sql mode produces warning instead…

… of error (pingcap#4376)

* fix infoschema not support unsigned

rc4

Toggle rc4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
parser: support DISTINCTROW(pingcap#4007)

rc3

Toggle rc3's commit message
json: fix unquote bug and add test cases. (pingcap#3507)