Commit Graph

12790 Commits

Author SHA1 Message Date
bee6d37c8b executor: make the memory tracker of groupConcat more accurate. (#23034) 2021-03-04 10:50:54 +08:00
953de47119 types: fix err check (#23008) 2021-03-04 10:34:54 +08:00
6f250b625e *: fix a bug that collation is not handle for text type (#23045) 2021-03-03 22:04:54 +08:00
33c82d1371 util: fix err check (#23009) 2021-03-03 21:48:55 +08:00
24b267d740 plugin, privilege: fix err check (#22998) 2021-03-03 21:32:54 +08:00
b5a9076aea *: new secondary index value format (#20220) 2021-03-03 21:16:54 +08:00
a4b4d7ab9d statistics: fix the correlation estimation for version 2 (#23057) 2021-03-03 21:00:54 +08:00
b5582e06ef meta: fix err check (#22995) 2021-03-03 20:36:54 +08:00
d6ee6d34d8 expression: fix err check (#22992) 2021-03-03 20:20:55 +08:00
93c1779f2d *: support show stats_extended to inspect extended stats cache (#23052) 2021-03-03 20:06:58 +08:00
b81e547e66 executor: fix err check (#22991) 2021-03-03 19:26:56 +08:00
b911ee50ef distsql: fix err check (#22989) 2021-03-03 19:10:55 +08:00
39b50f5b2d bindinfo: fix error check (#22985) 2021-03-03 18:54:55 +08:00
b63337f4e9 statistics: fix merge idx hist with poped topn (#23075) 2021-03-03 18:36:06 +08:00
8c8edae9b7 owner: fix err check (#22996) 2021-03-03 16:48:55 +08:00
3f7a573caa planner: fix range partition prune bug for IN expr (#22894) (#22938) 2021-03-03 16:22:55 +08:00
6087187afd ddl, metrics: speed up the execution of the DDL job (#22932) 2021-03-03 16:00:54 +08:00
abbf3fe8e6 tikv: drop store's regions when resolve store with tombstone status (#22909) 2021-03-03 15:42:55 +08:00
39fc7db038 store: fix incorrect information_schema.tikv_region_status for partitioned tables (#22756) 2021-03-03 15:12:55 +08:00
d3fe2187a9 statistics: introduce a new kind of syntax to drop global-stats (#23061) 2021-03-03 14:50:54 +08:00
622f702aae store/mockstore/unistore: refine and add more mpp tests (#22803)
* refine and add more tests

* fix make dev and address comments

* fix make dev
2021-03-03 14:31:05 +08:00
fdd
7daf7436da planner: fix panic while get part of partition key values (#22452) 2021-03-03 14:15:24 +08:00
a64d8860f1 statistics: forbid global-stats in stats-ver1 and make analyze options take effect in global-stats (#23050) 2021-03-03 11:58:54 +08:00
f3434544c8 executor: introduce setWithMemoryUsage to track set memory in AggExec. (#22965) 2021-03-03 11:42:54 +08:00
cb94139137 ddl: fix err check (#22988) 2021-03-03 11:26:54 +08:00
5b12f9224e *: check tidb_enable_extended_stats in analyze and row count estimation (#23029) 2021-03-03 02:54:53 +08:00
602bcd2e40 *: fix some structcheck lint warnings (#22983) 2021-03-02 23:12:54 +08:00
17eca20f18 executor, privilege: fix failure on grant USAGE privilege operation (#22748) 2021-03-02 22:30:54 +08:00
d57b75ea7b docs/design: update template (#22903) 2021-03-02 20:40:54 +08:00
80be93b760 *: make binlog and clustered index exclusive (#22956) 2021-03-02 20:18:54 +08:00
24c9df147d *: refactor table.Table interface, clean up unnecessay methods (#22430) 2021-03-02 19:48:54 +08:00
6bb16e55ff statistics: add static partition prune mode checks (#23016) 2021-03-02 19:30:30 +08:00
d94920e4a9 statistics: support dropping partition/global level statistics (#23023) 2021-03-02 16:52:48 +08:00
3fcfefd267 executor: track partialResultMap in unparalleled aggreagte. (#22962) 2021-03-02 14:50:55 +08:00
2a5aa13f0a util: fix vet (#23042) 2021-03-02 13:42:54 +08:00
80eed54b79 tests: fix err check (#23007) 2021-03-02 13:24:53 +08:00
a8b50104df *: update PD client (#23043) 2021-03-02 11:46:54 +08:00
10e5a34be8 execution: fix index's duplicate error message (#22858) 2021-03-02 10:56:53 +08:00
8230f4162b *: optimize analyze cluster index table (#21381) 2021-03-01 22:14:54 +08:00
319e514b42 .build.ps1: enable varcheck for powershell building script (#23039) 2021-03-01 21:54:54 +08:00
642527d740 planner: choose non-prefix column when both index key and handle have the same one (#22980) 2021-03-01 20:48:54 +08:00
b336f83c34 config: fix err check (#22987) 2021-03-01 20:04:54 +08:00
4e44674615 server: support MVCC-get HTTP API for clustered index (#22904) 2021-03-01 19:48:54 +08:00
9dc2f10232 table: fix err check (#23004) 2021-03-01 19:18:54 +08:00
bff0e7e4ba structure: fix err check (#23003) 2021-03-01 18:38:54 +08:00
dc9ceb4bba tablecodec: fix err check (#23005) 2021-03-01 17:48:54 +08:00
3d4def7eef planner, statistics: allow (auto) analyze single partition in dynamic-only mode (#22625) 2021-03-01 17:23:31 +08:00
2b977e4141 store/tikv:make KVTxn in tikv public (#23019)
Co-authored-by: Ti Chi Robot <71242396+ti-chi-bot@users.noreply.github.com>
2021-03-01 17:07:13 +08:00
550ca8eaeb statistics: enables global-level stats to be generated in fast analyze mode (#22931) 2021-03-01 16:40:50 +08:00
6bd6df7d1e planner: let tikv know primary prefix columns info (#22829) 2021-03-01 16:20:54 +08:00