Commit Graph

8291 Commits

Author SHA1 Message Date
cf0ca744a2 bindinfo: fix data race of parser in global handle (#10321) 2019-04-30 13:41:21 +08:00
efe9b6ab2a planner/core: fix privilege check for update (#10281) 2019-04-30 13:06:54 +08:00
4cf3630eec ddl: pre-split region for partitioned table (#10221) 2019-04-30 12:48:59 +08:00
fb6bbeed39 hooks: add pre_commit comment (#9308) 2019-04-30 11:39:28 +08:00
36bb1ae89a log: change slow log time format to compatible with pt-query-digest (#10290) 2019-04-30 09:35:52 +08:00
7cc688c036 infoschema, domain, ddl: fix upper cased charset names (#10272) 2019-04-29 19:13:39 +08:00
cd10bca666 *: support select/ explain select using bind info (#10284) 2019-04-29 16:47:11 +08:00
69b02a3736 *: make config items Performance.*, OOMAction and MemQuotaQuery support hot-reloading (#10295) 2019-04-29 16:38:46 +08:00
e96190bc30 store/helper, inforschema: add mem table to show region info (#10267) 2019-04-29 13:31:29 +08:00
b05977d47e executor: ignore overflow error when construct inner key (#10244) 2019-04-29 13:22:30 +08:00
6a578a8b57 statistics: Support store CMSketch with Top N (#10255) 2019-04-29 12:15:59 +08:00
d8149580bc session: add the transaction commit time to slow log (#10294) 2019-04-29 11:50:17 +08:00
9d74d6404f planner, executor: index join enhancement (#8471) 2019-04-29 11:07:15 +08:00
98dbbffceb executor: fix IsPointGet judgment condition (#10278)
index lookup should not the max ts optimization
2019-04-28 17:47:02 +08:00
515b9476d9 *: support drop session binding (#10287) 2019-04-28 17:32:42 +08:00
4b4fe8b549 stats: incremental analyze for index without feedback updates (#10102) 2019-04-28 15:34:51 +08:00
82782a1f11 go.mod, ddl: update go.mod and fix related tests (#10283) 2019-04-28 14:16:36 +08:00
5fa16a8030 executor: support building stats for fast analyze. (#10258) 2019-04-28 13:49:54 +08:00
45c0e51eca executor: check inconsistent index in IndexLookupExecutor (#10237) 2019-04-28 13:35:19 +08:00
168776dcfa * : support show session binding (#10285) 2019-04-28 13:20:13 +08:00
9630d57c80 planner/core: make join reorder by dp work (#8816) 2019-04-28 13:08:46 +08:00
3f89a6e64d store/helper, infoschema: add mem table for tikv store status (#10248) 2019-04-28 12:05:29 +08:00
9bf22531d0 statistics: fix panic when move analyze jobs to history (#10286) 2019-04-28 11:48:16 +08:00
5f03462166 ddl: add comment for onRebaseAutoID (#10206) 2019-04-28 10:52:04 +08:00
7611a7dae8 *: add more cop task and memory info to slow_query table (#10264) 2019-04-26 12:49:36 +08:00
c2b975b217 server: fix TestTLS when use RSA-PSS (#10274) 2019-04-26 10:12:45 +08:00
4f1f535fcd infoschema/slow_query: fix parser bug when sql contain # (#10271) 2019-04-26 00:56:39 +08:00
f0303e46c0 *: support "add session binding" (#10247) 2019-04-25 10:59:02 +08:00
154fc6013c server: force TestTLS use tls1.2 before support it (#10253) 2019-04-24 23:08:12 +08:00
732f4307b8 ddl: add table option pre_split_regions for pre-split region when create table with shard_row_id_bits. (#10138) 2019-04-24 21:56:24 +08:00
b5890b3cf4 ranger: choose more prefix columns when building ranges (#10053) 2019-04-24 17:09:46 +08:00
862df46fe9 executor: support fast sample for fast analyze (#10214) 2019-04-24 17:04:55 +08:00
f9c82b531c plan: improve row count estimation using column order correlation (#9839) 2019-04-24 16:19:21 +08:00
fa2d6f0699 statistics: support building CMSketch with Top N (#10163) 2019-04-24 16:14:08 +08:00
a28d8779c1 *: support show analyze status (#10172) 2019-04-24 14:32:19 +08:00
b2910d7f04 executor, infoschema: SHOW COLLATIONS shows supported collations only (#10186) 2019-04-24 14:00:24 +08:00
d5afff70cd add a space to error messages (#10241) 2019-04-24 11:08:47 +08:00
718871646b executor: reduce alloc and lock-hold-time caused by err/warn count (#10223) 2019-04-24 09:51:02 +08:00
95b66e4852 ddl: ddl-owner try to use memory infoSchema to check first (#10170) 2019-04-23 20:56:18 +08:00
5691ff3d7f ddl: spead up ddl unit test (#10234) 2019-04-23 17:18:58 +08:00
9c8396e789 metrics,store/tikv: add a duration metric for tikv batch client unavailable (#10212) 2019-04-23 11:08:22 +08:00
13b8d4884d go.mod: update failpoint to latest version (#10235)
Signed-off-by: Lonng <chris@lonng.org>
2019-04-23 10:44:26 +08:00
58d1bb8cb3 privilege: support authentication with active roles (#10125) 2019-04-23 10:05:53 +08:00
f26edbf15c executor: use EncodeBytes in countOriginDistinct (#10225) 2019-04-22 23:26:24 +08:00
bd457f126b tikv/client: remove unused grpc metric in tikv-client (#10233) 2019-04-22 23:04:28 +08:00
66ba872857 session: Adjust cop-tasks' information in slow log to let it can be parsed by pt-query correctly (#10230) 2019-04-22 22:52:54 +08:00
49abe19aaf store: pre with labels for metrics in store package (#10229) 2019-04-22 22:16:11 +08:00
e59539505a plan, executor: pre with labels for metrics in plan/executor package (#10231) 2019-04-22 21:50:59 +08:00
6ba69f2aad plan, executor: pre with labels for metrics in conn/session (#10232) 2019-04-22 20:51:46 +08:00
03aa5e2e51 *: remove go.mod replace check in circle CI (#10228)
The jenkins CI already run this check, it's redundant for circle CI to check again
2019-04-22 19:51:22 +08:00