Commit Graph

18302 Commits

Author SHA1 Message Date
4820f27f9d dumpling/sql: fix pick up possible field (#29399) 2021-11-04 19:43:02 +08:00
3f7a933c7c dumpling/gcs: fix http client credential problem (#29414) 2021-11-04 19:29:02 +08:00
8ae81b3852 expression: fix different results for greatest when vectorized is off (#29438) 2021-11-04 19:17:02 +08:00
fb5b3a0eec dumpling: optimize dumpling log level (#29341) 2021-11-04 19:05:01 +08:00
5016767259 dumpling: allow verbose integration test (#29343) 2021-11-04 18:51:03 +08:00
a696b43bc9 server: migrate test-infra to testify for http_handler_test.go (#29374) 2021-11-04 18:33:02 +08:00
dcbfda914a ddl, executor: add warning log for lock/unlock tables (#29301) 2021-11-04 14:23:01 +08:00
4aec743624 *: add IsExplicitTxn in slow log (#29413) 2021-11-04 14:09:02 +08:00
8368eeed24 *: remove useless parameter (#29392) 2021-11-04 12:39:02 +08:00
9bbc7ad74a dml : dml read operation for cache table (#29184) 2021-11-04 12:07:01 +08:00
364bb7ce5f dumpling/tests: update sync_diff configs for CI (#29389) 2021-11-04 11:53:02 +08:00
f77189b973 planner, MPP: fix two bugs about group by duplicated and sort by exprs (#29363) 2021-11-04 11:41:01 +08:00
9d9915b8a6 expression: support GBK for builtin function Decode and Encode (#29315) 2021-11-03 20:17:01 +08:00
731902de58 statistics: migrate test-infra to testify for statistics/handle/gc_test.go (#28301) 2021-11-03 17:49:01 +08:00
fb33b7c012 session: remove extra useless tso request (#29393) 2021-11-03 17:21:01 +08:00
a0cd121f19 copr: do not hide original error for MPP query that will not faillback to TiKV (#29342) 2021-11-03 16:25:01 +08:00
d7a655404e ddl: remove out-of-date TODO (#29383) 2021-11-03 15:23:01 +08:00
dc67b57c5e *: fix nil pointer panic of some operations when skip-grant-table is true (#29358) 2021-11-03 15:09:00 +08:00
8e0f311933 dumpling: reduce pingcap/check dependency (#29372) 2021-11-03 13:55:01 +08:00
cf21dea489 test: tests call collate.SetNewCollationEnabledForTest should run in serial (#29325) 2021-11-03 11:47:01 +08:00
a95927f50a expression: Fix wrong result of microsecond function in vectorized (#29310) 2021-11-03 11:37:01 +08:00
b561dface8 planner: fix wrong results using the unique index column with cached plans (#29312) 2021-11-03 11:23:01 +08:00
599785dc2e planner: fix the issue IndexJoin returns wrong results when using plan-cache in some cases (#29349) 2021-11-03 11:09:02 +08:00
ee2adfdc24 expression: Support GBK for builtin function MD5 (#29165) 2021-11-03 10:51:01 +08:00
318030adef expression: migrate tests to testify (#29276) 2021-11-02 23:16:52 +08:00
dc2d5a4f45 lightning: fix duplicate check panic (#29338) 2021-11-02 22:48:51 +08:00
5518f8bd8e *: update client-go and fix metrics (#29354) 2021-11-02 20:38:51 +08:00
55a38a1c76 *: tiny clean up the RecordSet NewChunk() method (#29232) 2021-11-02 20:02:51 +08:00
a96deabe7e sessionctx: remove variables tidb_enable_mpp_balance_with_continuous_region* (#29309) 2021-11-02 13:08:51 +08:00
4876801e73 server: let plan replayer support forward request (#29299) 2021-11-02 12:34:51 +08:00
f3cc7044b4 config, main: change default socket to include port (#29332) 2021-11-02 12:14:52 +08:00
c9a516981f pkg/lightning: refine config for duplicate-resolution and pause GC when duplicate-resolution is enabled (#29249) 2021-11-02 11:56:52 +08:00
088e68bee8 expression: support GBK charset for builtin function octet_length() (#29039) 2021-11-02 11:38:51 +08:00
72c8e738ef store/driver: update client-go and errors (#29295) 2021-11-02 11:28:52 +08:00
ec7a638e33 executor: Fix authplugin handling with alter/create (#28468) 2021-11-02 01:10:51 +08:00
bdc9987370 lightning: fix in-correctly check for session variable (#29291) 2021-11-01 19:36:52 +08:00
01e4bdd723 ddl : ddl forbid partition table switch into cache and add view feature test (#29256) 2021-11-01 19:00:51 +08:00
3032d87e4e *: enable golangci-lint exportloopref (#28991) 2021-11-01 18:36:51 +08:00
9621d73257 planner: do not push down topN and limit to index merge (#29300) 2021-11-01 17:46:51 +08:00
b84eb376cf *: Add test: TestSameNameObjectWithLocalTemporaryTable (#29278) 2021-11-01 17:32:51 +08:00
4b6291f45c collation: change some builtin function to has ASCII repertoire (#29290) 2021-11-01 17:10:52 +08:00
ad85341857 charset: support builtin function convert (#28943) 2021-11-01 16:56:51 +08:00
8d9647dee5 privileges: fix create temporary tables privilege (#29279) 2021-11-01 16:46:51 +08:00
db60f12253 config, planner: Change prepared-plan-cache.capacity default size from 100 to 1000 (#28984) 2021-11-01 16:14:51 +08:00
db9592d504 infoschema : solve prepared statements can't see temporary tables when the SQL involves multiple tables (#29289) 2021-11-01 16:02:52 +08:00
8625143cfc infoschema: get PD version from status (#29265) 2021-11-01 15:02:50 +08:00
4879be763b infoschema: fix inserting into a temporary table panics after the database is dropped (#29263) 2021-11-01 14:40:51 +08:00
80e14b4bff ddl: rename region label to attributes (#29174) 2021-11-01 12:14:50 +08:00
da6252e9a5 planner: fix the issue that some IndexJoin cannot use plan-cache (#29238) 2021-11-01 12:00:28 +08:00
336f5a2863 *: bootstrap config required admin review (#29048) 2021-11-01 11:50:51 +08:00