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 68153

Summary: problems with mysql 5 views
Product: db Reporter: dealeylama <dealeylama>
Component: CodeAssignee: Andrei Badea <abadea>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Source of my MySQL5-Views-Patch in org.netbeans.lib.ddl.impl.DriverSpecification

Description dealeylama 2005-11-05 11:27:16 UTC
it's impossible to access the 'views' and 'procedures' folders in netbeans 4.1 -
in 5.0 dev also - although the connected mysql 5.0.15-server supports them.
all i get is a popup-error-message telling me mysql doesn't support views
respectively procedures.
a closer look at the connectorj-driver for mysql shows that vies ARE supported
by the actual driver version 3.1.11.
could this be a bug?
Comment 1 dealeylama 2005-11-14 22:37:38 UTC
Created attachment 26941 [details]
Source of my MySQL5-Views-Patch in org.netbeans.lib.ddl.impl.DriverSpecification
Comment 2 Andrei Badea 2005-11-20 22:50:17 UTC
Thanks for the patch! Fixed for views. The procedures bug is filed as issue
68771, so closing.

Checking in libsrc/org/netbeans/lib/ddl/adaptors/DefaultAdaptor.java;
/cvs/db/libsrc/org/netbeans/lib/ddl/adaptors/DefaultAdaptor.java,v  <-- 
DefaultAdaptor.java
new revision: 1.20; previous revision: 1.19
done
Checking in libsrc/org/netbeans/lib/ddl/impl/DriverSpecification.java;
/cvs/db/libsrc/org/netbeans/lib/ddl/impl/DriverSpecification.java,v  <-- 
DriverSpecification.java
new revision: 1.20; previous revision: 1.19
done
Comment 3 Martin Schovanek 2005-11-21 15:13:25 UTC
VERIFIED