提交 c3350cc2 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 67708c2a
......@@ -724,8 +724,6 @@ class WebThread extends Thread implements DatabaseEventListener {
private int addIndexes(DatabaseMetaData meta, String table, String schema, StringBuilder buff, int treeIndex)
throws SQLException {
// index reading is very slow for oracle (2 seconds per index), so don't
// do it
ResultSet rs = meta.getIndexInfo(null, schema, table, false, true);
HashMap<String, IndexInfo> indexMap = New.hashMap();
while (rs.next()) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论