vieten / sequel-pro

Automatically exported from code.google.com/p/sequel-pro
Other
0 stars 0 forks source link

Delete Database invariably hangs the application. #1116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select a database.
2. Delete Database from the Database menu.
3. Watch the spinning beach ball of death.

What is the expected output? I expect the database to drop, which does 
complete, and the application to return, which it doesn't.

What do you see instead? The spinning beach ball of death.  

What version of Sequel Pro are you using? Verified on OSX 10.6.5/6/7/8 with 
Sequel Pro 0.9.8 and 0.9.9, and OSX 10.7 with Sequel Pro 0.9.9.

What version of MySQL are you connecting to on the server? 5.1.57, compiled 
through macports.

Please provide any additional information below.
There are a few other 'application doesn't respond after long running query' 
which may or may not be related.  In the command line mysql app, drop database 
statements take around 5 seconds to complete.  My databases range in size from 
10 to 500 megs, and they all contain around 200 tables.

Original issue reported on code.google.com by andrew.k...@gmail.com on 14 Jul 2011 at 8:58

GoogleCodeExporter commented 9 years ago
I forgot to mention that I checked Console.app for any information related to 
Sequel Pro, and I didn't find anything.

Original comment by andrew.k...@gmail.com on 14 Jul 2011 at 9:01

GoogleCodeExporter commented 9 years ago
Could not reproduce in r3348

* Does this happen with any server or only with one particular one?
* Does this happen with every database or only a particular one?
* Do your table/db names contain any non-ASCII characters?
* Is this reproducable if you dump and reimport the database?
* Are there tables other than MyISAM in the DB?
* Does this happen with a clean user profile too?
* When SP hangs could you launch Activity Monitor, select SP, click Analyze 
Process and post the output?

Original comment by schlabbe...@gmail.com on 15 Jul 2011 at 2:34

GoogleCodeExporter commented 9 years ago

Original comment by stuart02 on 12 Aug 2011 at 6:57