Commit Graph

15610 Commits

Author SHA1 Message Date
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
271df167fb *: Support Reset database placement options by ALTER (#28463) 2021-10-18 22:48:42 +08:00
46b87acf2e ddl: support all engine for temporary tables (#28815) 2021-10-18 19:54:42 +08:00
ab0d231d9e session: add system table mysql.column_stats_usage (#27849) 2021-10-18 19:24:43 +08:00
e1f32badc2 ddl: add tests for the compatibility between temporary tables and placement policies (#28875) 2021-10-18 18:16:42 +08:00
fce1a03e40 parser: analyze predicate/user-specified columns and show column_stats_usage (#28846) 2021-10-18 16:52:43 +08:00
39d5f8e16f *: Delete circle.yml (#28886) 2021-10-18 14:00:43 +08:00
964273677d executor/aggfuncs: refactor: migrate test-infra to testify for func_max_min_test.go (#28695) 2021-10-18 11:48:41 +08:00
bb55e9c31b expression: format pushdown (#28269) 2021-10-18 10:46:41 +08:00
a13de9bced docs: Add proposal amendment for deleted sysvars (#28773) 2021-10-18 09:28:41 +08:00
a46be549af *: Support placement for list COLUMNS partitioning (#28847) 2021-10-16 01:04:40 +08:00
42001503cb expression, parser: support GBK charset for builtin function lower() (#28869) 2021-10-15 18:02:41 +08:00
db056cfe0c expression: Fix wrong result of hour function in vectorized expression (#28857) 2021-10-15 16:35:27 +08:00
cc96f59bdb *: rename RECREATOR to REPLAYER (#28826) 2021-10-15 16:23:27 +08:00
68440be1a4 planner: remove unused field in PhysicalTableScan (#27291) 2021-10-15 16:13:26 +08:00
a11bb675a1 *: enable golangci-lint asciicheck and bodyclose (#28756) 2021-10-15 16:03:26 +08:00
ac9dcbb53f expression: support GBK charset for builtin function upper() (#28817) 2021-10-15 15:29:27 +08:00
81169b55f4 planner: support rebuild the range of indexMerge when reuse the plan (#28774) 2021-10-15 15:19:26 +08:00
06cfd000cb *: support show tiflash config (#28838) 2021-10-15 14:47:27 +08:00
235b866f46 infoschema: set default TABLE_COLLATION mysql.DefaultCollationName (#28839) 2021-10-15 14:37:27 +08:00
74d5fa5a3e planner: remove surplus FindColumnInfoByID (#28828) 2021-10-15 14:03:26 +08:00
6de68d0571 expression: add extra enum info for push down check (#28712) 2021-10-15 13:09:26 +08:00
a0e835cb35 *: Add SHOW PLACEMENT support for partitions (#28830) 2021-10-15 12:43:26 +08:00
9eb58c0f90 *: fix typo and address unfinished comment for plan recreator (#28821) 2021-10-15 11:33:26 +08:00
fa82cd47ec domain, session: add plan replayer gc (#28799) 2021-10-15 11:13:27 +08:00
582358c392 cmd/ddltest: batch setup/teardown (#28772) 2021-10-15 10:47:26 +08:00
fba989f56d planner: fix the issue that plan-cache cannot be aware of changes of unsigned flags (#28827) 2021-10-15 10:37:26 +08:00
81c3013f25 *: Implementing information_schema.placement_rules (#27478) 2021-10-15 08:49:26 +08:00
fac98dc866 privileges: fix show create view doesn't need show view privilege (#28662) 2021-10-14 23:49:26 +08:00
#7
e717f10282 executor: hostnames for users should be stored in lowercase (#28741) 2021-10-14 22:01:26 +08:00
bd518d5806 br/tools: use curl tool to download golangci-lint (#28803) 2021-10-14 20:13:26 +08:00
a53915d6cd planner/core: migrate find_best_task_test to testify (#28704) 2021-10-14 19:27:26 +08:00
a94150a338 *: support select for update of tables (#27861) 2021-10-14 19:17:26 +08:00
66948b2fd9 infoschema: set TABLES.TABLE_COLLATION null (#28807) 2021-10-14 17:43:27 +08:00
6c109c91f7 planner: forbid constant fold when plan cache enable (#28790) 2021-10-14 17:33:27 +08:00
dafb671a8c rfcs: Merge Dumpling into TiDB (#28477) 2021-10-14 17:21:27 +08:00
092544cd1d distsql: add distsql package benchmark to daiy bench test (#28724) 2021-10-14 17:09:27 +08:00
eaeb95a113 planner/core: migrate cacheable_checker_test.go test infra to testify (#28694) 2021-10-14 16:39:27 +08:00
e30392c40c executor, planner: add SHOW CREATE PLACEMENT POLICY (#28797) 2021-10-14 16:27:27 +08:00
fdcf122f01 planner: fix the wrong partition pruning when some conditions is out of range (#28296) 2021-10-14 15:57:28 +08:00
bd68045ffb expression: support lower function pushed down to TiFlash (#28376) 2021-10-14 15:05:27 +08:00
fc5ccb5b09 ddl: make unstable test TestTruncatePartitionAndDropTable stable (#28794) 2021-10-14 14:37:27 +08:00