OPENJPA-592. Oops, reverting earlier commit. I got my issue numbers mixed up.

If MySQL doesn't have a concept of a schema, I do not believe that we should necessarily try to emulate schemas.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/1.1.x@655587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2008-05-12 18:21:28 +00:00
parent 5fcb3c01a0
commit 46720b6f02
1 changed files with 0 additions and 2 deletions

View File

@ -242,8 +242,6 @@ public class MySQLDictionary
if (col.isNotNull() && "0".equals(col.getDefaultString()))
col.setDefaultString(null);
col.setSchemaName(colMeta.getString("TABLE_CAT"));
return col;
}