Bug #12541 | Handling of catalog argument in DatabaseMetaData.getIndexInfo() | ||
---|---|---|---|
Submitted: | 12 Aug 2005 6:58 | Modified: | 17 Oct 2005 19:43 |
Reporter: | Jörgen Rydenius | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | 3.1.10 | OS: | |
Assigned to: | Mark Matthews | CPU Architecture: | Any |
[12 Aug 2005 6:58]
Jörgen Rydenius
[12 Aug 2005 21:25]
Mark Matthews
Patch is at http://lists.mysql.com/internals/28238 This should show up in this evening's nightly build after 00:00 GMT August 13th, at http://downloads.mysql.com/snapshots.php#connector-j if you want to test it.
[21 Oct 2009 2:49]
pang zhigang
rs = meta.getTables(catalog, schema, "%", TYPES); remarks = rs.getString("REMARKS"); remarks is null ?