Don't complain that indices created by hsqldb are stale
This commit is contained in:
@@ -233,8 +233,8 @@ public class HSQLBuilder
|
|||||||
@Override
|
@Override
|
||||||
public boolean isPrivateIndex (String index, Map<String, FullTextIndex> fullTextIndexes)
|
public boolean isPrivateIndex (String index, Map<String, FullTextIndex> fullTextIndexes)
|
||||||
{
|
{
|
||||||
// The HSQLDB builder does not yet have any private indexes;
|
// HSQLDB system indices start with SYS_IDX
|
||||||
return false;
|
return index.startsWith("SYS_IDX");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user