|
|
f64c22fbc5
|
store/tikv: refine grpc config (#13938)
|
2019-12-06 11:55:26 +08:00 |
|
|
|
5355b1dba2
|
docs: update the binlog recover docs (#13917)
|
2019-12-06 11:12:18 +08:00 |
|
|
|
73d951d696
|
expression: fix compatibility issue related to ADDDATE (#13827)
* Fix issue #13822
|
2019-12-05 20:04:45 +08:00 |
|
|
|
7d680b717d
|
plugin: fix static check issues (#13881)
|
2019-12-05 20:01:02 +08:00 |
|
|
|
ea1662a296
|
privilege: fix privilege check of GRANT ROLE (#13896)
|
2019-12-05 19:56:35 +08:00 |
|
|
|
73ab6d8189
|
fix contributors url link (#13862)
|
2019-12-05 19:50:15 +08:00 |
|
|
|
8f09e816b2
|
store/tikv: fix grpc backoff config (#13928)
|
2019-12-05 19:39:49 +08:00 |
|
|
|
b1391ec9ee
|
store/tikv: fix CheckStreamTimeoutLoop goroutine leak (#13812)
|
2019-12-05 17:54:10 +08:00 |
|
|
|
448af254ec
|
fix race of TestSkipWithGrant (#13923)
|
2019-12-05 16:10:07 +08:00 |
|
|
|
e6b03f3e0b
|
expression: remove test case of vectorized TimestampAdd (#13916)
|
2019-12-05 14:06:10 +08:00 |
|
|
|
3b3b488a65
|
*: close tickers properly (#13902)
|
2019-12-05 13:32:39 +08:00 |
|
|
|
0730eeca03
|
*: fix snapshot problem in show table status (#13797)
|
2019-12-05 13:26:26 +08:00 |
|
|
|
7de620055d
|
expression: support expression reverse evaluation framework (#13738)
|
2019-12-05 11:50:09 +08:00 |
|
|
|
6b6a6982b4
|
expression: refactor JSON_QUOTE / JSON_UNQUOTE (#13688)
|
2019-12-05 11:23:31 +08:00 |
|
|
|
13400ee89a
|
table, executor: extract two functions for ShowCreateTable/DB (#13907)
|
2019-12-05 10:47:52 +08:00 |
|
|
|
78e3c4d885
|
extract hot system variables from map (#13810)
|
2019-12-05 10:32:39 +08:00 |
|
|
|
21c817911d
|
planner/cascades: add transformation rule ProjectionElimination (#13895)
|
2019-12-04 20:26:39 +08:00 |
|
|
|
9d582b6066
|
expression: fixed json type for truncate (#13064)
|
2019-12-04 19:28:12 +08:00 |
|
|
|
bb02b7036f
|
expression: implement vectorized evaluation for builtinFoundRowsSig (#13888)
|
2019-12-04 17:29:10 +08:00 |
|
|
|
7b09a11f17
|
planner,stats: don't re-calculate the index's ranges (#12856)
|
2019-12-04 17:19:48 +08:00 |
|
|
|
d2f23cd4a6
|
expression: implement vectorized evaluation for builtinLocateBinary3ArgsSig (#13809)
|
2019-12-04 03:12:11 -06:00 |
|
|
|
5c4a9ee101
|
*: do not start slow-log timer before parsing (#13846)
|
2019-12-04 15:58:40 +08:00 |
|
|
|
b45e8b1f9b
|
session: move test and make it stable (#13885)
|
2019-12-04 15:50:09 +08:00 |
|
|
|
7ccbdc12b3
|
tables: remove struct Table (#13877)
* done
* fix typo
* fix typo
|
2019-12-04 15:19:38 +08:00 |
|
|
|
cead363ecc
|
executor: apply the vecGroupChecker in window executor (#13852)
|
2019-12-04 01:18:41 -06:00 |
|
|
|
e9d1142ed2
|
bindinfo: fix bindinfo bugs when update cache (#13875)
|
2019-12-04 14:59:40 +08:00 |
|
|
|
527c1aef63
|
privilege: using system session to execute internal sql of RBAC (#13820)
|
2019-12-04 14:54:09 +08:00 |
|
|
|
14e88358f0
|
planner/cascades: add Implementation for IndexScan and IndexRe… (#13282)
|
2019-12-04 14:39:48 +08:00 |
|
|
|
91181d5129
|
planner: support push predicates down to the memory table (#13821)
Signed-off-by: Lonng <heng@lonng.org>
|
2019-12-04 14:23:14 +08:00 |
|
|
|
43baa74fa2
|
planner/core: support get hints of query (#13851)
|
2019-12-04 14:19:07 +08:00 |
|
|
|
a1daf6a8f8
|
expression: implement vectorized evaluation for builtinCastDurationAsDecimalSig (#13864)
|
2019-12-04 14:12:40 +08:00 |
|
|
|
d4d14dbde3
|
config: add configuration entry make TiDB version string configurable (#13775)
|
2019-12-04 14:02:56 +08:00 |
|
|
|
d2ded05cb1
|
expression: implement vectorized evaluation for builtinReleaseLockSig (#13882)
|
2019-12-03 23:49:56 -06:00 |
|
|
|
41d2a334c2
|
test: fix ddl test duplicated test cases due to wrong embedding struct (#13886)
|
2019-12-04 13:30:41 +08:00 |
|
|
|
5b6422df58
|
*: support read remote TiDB memory table of cluster (#13065)
|
2019-12-04 13:05:36 +08:00 |
|
|
|
018d3c3be2
|
*: fix staticcheck errors in folder types (#13773)
|
2019-12-04 12:38:42 +08:00 |
|
|
|
6dabaadb97
|
build: fix build fail (#13884)
|
2019-12-04 11:40:24 +08:00 |
|
|
|
3de3e8dc85
|
planner/cascades: integrate BuildKeyInfo into cascades planner (#13799)
|
2019-12-04 10:45:09 +08:00 |
|
|
|
64333abaee
|
expression: implement vectorized evaluation for builtinLockSig (#13880)
|
2019-12-03 23:49:09 +08:00 |
|
|
|
c5e1302908
|
planner: support plan digest (#13124)
|
2019-12-03 21:08:55 +08:00 |
|
|
|
1de8569bce
|
executor: show back-off details in slow log (#13770)
|
2019-12-03 06:42:32 -06:00 |
|
|
|
826e1d712b
|
*: cleanup error code (#13874)
|
2019-12-03 20:29:09 +08:00 |
|
|
|
dcbb5a162a
|
table: format table error code and error message (#13233)
|
2019-12-03 19:59:39 +08:00 |
|
|
|
9bd7a6de90
|
*: support flashback dropped/truncated table (#13109)
|
2019-12-03 19:49:48 +08:00 |
|
|
|
da414efbbc
|
*: wait for binlog recovering when using HTTP API (#13740)
|
2019-12-03 17:28:09 +08:00 |
|
|
|
a7d5b98306
|
*: Move StartTs from DAGRequest to Coprocessor.Request (#13823)
|
2019-12-03 17:13:12 +08:00 |
|
|
|
236f5efcf8
|
store: refactor code to refine some static check issue (#13828)
|
2019-12-03 17:02:39 +08:00 |
|
|
|
093b27aea8
|
session: fix show variable result of tidb_enable_window_function after upgrade (#13866)
|
2019-12-03 15:54:39 +08:00 |
|
|
|
97a4fae7d2
|
ddl : support ADMIN REPAIR TABLE to override bad tableInfo in meta & supply a REPAIR MODE for safely restart. (#12046)
|
2019-12-03 13:50:26 +08:00 |
|
|
|
5a589c9994
|
planner: consider disk cost in hashJoin (#13246)
|
2019-12-03 13:43:19 +08:00 |
|