You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tidb>select @@session.max_connections;
ERROR 1238 (HY000): Variable 'max_connections' is a GLOBAL variable
tidb>select @@global.last_insert_id;
ERROR 1238 (HY000): Variable 'last_insert_id' is a SESSION variable
3. What did you see instead (Required)
tidb>select @@session.max_connections;
ERROR 1238 (HY000): Variable 'max_connections' is a SESSION variable
tidb>select @@global.last_insert_id;
ERROR 1238 (HY000): Variable 'last_insert_id' is a GLOBAL variable
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered:
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: