Enhancement
Need adding mysql variable max_threads for TiFlash.
Now if we want change max_threads in TiFlash, we need modify TiFlash config and restart TiFlash.
So we add mysql variable max_threads that we can just set max_threads in TiDB client to make the param go into effect in a session immediately.