Bug #8219 system hangs on/crashes on getColumns(null, null, "Table", null);
Submitted: 31 Jan 2005 20:22 Modified: 31 Jan 2005 20:50
Reporter: Nicolas de Pomereu Email Updates:
Status: Can't repeat Impact on me:
None 
Category:Connector / J Severity:S1 (Critical)
Version:5.0.2 OS:Windows (Windoww XP SP2)
Assigned to: CPU Architecture:Any

[31 Jan 2005 20:22] Nicolas de Pomereu
Description:
System hangs on/crashes on :

DatabaseMetaData.getColumns(null, null, "Table", null);

Result is the same with both connectors :
- mysql-connector-java-3.1.6-bin.jar
- mysql-connector-java-3.2.0-alpha-bin.jar

This worked on every previous releases starting 3.23 ==> 4.1.

Java version is :
"1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)

How to repeat:
Always the same.

Suggested fix:
None. There is no workaround.
[31 Jan 2005 20:39] Mark Matthews
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.mysql.com/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to 'Open'.

Thank you for your interest in MySQL.
[31 Jan 2005 20:50] Mark Matthews
This is tested in our testsuite, so it's probably something specific to your schema. Can you please post a fully-repeatable testcase that includes the table structures that fail?
[31 Jan 2005 20:58] Nicolas de Pomereu
It happenned first on "Table" if Table is a VIEW.
Then, it happens now on all tables.
I can't repeat it to happen only on a VIEW