|
|
87f4c7dbc3
|
dumpling : add a function for the variable call of dm (#30033)
|
2021-11-29 19:13:52 +08:00 |
|
|
|
3487bb7b5d
|
executer: fix data race (#30186)
|
2021-11-29 18:59:52 +08:00 |
|
|
|
6756bd2ea8
|
server: Combined fix for authentication issues (#29738)
|
2021-11-29 18:33:52 +08:00 |
|
|
|
3baa95ff38
|
planner: implement aggregation eliminate optimize trace (#30114)
|
2021-11-29 18:21:53 +08:00 |
|
|
|
eb7672fc48
|
*: replace compareDatum by compare and ignore warnings is collate is empty (#30105)
|
2021-11-29 17:53:53 +08:00 |
|
|
|
8550dbb216
|
*: add cardinality estimation trace for Selectivity (#29883)
|
2021-11-29 17:01:52 +08:00 |
|
|
|
4b826a0925
|
dumpling: Add support for Create Placement (#29724)
|
2021-11-29 16:43:52 +08:00 |
|
|
|
352811dfc4
|
types: fix wrong str_to_date() microseconds with leading zeros are not converted correctly (#30122)
|
2021-11-29 16:29:52 +08:00 |
|
|
|
4cf705177c
|
topsql: fix nil pointer panic in stmtctx (#30181)
|
2021-11-29 15:53:53 +08:00 |
|
|
|
df113a1242
|
unistore: get/batchGet/scan support read-through-lock (#29898)
|
2021-11-29 14:37:51 +08:00 |
|
|
|
10d390d47d
|
server: add build not race flag (#30184)
|
2021-11-29 14:23:51 +08:00 |
|
|
|
11974ecd2c
|
server: Port missing in processlist (#30183)
|
2021-11-29 14:11:51 +08:00 |
|
|
|
724da32b12
|
tables: fix data race in mockStatRemoteData (#30180)
|
2021-11-29 11:59:53 +08:00 |
|
|
|
437d8ba3d0
|
ddl: migrate test-infra to testify for db_cache_test.go (#30117)
|
2021-11-29 11:37:52 +08:00 |
|
|
|
6d7a320641
|
planner: do not add extra limit when handle the execute stmt (#30152)
|
2021-11-29 11:07:14 +08:00 |
|
|
|
306621e83d
|
*: skip a case in TestClusterTables/ForClusterServerInfo on mac M1 (#29933)
|
2021-11-28 22:35:52 +08:00 |
|
|
|
4f19445b9d
|
ddl/ddl_test.go: refactor testTableInfo to return error (#30069)
|
2021-11-26 21:43:51 +08:00 |
|
|
|
3dc09f8ba6
|
expression: add ut config (#30156)
|
2021-11-26 19:51:51 +08:00 |
|
|
|
7a8c7f89ce
|
server: support download optimize trace file (#30150)
|
2021-11-26 16:53:51 +08:00 |
|
|
|
126dbc8d72
|
planner: consider prefix index column length in skyline pruning (#27527)
|
2021-11-26 15:45:50 +08:00 |
|
|
|
a9f161d515
|
plugin: add more tests to cover audit logs (#30165)
|
2021-11-26 15:05:50 +08:00 |
|
|
|
51b7a1915f
|
expression: fix misuse of datumsToConstants in GBK test (#30072)
|
2021-11-26 14:13:51 +08:00 |
|
|
|
f5af99e696
|
sessionctx/variable: make lc_time_names read only (#30084)
|
2021-11-26 13:59:51 +08:00 |
|
|
|
bccc21bd8b
|
cmd, expression: fix convert binary string to gbk (#30004)
|
2021-11-26 13:19:51 +08:00 |
|
|
|
75f6225948
|
expression, util/codec: fix wrongly eliminated conditions caused by HashCode() collision (#30120)
|
2021-11-25 19:33:51 +08:00 |
|
|
|
d6e9986aa1
|
*: remove unused profile memory tracker from global tracker (#30143)
|
2021-11-25 18:35:51 +08:00 |
|
|
|
e15b76875d
|
expression : prevent function DATE_ADD/SUB_STRING_XXX pushed down to TiFlash (#30154)
|
2021-11-25 17:43:51 +08:00 |
|
|
|
bee016b009
|
update: fix the updatable table name resolution in build update list (#30061)
|
2021-11-25 17:13:51 +08:00 |
|
|
|
8dc59e684a
|
planner: make clear for MaybeOverOptimized4PlanCache (#29782)
|
2021-11-25 16:42:29 +08:00 |
|
|
|
fe5733ce41
|
planner: support dump file for trace plan statement (#30059)
|
2021-11-25 16:19:50 +08:00 |
|
|
|
78c653e294
|
planner: rebuild range when the range is empty (#30003)
|
2021-11-25 15:10:48 +08:00 |
|
|
|
7f93b09efd
|
table/tables: add StateRemote interface for the cached table (#29152)
|
2021-11-25 14:17:50 +08:00 |
|
|
|
dde1e0bf04
|
*: skip unstable test (#29433)
* skip test
Signed-off-by: yisaer <disxiaofei@163.com>
* skip unstable test
Signed-off-by: yisaer <disxiaofei@163.com>
|
2021-11-25 12:38:52 +08:00 |
|
|
|
a8ca637100
|
server: Add a MockConn to enable testing connections (#30119)
|
2021-11-25 11:41:50 +08:00 |
|
|
|
a75143d20b
|
planner: fix the unstable test TestPartitionWithVariedDatasources (#30139)
|
2021-11-25 11:11:52 +08:00 |
|
|
|
9cd0b49f7f
|
partition: Show partition reformat (#29945)
|
2021-11-25 04:21:50 +08:00 |
|
|
|
e65f548a40
|
privilege: disable role privilege when it is revoked from an user (#30028)
|
2021-11-24 19:51:51 +08:00 |
|
|
|
5916672ce9
|
store/driver: Use BatchGet method supported in client-go. (#29860)
|
2021-11-24 19:17:51 +08:00 |
|
|
|
b5ded48df9
|
*: replace compareDatum by compare and fix compare (#30090)
|
2021-11-24 17:31:51 +08:00 |
|
|
|
3d267514d5
|
expression: cast charset according to the function's resulting charset (#29905)
|
2021-11-24 17:07:50 +08:00 |
|
|
|
a90c98816e
|
ddl: fix none info of alter table placement (#29929)
|
2021-11-24 16:53:53 +08:00 |
|
|
|
05ccb8a206
|
planner: fix panic when the join key is scalarFunction (#30002)
|
2021-11-24 15:55:50 +08:00 |
|
|
|
f45a8f0511
|
br : migrate test-infra to testify for lightning/backend/importer (#30073)
|
2021-11-24 14:49:50 +08:00 |
|
|
|
481455728a
|
*: track the memory usage of IndexJoin more accurate (#29068)
|
2021-11-24 13:49:50 +08:00 |
|
|
|
45836a6afe
|
expression, sessionctx: support rand_seed1 and rand_seed2 sysvar (#29936)
|
2021-11-24 13:35:50 +08:00 |
|
|
|
791f59df47
|
br/pkg/utils: migrate tests to testify (#30032)
|
2021-11-24 10:53:51 +08:00 |
|
|
|
d04a1285a5
|
ddl, util/codec: fix add index OOM and prevent panic in logging (#29925)
|
2021-11-24 10:35:51 +08:00 |
|
|
|
b11171aa71
|
topsql: distinguish the row and index operation type (#29044)
|
2021-11-24 10:17:51 +08:00 |
|
|
|
b57c1e1cab
|
ddl: forbit alter table cache in system db (#29998)
|
2021-11-24 10:05:50 +08:00 |
|
|
|
71e64bf05e
|
br/pkg/mock: migrate test-infra to testify (#30034)
|
2021-11-23 19:57:50 +08:00 |
|