Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
23.02.8, 23.08.4
-
None
Description
Steps to reproduce:
- Execute the following statements:
SET SESSION interactive_timeout = 5;
SET SESSION wait_timeout = 5;
- Wait for 5 seconds
- Click the "Refresh" schema button
- A dialog will show up for reconnecting the connection due to the "Server has gone away" error
- Click "Reconnect"
Expect result:
After reconnecting successfully, the schema explorer should not be disabled
Actual:
The schema explorer is disabled until pressing f5