Session migration doesn't consider set resource group
#42884
Labels
feature/developing
the related feature is in development
severity/moderate
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
set resource group rg1
show session_states
set session_states
on another session with the above session statesSELECT CURRENT_RESOURCE_GROUP()
on the new session2. What did you expect to see? (Required)
The output should be
rg1
3. What did you see instead (Required)
The output is not
rg1
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: