|
|
73a135de96
|
kv: complete the implementation of the new memdb (#18655)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-08-03 12:29:35 +08:00 |
|
|
|
03003538d1
|
*: fix a lot of typos (#18917)
|
2020-08-03 11:03:33 +08:00 |
|
|
|
5f393fde7e
|
*: support user defined variable and SET clause in LOAD DATA statement (#18753)
|
2020-08-03 10:42:10 +08:00 |
|
|
|
2a8b968453
|
test: stabilize TestClusterIndexShowTableRegion (#18868)
|
2020-07-31 16:42:53 +08:00 |
|
|
|
a50fbab55d
|
sessionctx: Make it possible to set allow_auto_random_explicit_insert as global (#18896)
|
2020-07-31 16:23:14 +08:00 |
|
|
|
a63fa79d90
|
transaction: lazy check not exists error for pessimistic transaction (#18877)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-07-31 08:44:49 +08:00 |
|
|
|
b16c46dba9
|
update parser (#18883)
|
2020-07-30 19:56:23 +08:00 |
|
|
|
4000174c8c
|
executor: fix batch point get return wrong result for in(null) (#18851)
* executor: fix batch point get return wrong result for in(null)
* fix CI
* address comment
Co-authored-by: crazycs <crazycs520@gmail.com>
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
Co-authored-by: Evan Zhou <coocood@gmail.com>
|
2020-07-30 17:17:03 +08:00 |
|
|
|
5dd7cd8553
|
planner/core: implement Explain for the new partition table (#18834)
Co-authored-by: lysu <sulifx@gmail.com>
|
2020-07-30 15:37:02 +08:00 |
|
|
|
bb87111d6c
|
unistore: support RawKV API (#18872)
|
2020-07-30 15:21:23 +08:00 |
|
|
|
43c2d30706
|
gc_worker: reduce GC scan locks when meeting region cache miss (#18385)
|
2020-07-30 13:39:59 +08:00 |
|
|
|
c397584065
|
executor: add runtime information for the batch-point-get executor (#18828)
|
2020-07-30 12:35:41 +08:00 |
|
|
|
1905ea0f55
|
executor: reduce log spam on pessimistic conflict (#18365)
Fixes #18255
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-07-30 11:27:03 +08:00 |
|
|
|
a1dc4381c5
|
planner,executor: implement PartitionTable executor for the three reader (#18823)
|
2020-07-30 11:00:55 +08:00 |
|
|
|
ccfc9b2ad0
|
executor: add foreign keys to SHOW CREATE TABLE (#18360)
This is backwards compatible with dumpers due to the way that TiDB handles foreign keys (set foreign_key_checks=0 behavior).
Co-authored-by: Nullnotnil <nullnotnil@ubuntu.lan>
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-07-29 17:35:08 +08:00 |
|
|
|
c7c98d7380
|
ddl: add addingDefinition field for adding partition replica check (#18495)
|
2020-07-29 17:08:26 +08:00 |
|
|
|
4170007fb6
|
*: remove mysql.TypeDecimal (#18787)
|
2020-07-29 15:26:22 +08:00 |
|
|
|
c7dcf9c542
|
util: fix a encode bug causes the wrong result of hashJoin with set and enum (#18855)
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
|
2020-07-29 14:12:10 +08:00 |
|
|
|
4db32ba6fe
|
server: try to make test TestAllServerInfo stable (#18842)
|
2020-07-29 13:15:04 +08:00 |
|
|
|
98d58f31dd
|
executor: fix bug of stuck in query information_schema.columns (#18847)
Signed-off-by: crazycs520 <crazycs520@gmail.com>
|
2020-07-29 12:29:22 +08:00 |
|
|
|
6ce8f0f56a
|
txn: support pessimistic transaction amend for specific ddls (#18447)
|
2020-07-29 11:35:31 +08:00 |
|
|
|
1e7454c81d
|
executor: batch point get support clustered index partition table. (#18829)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-07-28 21:34:09 +08:00 |
|
|
|
5973d144de
|
brie: add integration test for br (#18797)
* brie: add integration test for br
* update br dependency
* fix ci
* fix ci
* address comment
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-07-28 19:59:02 +08:00 |
|
|
|
2849e3b5b4
|
diagnose: refine config diagnose result (#18816)
|
2020-07-28 19:36:02 +08:00 |
|
|
|
ac581ee01e
|
planner: support plan cache for cluster index (#18716)
|
2020-07-28 14:39:48 +08:00 |
|
|
|
8b19d67bad
|
executor: add runtime information for point-get executor (#18666)
|
2020-07-28 14:20:36 +08:00 |
|
|
|
901d531ec5
|
server: support partitioned table for table scatter (#17624) (#17864)
|
2020-07-28 11:56:46 +08:00 |
|
|
|
edfec85661
|
plan: add a public method for partition pruning (#18707)
|
2020-07-28 11:33:36 +08:00 |
|
|
|
936b3007e3
|
store/tikv: fix BatchPointGetCache wrong result. (#18814)
|
2020-07-28 11:01:44 +08:00 |
|
|
|
472acf7b85
|
ddl: remove limit of multi-partition drop/truncate (#18593)
* ddl: remove limit of multi-partition drop
* ddl: fix CI
* fix CI
* fix CI
* refine comments
* address comments
* address comments
Co-authored-by: Arenatlx <ailinsilence4@gmail.com>
Co-authored-by: tangenta <tangenta@126.com>
Co-authored-by: Lynn <zimu_xia@126.com>
|
2020-07-28 10:09:02 +08:00 |
|
|
|
b26ea3ab8c
|
tikv: fix the condition of start ttlManager in prewrite (#18802)
Co-authored-by: tiancaiamao <tiancaiamao@gmail.com>
|
2020-07-28 01:21:32 +08:00 |
|
|
|
56fd348d20
|
executor: support index merge on cluster index (#18699)
* executor: support index merge on cluster index
* fix fmt
* fix
* fix
* fix
* fix
* address comments
* address comments
* address comments
* fix
* fix
* fix
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-07-27 18:09:32 +08:00 |
|
|
|
f3554241bb
|
planner, executor: support except and intersect set operator (#18459)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-07-27 17:56:07 +08:00 |
|
|
|
f6ef1c371f
|
executor: implement parallel apply (#18044)
|
2020-07-27 17:49:28 +08:00 |
|
|
|
5f2df2eca8
|
executor: modify the default value of actRows to be 0 instead of empty(#18528) (#18800)
|
2020-07-27 17:37:36 +08:00 |
|
|
|
b249dc5780
|
skip region not found error in WaitScatterRegionFinish (#18789)
|
2020-07-27 12:59:10 +08:00 |
|
|
|
29178dfa8d
|
planner, executor: support broadcast join for tiflash engine. (#17232)
* support batch cop for tiflash
* support batch cop
* support join push down to tiflash
* refine
* change pb
* push join
* fix
* add hint
* refine hint
* add ranges
* fix
* fix
* fix push down
* fix index
* enable distsql for join
* add a session var to disable/enable broadcast join
* fix bug
* fix bug
* tiny fix
* enable cast decimal pushdown to tiflash
* fix
* fix bc join bug
* make broadcast plan stable
* refine code
* fix bug
* basic support for multi table broadcast join
* fix bug
* basic cbo for broadcast join
* improve
* fix bug
* remote useless code
* add tests
* pass unit tests
* refine code
* support execute summary info for broadcast join
* fix bug in explain for broadcast join
* format code
* remove un-needed code
* fix make dev
* address comments
* Hanfei/join merge (#7)
* enable exec details for batch cop
* format code
* fix test
* change tidb_opt_broadcast_join to global vars
* Ban cartesian join to be pushed down to TiFlash (#8)
* merge master (#10)
* merge master
* fix bug
* fix bug
* fix ut
* check session var conflict
* Add perfer local hint for broadcast join (#12)
* update
* remove useless code
* remove useless code
* update parser
* add test for prefer local join
* use bcj_local
* update go.mod
* refine planner
* refine comments
* fix make dev
* fix make dev
* update parser
* address comments
* fix make dev
* disable broadcast join when new collation is enabled
* Update planner/core/exhaust_physical_plans.go
Co-authored-by: Zhuomin(Charming) Liu <lzmhhh123@gmail.com>
* address comments
* fix
* address comments
* fix tests
* address comments
Co-authored-by: xufei <xufeixw@mail.ustc.edu.cn>
Co-authored-by: xufei <xufei@pingcap.com>
Co-authored-by: 虎 <ichneumon.hu@foxmail.com>
Co-authored-by: Zhuomin(Charming) Liu <lzmhhh123@gmail.com>
|
2020-07-27 12:41:36 +08:00 |
|
|
|
76cdffd60d
|
github-actions: skip features and bugs auto assignment (#18790)
|
2020-07-27 11:15:33 +08:00 |
|
|
|
1fed1fb895
|
tests: remove incorrect use of FLUSH PRIVILEGES (#18361)
|
2020-07-24 23:25:14 +08:00 |
|
|
|
e80ba034f4
|
brie: set default config for backup and restore (#18768)
* brie: set default config for backup and restore
|
2020-07-24 17:16:31 +08:00 |
|
|
|
b642045ff2
|
charset: add utf8_unicode_ci and utf8mb4_unicode_ci interface (#18678)
* add unicode_ci interface
* fix build
* fix check
* fix test
* change comments
* add test
* Update util/collate/unicode_ci.go
Co-authored-by: djshow832 <zhangming@pingcap.com>
Co-authored-by: djshow832 <zhangming@pingcap.com>
Co-authored-by: Yuanjia Zhang <zhangyuanjia@pingcap.com>
Co-authored-by: djshow832 <873581766@qq.com>
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-07-24 17:16:03 +08:00 |
|
|
|
bd733c3d71
|
test:stablize test case prewrite secondaries (#18751)
* stablize test case prewrite secondaries
* try to fix race
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-07-24 16:30:03 +08:00 |
|
|
|
a4c9f816e7
|
txn:set min commit ts for prewrite build for async commit protocol (#18759)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-07-24 14:01:03 +08:00 |
|
|
|
baf6c99b95
|
*: fix a bug causes indexed virtual generated column return wrong value and refine admin check table (#18408)
|
2020-07-24 12:59:47 +08:00 |
|
|
|
a57e95bcaa
|
store/tikv: print log when resolve lock rollback keys (#18736)
when the metric resolve lock is high, this log makes the debug process easier
|
2020-07-24 12:33:35 +08:00 |
|
|
|
9995ad7451
|
brie: add default backup gc-ttl to 5m (#18750)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-07-24 10:12:17 +08:00 |
|
|
|
820f2cd939
|
executor: fix the key representation of 'show table regions' (#18721)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
|
2020-07-24 08:54:02 +08:00 |
|
|
|
beaafce2a5
|
statistics:enable memtracker for table statisitic (#18685)
|
2020-07-23 16:13:34 +08:00 |
|
|
|
ed0c14ce2d
|
Revert ".github: Auto Assign Question and Bug Reports (#18738)" (#18739)
|
2020-07-23 15:38:13 +08:00 |
|
|
|
5a56d98a2d
|
.github: Auto Assign Question and Bug Reports (#18738)
|
2020-07-23 15:12:56 +08:00 |
|