MySQL Query Browser like features
Date: February 06, 2009 07:30AM
Restrict design to 2 threads :
1. Interface thread
2. Connection thread
Implications :
- All tabs using the same connection thread.
- If the connection thread is busy, no tabs would allow "Execute" command at that time.
- Paralel queries are not possible in the same instance but if one needs to do so, s/he can start a new query browser.
Benefits :
- Access to user variables and temporary tables are possible without "START TRANSACTION" workaround.
And for Workbench in general, support EVENTs.
Regards,
Serdar