|
|
6abc95ffdf
|
*: Add SHOW PLACEMENT support for DB (#28366)
|
2021-09-27 10:44:47 +08:00 |
|
|
|
61ddc74133
|
*: Add SHOW PLACEMENT support for tables (#28266)
|
2021-09-26 14:56:46 +08:00 |
|
|
|
b8d85beb0d
|
ddl: add schema placement rules (#27969)
|
2021-09-23 06:52:46 +08:00 |
|
|
|
ef0098a3c4
|
executor: Add support for placement in SHOW CREATE TABLE (#27792)
|
2021-09-09 10:50:38 +08:00 |
|
|
|
376e85b2ef
|
*: Support SHOW PLACEMENT for placement policies (#27531)
|
2021-08-31 17:38:13 +08:00 |
|
|
|
777b40cb8c
|
*: refactor Allocator.Rebase() interface (#27649)
|
2021-08-30 13:10:11 +08:00 |
|
|
|
f2347226db
|
executor, privilege: fix show grants for current_user() using x (#27593)
|
2021-08-28 15:22:05 +08:00 |
|
|
|
684057f484
|
privilege: fix show grants output for active roles + dynamic privs (#27218)
|
2021-08-25 03:04:03 +08:00 |
|
|
|
af66129b1e
|
go.mod: update parser (#27339)
|
2021-08-18 19:30:00 +08:00 |
|
|
|
7755d25aba
|
*: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers (#27198)
|
2021-08-16 18:52:00 +08:00 |
|
|
|
533ec70f3a
|
executor: Add support for SHOW PLACEMENT LABELS statement (#27077)
|
2021-08-11 13:39:15 +08:00 |
|
|
|
a0d0b48fd5
|
planner, bindinfo: support show bindings order by update_time (#26139)
|
2021-08-05 02:27:20 +08:00 |
|
|
|
99c4bc1fd3
|
ddl: show create table for a local temporary table (#26104)
|
2021-07-30 12:07:04 +08:00 |
|
|
|
583cdc8f13
|
executor: trim ( and ) for the outputs of expression (#26687)
|
2021-07-28 15:20:17 +08:00 |
|
|
|
7f6cfcb2e6
|
executor: Future proof TiDB specific comment (#26394)
|
2021-07-21 13:15:36 +08:00 |
|
|
|
d56be06f4d
|
executor,planner: use an object pool to reuse PlanBuilder (#26216)
|
2021-07-15 21:17:33 +08:00 |
|
|
|
2b192e3149
|
topsql: refine collect information for DDL and internal SQL (#26047)
|
2021-07-15 16:13:36 +08:00 |
|
|
|
1641b3411d
|
executor: fix expression field for show keys from (#26119)
|
2021-07-15 10:29:33 +08:00 |
|
|
|
b687413b66
|
executor: query memory table TIKV_REGION_PEERS and TIKV_REGION_STATUS get error (#25854)
|
2021-07-02 11:13:26 +08:00 |
|
|
|
2f470ba114
|
executor: make show create table show index comments (#25515)
|
2021-06-24 20:51:24 +08:00 |
|
|
|
c287bcb48c
|
executor: Add plugin column to mysql.user (#24894)
|
2021-05-28 16:33:36 +08:00 |
|
|
|
ced56153b8
|
executor,table: fix 'show create table' for the temporary table (#24857)
|
2021-05-25 20:33:34 +08:00 |
|
|
|
8ad868f801
|
*: Add security enhanced mode part 3 (#24412)
|
2021-05-17 12:45:38 +08:00 |
|
|
|
d9f28c7f76
|
executor, privileges: Add dynamic privileges to SHOW PRIVILEGES (#24646)
|
2021-05-14 16:07:39 +08:00 |
|
|
|
18cbfaac15
|
*: enable gosimple linter (#24617)
|
2021-05-14 09:15:38 +08:00 |
|
|
|
c8bc701170
|
*: misc cleanups to variable package (#24507)
|
2021-05-11 13:23:38 +08:00 |
|
|
|
c5ca2ea7f9
|
*: add security enhanced mode part 2 (#24279)
|
2021-04-30 00:31:57 +08:00 |
|
|
|
22dbcc5627
|
executor, variable: move hidden variables to struct (#24304)
|
2021-04-28 12:49:56 +08:00 |
|
|
|
dbecb9e745
|
executor, variable: small cleanup (#24248)
|
2021-04-28 01:17:56 +08:00 |
|
|
|
2de4a918ac
|
variable: refactor session/global validation (part 8) (#24100)
|
2021-04-23 12:07:54 +08:00 |
|
|
|
dbd5a3622a
|
executor: fix show table status for the database with upper-cased name (#23896)
|
2021-04-12 16:02:36 +08:00 |
|
|
|
e1a59b8545
|
executor: remove duplicate entry in show privileges (#23738)
|
2021-04-09 19:26:33 +08:00 |
|
|
|
9c48b24cb1
|
*: add clustered index info in show index from stmt (#23329)
|
2021-03-16 20:16:55 +08:00 |
|
|
|
93c1779f2d
|
*: support show stats_extended to inspect extended stats cache (#23052)
|
2021-03-03 20:06:58 +08:00 |
|
|
|
8ea5930ea8
|
*: separate use of kv.Storage and tikv.Storage (#22891)
* *: separate use of kv.Storage and tikv.Storage
Signed-off-by: disksing <i@disksing.com>
* fix compile
Signed-off-by: disksing <i@disksing.com>
Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>
Co-authored-by: Shirly <wuxuelian@pingcap.com>
|
2021-02-24 17:54:03 +08:00 |
|
|
|
27db39b480
|
*: use CLUSTERED and NONCLUSTERED to control primary key type (#22409)
|
2021-02-05 20:41:41 +08:00 |
|
|
|
4172f473da
|
*: adapt new api for the executor package (#22644)
Signed-off-by: xhe <xw897002528@gmail.com>
|
2021-02-04 17:32:15 +08:00 |
|
|
|
2c4a60daff
|
executor: fix tidb can not show view data_type (#22363)
|
2021-01-12 17:33:28 +08:00 |
|
|
|
6e2bc8fe01
|
ddl: filter the feature switches in show variables (#21873)
|
2020-12-18 15:29:50 +08:00 |
|
|
|
72d4504f45
|
planner: fix explain-hint panic for joins generated by subquery (#20675)
|
2020-12-03 15:18:37 +08:00 |
|
|
|
90c7987763
|
executor: add SHOW STATS_TOPN (#21403)
|
2020-12-01 17:02:51 +08:00 |
|
|
|
29a83c2cd8
|
executor hptc ycsb-worloade: Make use of AppendRows in all cases (#21163)
|
2020-11-29 16:21:00 +08:00 |
|
|
|
9007614f95
|
executor: fix wrong is-null result of ShowExec.fetchShowIndex (#20287)
|
2020-11-10 17:51:12 +08:00 |
|
|
|
cc7a38327f
|
executor: fix show global variables return session variables also (#19341)
|
2020-11-02 17:02:51 +08:00 |
|
|
|
a55a51a163
|
executor: fix show create table int default value (#20462)
|
2020-10-28 14:08:37 +08:00 |
|
|
|
56467c3b4b
|
executor: support show create table for list partition (#20634)
|
2020-10-27 19:05:59 +08:00 |
|
|
|
01fdea7b6c
|
executor: show varchar instead of var_string (#19921)
|
2020-10-04 17:34:03 +08:00 |
|
|
|
fa81ec51b4
|
*: refactor sysvars to allow component registration (#20289)
|
2020-09-29 14:04:24 +08:00 |
|
|
|
449587a085
|
*: using standard error to replace terror (#19425)
|
2020-09-08 20:15:51 +08:00 |
|
|
|
fd328394d4
|
executor, ddl: show full tables SYSTEM VIEW info (#19451)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-09-02 10:01:40 +08:00 |
|