MySQL Forums
Forum List  »  MySQL Workbench

MySQL Query Browser like features
Posted by: Serdar S. Kacar
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

Options: ReplyQuote


Subject
Views
Written By
Posted
MySQL Query Browser like features
3837
February 06, 2009 07:30AM
2782
March 12, 2009 01:38AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.