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