Commit Graph

18302 Commits

Author SHA1 Message Date
22cad97eb0 expression: support quarter pushdown to tiflash (#30704) 2021-12-28 16:03:49 +08:00
3ea7a1d789 planner: throw error when insert values is correlated subquery (#31049)
ref pingcap/tidb#30626
2021-12-28 15:43:49 +08:00
57b2908957 planner: improve the bindSQL check for plan cache (#31054) 2021-12-28 15:28:20 +08:00
dc9e75e009 executor: fix bug when correlated column is used in IndexMergeReader (#30982)
close pingcap/tidb#30913
2021-12-28 14:45:49 +08:00
0af4b77b6b schema: sequence should always be the one row (#30784)
close pingcap/tidb#30786
2021-12-28 13:19:49 +08:00
e983d320e6 ddl: Allow create timestamp default 0 without sql_mode NO_ZERO_DATE (#30305) (#30507)
close pingcap/tidb#30305
2021-12-28 12:57:49 +08:00
4ca3b02c90 ddl: fix concurrent column type changes(with changing data) that cause schema and data inconsistencies (#31051)
close pingcap/tidb#31048
2021-12-28 12:43:49 +08:00
7688d3759e lightning: remove the unnecessary offset field in the key encoding for duplicate detection (#29975) 2021-12-28 12:17:49 +08:00
b813b373b9 server: support com_stmt_sendlongdata with character_set_client (#31055)
close pingcap/tidb#30801
2021-12-28 10:33:49 +08:00
abb6582910 planner: support 'admin flush plan cache' (#30370) 2021-12-27 14:57:49 +08:00
2b0400aa23 br: Enable lint gosec in br (#30895)
close pingcap/tidb#30699
2021-12-27 14:03:49 +08:00
807ca05230 sessionctx: enable IndexMerge by default (#30650)
close pingcap/tidb#29597
2021-12-27 12:19:49 +08:00
5ea46eaf22 executor: migrate test-infra to testify for distsql_test.go (#31023)
close pingcap/tidb#28574
2021-12-26 18:17:49 +08:00
76aae0d5c5 planner: change predicateColumnCollector to columnStatsUsageCollector and collect histogram-needed columns (#30671) 2021-12-25 18:21:48 +08:00
9ad00962f6 test: merge serial tests in cmd, planner, server, util (#31003) 2021-12-24 20:21:53 +08:00
ab821eb315 planner: add usage of paging copr in optimizer (#30536)
close pingcap/tidb#30578
2021-12-24 18:23:53 +08:00
3de13842b3 test: control log level with environment variables (#30871) 2021-12-24 17:03:48 +08:00
42cf333da1 flatten the json output (#30905)
Signed-off-by: yisaer <disxiaofei@163.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
2021-12-24 16:48:45 +08:00
xhe
93d28b9d3f placement: give default 2 followers for non-sugar syntax (#31000) 2021-12-24 14:55:47 +08:00
30c5f5ba59 planner: trace predicate push down (#30902)
ref pingcap/tidb#29661
2021-12-24 13:15:47 +08:00
6e6db1fd35 binlog: allow multiple ddl targets (#30904) 2021-12-24 12:55:47 +08:00
404895c04a executor: fix the returned field count of the prepare statement (#30981)
close pingcap/tidb#30971
2021-12-23 21:57:47 +08:00
4dc385ce8b test: merge serial tests in ddl, infoschema, session, store, table, telemetry and types (#30874) 2021-12-23 20:01:47 +08:00
e24493f411 planner: fix AccessPath.TableFilters got modified unexpectedly (#30966)
close pingcap/tidb#30965
2021-12-23 19:13:47 +08:00
586eed998a ddl: migrate test-infra to testify for ddl/db_partition_test.go (#30952)
close pingcap/tidb#28635
2021-12-23 18:39:47 +08:00
dfaabf4d31 *: fix data race in the tikv_client (#30964)
close pingcap/tidb#30658
2021-12-23 17:11:49 +08:00
df58e6c36c execution: refine precision of cast as decimal in agg func (#30805) 2021-12-23 16:53:47 +08:00
0d899cdd9e planner: remove bindSQL from planCacheKey to planCacheValue (#30916) 2021-12-23 16:37:47 +08:00
693946bb79 br: extend the timeout for scan region since 3 seconds is not enough (#30889)
close pingcap/tidb#30720
2021-12-23 15:05:48 +08:00
d2ed2ae2b2 executor: display 'show create table' and INFOSCHEMA for cached table correctly (#30951)
close pingcap/tidb#30950
2021-12-23 14:45:47 +08:00
7121bf0289 planner: fix index merge plan when expr cannot be pushed to tikv (#30341)
close pingcap/tidb#30200
2021-12-23 13:39:47 +08:00
b9eb9f6768 ddl: add format error for incorrect dict syntax in the placement rule (#30919)
close pingcap/tidb#30454
2021-12-23 11:59:48 +08:00
dfc25ff06b br/pkg/membuf: remove global buffer pool (#29934) 2021-12-23 11:13:47 +08:00
ec55c38d14 Makefile,tools: make CI great again! (#30828)
close pingcap/tidb#30822
2021-12-23 11:01:47 +08:00
b53f3499a6 *: when placement conflicts with tiflash, cancel the job (#30945) 2021-12-23 01:01:48 +08:00
efb5330979 restore: use new ScatterRegions API (#30899)
close pingcap/tidb#30425
2021-12-23 00:45:48 +08:00
2fb260f0eb table/tables: make CI TestCacheTableBasicReadAndWrite more stable (#30924)
close pingcap/tidb#30922
2021-12-23 00:31:49 +08:00
713e6994db planner: rename pstmtPlanCacheXX to PlanCacheXX (#30909) 2021-12-22 18:59:48 +08:00
d543b60464 parser: add IsValid() to Encoding to speed up string validation for UTF-8 (#30937)
close pingcap/tidb#30936
2021-12-22 18:19:48 +08:00
1f6d2ddfb9 *: Use TxnManager.GetTxnInfoSchema() to get the txn infoschema (#30934)
close pingcap/tidb#30933
2021-12-22 17:39:47 +08:00
9063d3b837 table: set the datum collation correctly in CastValue() (#30931)
close pingcap/tidb#30930
2021-12-22 16:05:47 +08:00
beb5451ee3 planner: revise the optimize trace output (#30882) 2021-12-22 15:47:47 +08:00
xhe
9d1e29d7cf placement: remove isolationlevel (#30859)
close pingcap/tidb#30858
2021-12-22 15:27:48 +08:00
46e67db084 Makefile: add t.Parallel check to ensure tests are run in serial (#30869) 2021-12-22 14:35:47 +08:00
529ce88c1c *: add TxnManager to manage txn in session (#30574)
* *: add TxnManager to manage txn in session

* modify

* add tests

* move failpoint content to a single file
2021-12-22 13:53:43 +08:00
3bd732f9c4 br: improve backoff unit test (#30892) 2021-12-22 11:19:47 +08:00
3934157824 lightning: add back table empty check and add a switch config (#30887)
close pingcap/tidb#27919
2021-12-22 10:17:47 +08:00
db
63d23f8aaa planner: add extractor for tikv_region_peers (#30656) 2021-12-21 22:49:46 +08:00
416617eb9c planner: fix wrong collation when rewrite in condition (#30492)
close pingcap/tidb#30486
2021-12-21 20:47:46 +08:00
e12342b494 br: error log optimization (#29640)
close pingcap/tidb#27015
2021-12-21 18:09:46 +08:00