This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 156639

Summary: "Create Database" dialog disappears if DB with specified name exists
Product: db Reporter: Roman Mostyka <romanmostyka>
Component: MySQLAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Roman Mostyka 2009-01-12 18:28:08 UTC
1. Connect to MySQL server.
2. Rightclick it's node and choose "Create Database...".
3. Choose "sample" DB and click "OK". "sample" DB will be created.
4. Rightclick it's node and choose "Create Database...".
5. Choose "sample" DB and click "OK".

Result: Message that "sample" DB exists is shown and "Create Database" dialog disappears. But if user enters name of
existed DB mistakenly, it should be necessary to invoke "Create Database" dialog again. Instead of this we can still
show this dialog and then user can cancel it or enter new correct DB name without any additional actions.
Comment 1 Jiri Rechtacek 2009-02-10 15:39:26 UTC
Reassigned to new owner.
Comment 2 Jiri Rechtacek 2009-07-01 07:44:23 UTC
NB6.7 was released already - http://www.netbeans.org/community/releases/67/
Postpone fixing this issue on the next release.
Comment 3 Jiri Rechtacek 2010-01-06 04:30:48 UTC
core-main/rev/94e5d52faea3
Comment 4 Quality Engineering 2010-01-06 23:38:24 UTC
Integrated into 'main-golden', will be available in build *201001070200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/94e5d52faea3
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #156639:  "Create Database" dialog disappears if DB with specified name exists