|
|
bb84d1bdba
|
planner: allow insert default into generated columns (#11901)
|
2019-08-30 17:45:40 +08:00 |
|
|
|
3de23f0f7c
|
planner/core: support query block hint (#11861)
|
2019-08-29 19:14:38 +09:00 |
|
|
|
ba4eb8fba5
|
*: add region read/write bytes info and approximate size/keys in show table regions result. (#11847)
|
2019-08-29 11:33:44 +08:00 |
|
|
|
4cd5d15d97
|
*: improve plan cache param eval and insert const (#10746)
|
2019-08-27 11:11:01 +08:00 |
|
|
|
cc04cd9e3c
|
planner: add index optimizer hint (#11746)
|
2019-08-23 18:27:46 +08:00 |
|
|
|
73b8e6da3f
|
*: support query block syntax (#11761)
|
2019-08-22 12:38:36 +08:00 |
|
|
|
ddace4f3fc
|
executor: split a separate region for index when split table region (#11721)
|
2019-08-22 10:35:46 +08:00 |
|
|
|
bd33771efa
|
planner: fix incorrect table name in explain information (#11780)
|
2019-08-20 10:32:18 +08:00 |
|
|
|
2f95faeaa7
|
planner: tiny optimization for tableNames2HintTableInfo (#11785)
|
2019-08-20 10:07:17 +08:00 |
|
|
|
8a4b60c682
|
executor, privileges: fix privilege check fail for CREATE USER and DROP USER (#11589)
|
2019-08-19 19:08:17 +08:00 |
|
|
|
b393b76826
|
executor, privileges: fix privileges check fail for SET DEFAULT ROLE (#11201)
|
2019-08-19 13:48:16 +08:00 |
|
|
|
8a161721f1
|
planner, expression: remove TblID2Handle from Schema (#11152)
|
2019-08-16 13:02:16 +08:00 |
|
|
|
6d51ad33fd
|
*: Optimize struct memory usage by adjust field order (#11629)
|
2019-08-13 17:20:53 +08:00 |
|
|
|
d51a3e067e
|
planner: use HistColl containing all columns for row width estimation (#11689)
|
2019-08-09 17:00:33 +08:00 |
|
|
|
036e7e207d
|
*: support new 'log' format for trace (#11681)
|
2019-08-09 12:43:33 +08:00 |
|
|
|
f74b9e9f6c
|
planner: implement projection and table dual in cascades (#11664)
|
2019-08-08 14:21:28 +08:00 |
|
|
|
fe038642e5
|
*: refactor cost model formulas and constants (#10581)
|
2019-08-07 17:44:09 +08:00 |
|
|
|
a530f87db7
|
planner: add aggregation hints TIDB_HASHAGG and TIDB_STREAMAGG (#11364)
|
2019-08-07 10:51:34 +08:00 |
|
|
|
c9502f0667
|
executor: support analyze option for samples (#11609)
|
2019-08-06 11:38:33 +08:00 |
|
|
|
265b654809
|
model: add schema name, table name to ddl job. (#11561)
|
2019-08-05 17:30:23 +08:00 |
|
|
|
59e3eb75cd
|
*: speed up the operation of "admin check table" (#8572)
|
2019-07-31 17:11:30 +08:00 |
|
|
|
d91ed2b7a7
|
config: add split-region-max-num in config to control the maximum split region number (#11427)
All tests passed, auto merged by Bot
|
2019-07-31 10:47:40 +08:00 |
|
|
|
268cbf1a5d
|
stats: support more analyze options (#11278)
|
2019-07-25 13:25:24 +08:00 |
|
|
|
abbca5375e
|
*: add trace support for subquery (#11182)
Test pass, auto merge by Bot
|
2019-07-24 19:03:47 +08:00 |
|
|
|
f8912049f5
|
*:add opt_rule_blacklist in mysql tables. (#11096)
|
2019-07-24 13:36:29 +08:00 |
|
|
|
3b6d2f475f
|
executor/split: return split result when do split region and refine split timeout logic. (#11259)
|
2019-07-23 17:35:13 +08:00 |
|
|
|
5c436bb1d6
|
planner: support subquery in SHOW statement (#10942)
|
2019-07-11 23:56:51 +08:00 |
|
|
|
c8794803b5
|
*: add admin cleanup table lock syntax support (#10423)
|
2019-07-10 12:54:09 +08:00 |
|
|
|
04cfda8699
|
*: add show table regions syntax (#10612)
|
2019-07-10 11:54:52 +08:00 |
|
|
|
ac0b9d3b5a
|
planner/core: tiny cleanup the buildShow function (#11153)
|
2019-07-09 23:03:34 +08:00 |
|
|
|
8104494b91
|
plugin: support dynamic enable/disable plugins (#11122)
|
2019-07-09 13:02:50 +08:00 |
|
|
|
cb23b524ac
|
*: directly save prepare execute args as datums in binary proto (#10884)
|
2019-07-02 13:49:06 +08:00 |
|
|
|
2e369cd520
|
planner,executor: relax the restrictions of trace format='row' (#10979)
|
2019-06-28 16:47:33 +08:00 |
|
|
|
612936bbd4
|
*: Support LOCK/UNLOCK TABLES feature (#10343)
|
2019-06-18 15:38:04 +08:00 |
|
|
|
cd8c4e6e37
|
*: add a blacklist to disallow pushing down specific expressions (#10688)
|
2019-06-12 13:54:33 +08:00 |
|
|
|
59b5e1d2bf
|
*: add split table syntax to split table region (#10553)
|
2019-06-10 14:38:56 +08:00 |
|
|
|
7bf3d69313
|
*: split index region with lower upper syntax (#10409)
|
2019-06-06 10:47:24 +08:00 |
|
|
|
ce91d25008
|
*: fix panic for create view using prepare (#10651)
|
2019-06-04 12:54:55 +08:00 |
|
|
|
b0058eb625
|
planner: ignore the virtual column when collect statistics (#10623)
Signed-off-by: Lonng <heng@lonng.org>
|
2019-05-29 11:04:36 +08:00 |
|
|
|
9071ab9131
|
planner, executor: merge window functions with same specification name (#9866)
|
2019-05-23 16:39:59 +08:00 |
|
|
|
52c9d03a5e
|
support view related privileges in mysql.tables_priv (#9894)
|
2019-05-22 21:10:46 +08:00 |
|
|
|
54899f66f6
|
parser: support LOAD DATA ... IGNORE/REPLACE (#10336)
|
2019-05-22 17:03:29 +08:00 |
|
|
|
5c21fa4b43
|
ddl: implement ALTER DATABASE to alter charset/collation (#10393)
|
2019-05-15 17:32:21 +08:00 |
|
|
|
7ecb3159a6
|
*: add split index region syntax (#10203)
|
2019-05-06 17:41:50 +08:00 |
|
|
|
4b4fe8b549
|
stats: incremental analyze for index without feedback updates (#10102)
|
2019-04-28 15:34:51 +08:00 |
|
|
|
5fa16a8030
|
executor: support building stats for fast analyze. (#10258)
|
2019-04-28 13:49:54 +08:00 |
|
|
|
862df46fe9
|
executor: support fast sample for fast analyze (#10214)
|
2019-04-24 17:04:55 +08:00 |
|
|
|
a28d8779c1
|
*: support show analyze status (#10172)
|
2019-04-24 14:32:19 +08:00 |
|
|
|
7cc7323138
|
plan, privilege: add role support for SHOW GRANT (#10016)
|
2019-04-21 12:38:28 +08:00 |
|
|
|
5b13ff921c
|
*: support "show global bind" (#10200)
|
2019-04-19 17:23:51 +08:00 |
|