Commit Graph

16 Commits

Author SHA1 Message Date
331f69f52d planner,infoschema,executor: Add tiflash fine grained shuffle support for hash join and aggregation (#40121)
close pingcap/tidb#40123
2023-01-06 09:24:20 +08:00
cb414e7847 executor: support setting config online for TiFlash raftstore-proxy (#38014)
ref pingcap/tidb#17061
2022-09-22 18:41:03 +08:00
d6d0ce7b10 *: gofmt code for adapting go 1.19 (#36832)
ref pingcap/tidb#36879
2022-08-11 12:50:49 +08:00
1bf64c60f4 *: Refactor FieldType structure (#33569)
close pingcap/tidb#32116
2022-04-26 19:28:51 +08:00
39a8562541 executor: fix 'set config' string escaping (#31319)
close pingcap/tidb#31258
2022-01-25 11:26:11 +08:00
xhe
94e30df8e2 parser: fix compiling, add unit tests (#28700) 2021-10-11 23:15:25 +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
b452fe99c1 executor: allow SET CONFIG to accept hostnames (#26906) 2021-08-05 11:29:13 +08:00
39bd181213 *: Upgrade to go 1.16 && remove deprecated io/ioutil (#24527) 2021-05-25 12:07:34 +08:00
931ff98df5 simple fixes for the staticcheck linter (#18923)
Note that this found 2 bugs where errors were being silently ignored.

These are really simple fixes that didn't require much thought.
There are still more staticcheck warnings that should be fixed.

Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
2020-08-06 13:38:17 +08:00
ddd8f37616 executor: fix invalid converting in TiDB that convert bool values 'true' to int numbers '1' in 'set config' (#17142) 2020-05-13 10:42:19 +08:00
e0ec3e3cab executor: return an error if the target instance is not found in 'set config' statements (#17137) 2020-05-12 20:21:36 +08:00
b367d121d9 executor: return an error when updating TiDB instances' config items by 'set config'(#17100) 2020-05-12 10:57:15 +08:00
468b8c6f7b executor, privilege: introduce a new privilege for the set config statement (#16847) 2020-04-27 14:17:38 +08:00
a731265f65 executor: do not quote numbers in JSON data when using set config #16829 (#16835) 2020-04-26 23:17:20 +08:00
e3669cb1da executor: support 'SET CONFIG' syntax to change configs of TiKV/PD instances (#16480) 2020-04-23 17:09:19 +08:00