|
|
c85eb69217
|
lightning: precheck cluster region and available space (#27082)
|
2021-08-19 15:34:01 +08:00 |
|
|
|
a84ceb801f
|
expression: fix extract bug when argument is a negative duration (#27318)
|
2021-08-19 13:28:00 +08:00 |
|
|
|
eab35684c0
|
planner: query should report error when timestamp overflow (#27304)
|
2021-08-19 12:12:00 +08:00 |
|
|
|
79f0b495e5
|
session, variable: move gc special sysvars to getters/setters (#24896)
|
2021-08-18 21:30:00 +08:00 |
|
|
|
ef59ede206
|
metrics: fix unit of transaction write size bytes sum (#27257)
|
2021-08-18 20:04:00 +08:00 |
|
|
|
af66129b1e
|
go.mod: update parser (#27339)
|
2021-08-18 19:30:00 +08:00 |
|
|
|
b301e1a863
|
planner: fix some unstable prepare-cache test cases (#27335)
|
2021-08-18 19:22:00 +08:00 |
|
|
|
9a307a07f3
|
session: Add failpoint session/beforeLoockKeys (#27332)
|
2021-08-18 18:16:00 +08:00 |
|
|
|
f7fdffc0b3
|
planner: adjust the schema when using 'explain for' for verbose format (#26949)
|
2021-08-18 18:08:01 +08:00 |
|
|
|
6a1b9fe342
|
go.mod: update PD to fix the flag issue (#27337)
|
2021-08-18 17:24:00 +08:00 |
|
|
|
68a15f8d0b
|
planner: fix two test cases that use the wrong collation name (#27329)
|
2021-08-18 16:44:00 +08:00 |
|
|
|
5c1081f669
|
*: support user defined filters for baseline capture (#26294)
|
2021-08-18 15:44:00 +08:00 |
|
|
|
6501c70015
|
ddl: add more tests for expression index (#27037)
|
2021-08-18 15:21:59 +08:00 |
|
|
|
c5689a1d3f
|
planner: fix row count estimation for partially pushed down selections (#25715)
|
2021-08-18 14:17:59 +08:00 |
|
|
|
8a1e9b93e2
|
server: migrate packetIO related tests to testify (#27042)
|
2021-08-18 12:39:59 +08:00 |
|
|
|
165e365e64
|
session,server: forbid stale read in local temporary tables (#27270)
|
2021-08-18 12:14:01 +08:00 |
|
|
|
ed174286b8
|
expression: check type for virtual column use list (#27275)
|
2021-08-18 11:44:00 +08:00 |
|
|
|
84a8b0f6ee
|
planner: don't extract hash keys from index join's OtherConds if inl_merge_join hint exists (#24994)
|
2021-08-18 11:28:00 +08:00 |
|
|
|
d2dcf2917d
|
config: migrate test-infra to testify (#27222)
|
2021-08-18 10:47:59 +08:00 |
|
|
|
1f8f3cc63f
|
planner: don't push down topn to nil table plan side (#25214)
|
2021-08-18 10:33:59 +08:00 |
|
|
|
b2a1d21284
|
executor: Add binlog tests for local temporary table (#27273)
|
2021-08-18 01:47:59 +08:00 |
|
|
|
bc5c912f85
|
statistics: some refactoring about stats collector (#26583)
|
2021-08-18 01:39:59 +08:00 |
|
|
|
d4ec0233c8
|
ddl: fix DROP [GLOBAL] TEMPORARY TABLE IF EXISTS returns error when table not exist (#27287)
|
2021-08-17 21:53:59 +08:00 |
|
|
|
045c280c61
|
br.storage: add delete api (#27237)
|
2021-08-17 21:16:00 +08:00 |
|
|
|
09e3090ba9
|
go.mod: update parser to fix the parse error for subquery (#25647)
|
2021-08-17 21:06:00 +08:00 |
|
|
|
156b438200
|
executor: Add tests for tidb_constraint_check_in_place for local temporary table (#27271)
|
2021-08-17 20:34:00 +08:00 |
|
|
|
4a3c290c0b
|
planner: add test case for sql binding in the local temporary (#27206)
|
2021-08-17 17:42:00 +08:00 |
|
|
|
867dd7bb32
|
util/chunk: migrate test-infra to testify for column_test, disk_test, iterator_test (#27026)
|
2021-08-17 17:32:00 +08:00 |
|
|
|
b586f271aa
|
*: migrate test-infra to testify for util/mvmap (#27118)
|
2021-08-17 17:22:00 +08:00 |
|
|
|
a0de91fa06
|
statistics: fix a error check to prevent nil dereference (#27295)
|
2021-08-17 17:04:00 +08:00 |
|
|
|
ead31402bc
|
*: resolve select fields properly for coalesced columns of natural join (#25094)
|
2021-08-17 16:18:00 +08:00 |
|
|
|
d06fd67764
|
statistics: fix "data too long" error when dumping stats from table with new collation data (#27033)
|
2021-08-17 16:02:00 +08:00 |
|
|
|
b7860acc9f
|
planner: avoid unnecessary cartesian product for IN expressions on multi-columns (#24793)
|
2021-08-17 15:46:00 +08:00 |
|
|
|
d8c9c59364
|
planner: generate tableDual when partition pruning failed (#26894)
|
2021-08-17 15:11:59 +08:00 |
|
|
|
dd34d4869f
|
Revert "session: add physical table placement_policy in mysql schema" (#27250)
|
2021-08-17 15:03:59 +08:00 |
|
|
|
50572f1ab6
|
server: remove unused status api (master) (#27262)
|
2021-08-17 12:59:59 +08:00 |
|
|
|
4d5350c718
|
planner: fix the problem of using enum like 'x%' to build the wrong range (#27267)
|
2021-08-17 12:37:59 +08:00 |
|
|
|
1c6c548334
|
planner: add missing column for Apply convert to Join (#27246)
|
2021-08-17 11:49:59 +08:00 |
|
|
|
caba86a22f
|
store: update tikv/client-go (#27255)
|
2021-08-17 11:09:59 +08:00 |
|
|
|
e4a7c2d8e3
|
ddl: support alter table partition attribute to add label rules (#26705)
|
2021-08-17 10:11:59 +08:00 |
|
|
|
f1fd5740c5
|
util/ranger: test data is setup/teardown logic (#27221)
|
2021-08-17 10:03:59 +08:00 |
|
|
|
462c9dc5ca
|
*: Add temp_table_size support for local temporary table (#27205)
|
2021-08-16 22:19:59 +08:00 |
|
|
|
e4dcef943c
|
planner: do not merge the generated column stats to global stats (#27256)
|
2021-08-16 21:53:59 +08:00 |
|
|
|
eb418f3b5a
|
bindinfo: fix SPM doesn't work for CTE (#25583)
|
2021-08-16 20:47:59 +08:00 |
|
|
|
09ebd0d703
|
planner: fix wrong selection push down when having above agg (#27021)
|
2021-08-16 20:29:59 +08:00 |
|
|
|
0de541c184
|
ddl: Check create table options for local temporary table (#27150)
|
2021-08-16 20:09:59 +08:00 |
|
|
|
255fa351b3
|
ddl: fix time column accuracy in alter table (#27149)
|
2021-08-16 19:15:59 +08:00 |
|
|
|
7755d25aba
|
*: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers (#27198)
|
2021-08-16 18:52:00 +08:00 |
|
|
|
0709307edb
|
table: migrate test-infra to testify (#27086)
|
2021-08-16 18:23:59 +08:00 |
|
|
|
d128bc1099
|
planner: fix error when window function is used in view definition (#25930)
|
2021-08-16 17:22:00 +08:00 |
|