|
|
8a3bfd8e2a
|
executor,infoschema: move dataForSessionVar into executor (#15267)
|
2020-03-11 10:21:32 +08:00 |
|
|
|
31469e057b
|
executor,infoschema: move dataForTableConstraints into executor (#15240)
|
2020-03-10 21:00:32 +08:00 |
|
|
|
183a9d585a
|
*: update explain info of outer hash joins (#15247)
|
2020-03-10 20:38:02 +08:00 |
|
|
|
12fa28f52e
|
executor: fix the data race on TestDataForTableStatsField and TestPartitionsTable (#15260)
|
2020-03-10 20:28:32 +08:00 |
|
|
|
9905a26ea0
|
txn: fix UpdateForUpdateTS for non autocommit pessimistic mode (#15244)
|
2020-03-10 17:11:39 +08:00 |
|
|
|
574a014f70
|
*: deprecate system variables tidb_mem_quota_XXX (#15084)
|
2020-03-10 15:57:03 +08:00 |
|
|
|
4adc2582fd
|
show: fix show create table sequence_name (#15241)
|
2020-03-10 15:51:32 +08:00 |
|
|
|
353a6e02e9
|
metrics: add new transaction metrics to grafana script (#15236)
|
2020-03-10 15:46:03 +08:00 |
|
|
|
fb7d50a53b
|
config: change default oom action to cancel (#15251)
|
2020-03-10 15:16:19 +08:00 |
|
|
|
b504d37924
|
*: refine the table.Table interface (#15227)
remove unnecessary methods.
"The bigger the interface, the weaker the abstraction -- Rob Pike"
|
2020-03-10 13:40:56 +08:00 |
|
|
|
0bd1ae7b24
|
executor: fix data race on TestPrepareCacheForPartition (#15245)
|
2020-03-09 22:40:45 +08:00 |
|
|
|
d8264d47f7
|
infoschema: change table_type for system tables (#15128)
|
2020-03-09 19:18:04 +08:00 |
|
|
|
f51a7fc6e9
|
infoschema: fix show information_schema.table default value bug and refine metric table comment. (#15210)
|
2020-03-09 18:12:00 +08:00 |
|
|
|
55b3e1110c
|
*: reduce the allocation caused by Datum.Copy (#15219)
|
2020-03-09 17:38:46 +08:00 |
|
|
|
ace86913da
|
executer: refine diagnose detail information (#15139)
|
2020-03-09 17:16:40 +08:00 |
|
|
|
9afaef8bb5
|
executor: bind the func to memtableRetriever (#15181)
* executor: bind the func to memtableRetriever
Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>
* executor: bind dataForSchemata to memtableRetriever
Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>
* executor: rename dataForSchemata
Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>
* executor: bind the func to memtableRetriever
Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>
* executor: bind the func to memtableRetriever
Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>
* executor: bind func to memtableRetriever
Signed-off-by: Rustin-Liu <rustin.liu@gmail.com>
Co-authored-by: Lonng <heng@lonng.org>
|
2020-03-09 13:06:25 +08:00 |
|
|
|
9e98f706ae
|
planner, executor: support point get as a option of DataSource (#14775)
|
2020-03-09 10:47:16 +08:00 |
|
|
|
1f5fb46f95
|
infoschema: migrate dataForTables and dataForPartitions from package infoschema to executor #15034 #15037 (#15208)
|
2020-03-09 10:30:16 +08:00 |
|
|
|
5d0a260ce6
|
executor,infoschema: move dataForUserPrivileges from infoschema to executor (#15155)
|
2020-03-06 17:57:46 +08:00 |
|
|
|
a37a0ff461
|
store: check constraint for "Delete-Your-Writes" records when txn commit (#14968)
|
2020-03-06 16:45:48 +08:00 |
|
|
|
13d7322a0f
|
executor: migrate dataForKeyColumnUsage from infoschema to executor (#15166)
|
2020-03-06 15:37:46 +08:00 |
|
|
|
fde73403fd
|
expression: Add format_bytes and format_nano_time performance schema functions (#14975)
|
2020-03-06 11:50:46 +08:00 |
|
|
|
1d28e7cc1c
|
executor: move testShowStatsSuite into SerialSuites (#15062)
|
2020-03-06 11:24:16 +08:00 |
|
|
|
2d5d2fde27
|
*: fix the same future wait twice in RC transaction (#15117)
|
2020-03-06 00:05:54 +08:00 |
|
|
|
0ddfe0716f
|
*: fix datum's collation behavior to build correct logical ranges (#14963)
|
2020-03-05 22:34:46 +08:00 |
|
|
|
e9ba1446f6
|
executor: support SELECT FOR UPDATE for BatchPointGet (#15129)
|
2020-03-05 19:47:16 +08:00 |
|
|
|
dcb8b3d5dd
|
executor: fix last_insert_id in auto_random mode (#15145)
|
2020-03-05 15:59:18 +08:00 |
|
|
|
6ccdf645dc
|
ddl: add a channel to limit multiple DDL jobs writing at the same time (#14342)
|
2020-03-05 14:13:38 +08:00 |
|
|
|
debe5cbcff
|
executor: Migrate dataForIndexes from package infoschema to exector (#15116)
|
2020-03-05 11:06:46 +08:00 |
|
|
|
d259e90127
|
infoschema, planner, executor: add virtual system table `infor… (#15121)
|
2020-03-04 20:48:52 +08:00 |
|
|
|
1771fff928
|
expression: make field and findInSet support collation (#15100)
|
2020-03-04 18:12:53 +08:00 |
|
|
|
8e10e90e31
|
*: add config diagnose and fix warning (#15107)
|
2020-03-04 16:58:46 +08:00 |
|
|
|
3b347958c6
|
infoschema: Migrate the infoschema's retrieving data logic for 'dataForCollationCharacterSetApplicability' to executor (#15115)
|
2020-03-04 16:29:16 +08:00 |
|
|
|
d457dd7e31
|
test: correct TiDB-style executable comment version for auto_random (#14858)
|
2020-03-04 10:29:09 +08:00 |
|
|
|
9c970f137d
|
infoschema: Migrate the infoschema's retrieving data logic for 'CharacterSets/Collations' to executor (#15103)
|
2020-03-03 22:29:12 +08:00 |
|
|
|
3722500e36
|
infoschema: Migrate the infoschema's retrieving data logic for 'engine' to executor (#15102)
|
2020-03-03 21:56:55 +08:00 |
|
|
|
2c5170875d
|
collation: add some collation tests for HashJoinExec, MergeJoinExec and SelectExec (#15067)
|
2020-03-03 17:33:18 +08:00 |
|
|
|
9ae471c0ee
|
*: fix data race for plan cache (#14756)
|
2020-03-03 16:03:09 +08:00 |
|
|
|
cdc782418c
|
executor: fix hash join benchmark and add a simple hash join test (#14901)
|
2020-03-03 15:24:09 +08:00 |
|
|
|
fe5334a1ed
|
executor: fix bug for virtual column in transaction (#15011)
|
2020-03-03 15:18:09 +08:00 |
|
|
|
82ca1f3f44
|
*: support pessimistic lock return values (#15063)
|
2020-03-03 15:11:17 +08:00 |
|
|
|
b3469e7964
|
*: fix a bug that the pessimistic lock doesn't work on a partition (#14921)
physicalID should be used if 'select for update' works on a
partitioned table.
|
2020-03-03 15:06:45 +08:00 |
|
|
|
efe3b8f56b
|
executor: refine query metric error message (#15054)
|
2020-03-03 13:18:34 +08:00 |
|
|
|
5c68d537f4
|
*: support reload tls used by mysql protocol in place (#14749)
|
2020-03-03 10:01:39 +08:00 |
|
|
|
77dcdc546d
|
*: Clear the name of some field in explain result. (#14958)
|
2020-03-02 17:43:22 +08:00 |
|
|
|
8f0091ef17
|
privilege: fix atomic problem of GRANT and REVOKE (#14219)
|
2020-03-02 15:58:18 +08:00 |
|
|
|
41142266b2
|
*: use SetString() for string instead of SetBytes() (#14989)
|
2020-03-02 15:48:10 +08:00 |
|
|
|
7fa56616f8
|
executor: refactor the tso future in RC isolation (#14966)
|
2020-03-02 15:38:10 +08:00 |
|
|
|
c1114b9724
|
planner, executor: enable inline projection for index joins (#15004)
|
2020-03-02 15:32:09 +08:00 |
|
|
|
ae6d06b1c3
|
executor: fix unit test of select into file for windows (#14978)
|
2020-03-02 14:19:38 +08:00 |
|