Commit Graph

15651 Commits

Author SHA1 Message Date
cc524af1b2 planner: fix the unstable test TestGCBindRecord 2021-10-25 13:54:13 +08:00
e08df49a0d collation: support gbk_chinese_ci collation and make it as default collation for gbk (#28645) 2021-10-25 11:34:48 +08:00
36e694bfc5 br: Add encrypt/decrypt feature for br (#28200) 2021-10-25 10:44:48 +08:00
2564e8a306 br: Parallel send reqeust of downloading sst (#28764) 2021-10-25 10:30:48 +08:00
efa94595c0 *: enable golangci-lint unconvert (#28929) 2021-10-23 21:28:47 +08:00
465d2e7450 expression: handle mixed offsets and names zones in CONVERT_TZ (#28528) 2021-10-23 13:52:46 +08:00
42b0bec86d sessionctx/variable, executor: introduce a limit on "thread" config (#28842) 2021-10-22 11:42:46 +08:00
676683383b *: add support for removed sysvars (#28931) 2021-10-22 11:32:46 +08:00
00054d86cc *: Fix build on windows (#29028) 2021-10-22 02:54:46 +08:00
216fa306ee br: Retryable refactoring for PD back offer (#29012) 2021-10-21 19:08:46 +08:00
98c7bbd368 *: support show column_stats_usage (#28428) 2021-10-21 18:34:46 +08:00
26ab066b59 expression: add builtin func length() for gbk (#29011) 2021-10-21 18:20:46 +08:00
6219010c35 domain: adjust initialization sequence of domain-reload and ddl-start to avoid infoCache nil (#28945) 2021-10-21 18:08:46 +08:00
eca2dbb681 lightning: let session vars in config also impact kv encoder (#28877) 2021-10-21 13:32:45 +08:00
412dd4f763 parser: refactor Parse() interface to make it extensible (#28975) 2021-10-21 10:56:45 +08:00
549fac6b26 parser: support the 'alter table xx cache' and 'alter table xx nocache' (#28922) 2021-10-21 10:36:45 +08:00
6d24f8cf4b planner: add an extra safe-guard selection upon DataSource to prevent wrong results caused by wrong rebuilt range when using plan-cache (#28976) 2021-10-21 04:12:45 +08:00
853a2447f0 restore: add rowserrcheck to golangci-lint.yml and fix lint warning (#28966) 2021-10-21 03:46:46 +08:00
64167a000f *: Change default for unix socket (#28486) 2021-10-21 00:16:46 +08:00
d0f8e02cba docs: Add design doc for --initialize-secure (#28482) 2021-10-20 23:14:46 +08:00
eeead48c87 planner: migreate expression_test to testify (#28893) 2021-10-20 22:40:46 +08:00
2edce054a9 chore: Remove checkout-pr-branch.sh for useless (#28900) 2021-10-20 19:06:45 +08:00
f520dea525 statistics: migrate test-infra to testify for statistics_test.go (#28558) 2021-10-20 18:56:45 +08:00
cd431a8164 executor,binlog: fix binlog column mismatch for pessmistic transaction on partition table (#28669) 2021-10-20 18:34:42 +08:00
9eb1cafd66 build: cmd & test are code (#28903) 2021-10-20 18:24:42 +08:00
7f36a07de9 *: fix Temporary Table doesn't work correctly with sequence (#28946) 2021-10-20 16:20:41 +08:00
756d0ffc9f br/tools: remove br/tools which is no longer used. (#28910) 2021-10-20 15:54:42 +08:00
85437b3f61 *: sort-statement-order (#28968) 2021-10-20 14:12:42 +08:00
236794cba4 session: migrate test-infra to testify for clustered_index_test (#28901) 2021-10-20 13:40:42 +08:00
d50dfc9b56 github: polish pull request template (#28934) 2021-10-20 12:28:41 +08:00
861bc15216 copr: MPP balance regions between TiFlash nodes with continuity. (#28906) 2021-10-20 12:18:42 +08:00
63ec28a35a variable: Use GOOS/GOARCH for version_compile_* (#28958) 2021-10-20 03:44:42 +08:00
0e38904a33 server, privilege: Socket authentication (#27561) 2021-10-19 23:44:43 +08:00
466e826a7e executor: Use charset and collation from server vars for new schemas (#27216) 2021-10-19 22:22:42 +08:00
1517977f56 expression: delete unused function newBuffer in expression/builtin_vectorized.go (#28952) 2021-10-19 21:10:43 +08:00
acb3a89634 expression, parser: fix the result of trim3Args (#28936) 2021-10-19 21:00:43 +08:00
75be2ecfca doc: Update design doc of lock view for sprint 5 (#28810) 2021-10-19 20:50:43 +08:00
d192d17ac6 planner: fix the issue that plan-cache may return wrong results when the IndexLookup depends on a generated column (#28938) 2021-10-19 20:40:43 +08:00
13567fedb4 util/testleak: update ignore stack list (#28950) 2021-10-19 17:26:42 +08:00
9f8c053d06 parser: refactor encode and decode (#28917)
* refactor encoding

* add a simple test case for encoding

Co-authored-by: tangenta <tangenta@126.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
2021-10-19 15:50:33 +08:00
ad8fbb4549 parser: remove souspicious switch break in lexer (#28885) 2021-10-19 14:42:43 +08:00
c336f95d0f statistics: migrate test-infra to testify for cmsketch_test.go (#28552) 2021-10-19 12:50:42 +08:00
a171a9da94 executor/aggfuncs: refactor: migrate test-infra to testify for func_percentile_test.go, func_sum_test.go (#28891) 2021-10-19 12:40:42 +08:00
555907823d executor: support GRANT/REVOKE ON non-existent table (#28882) 2021-10-19 11:40:42 +08:00
502f34f975 *: fix Makefile for bench-daily (#28868) 2021-10-19 10:38:42 +08:00
ae346a5530 planner: fix the issue that cached IndexJoin plans may return wrong results after changing parameters (#28915) 2021-10-19 00:42:43 +08:00
84ec6634c4 executor: add placement policy name / direct placement to is.tables/partitions (#28798) 2021-10-19 00:32:42 +08:00
dbe8c6cf50 session: migrate test-infra to testify for schema_amender_test (#28902) 2021-10-19 00:18:42 +08:00
9c0d0d6ab4 ddl: Forbid CREATE [GLOBAL] TEMPORARY TABLE LIKE from a table with placement options (#28899) 2021-10-18 23:26:43 +08:00
ed7bebded9 infoschema: remove is.placement_policy (#28890) (#28896) 2021-10-18 23:10:43 +08:00