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

Improved error message.

上级 768b6d56
......@@ -1302,7 +1302,7 @@ public class PageStore implements CacheWriter {
} else {
Index p = metaObjects.get(parent);
if (p == null) {
throw DbException.throwInternalError("parent not found:" + parent);
throw DbException.get(ErrorCode.FILE_CORRUPTED_1, "Table not found:" + parent + " for " + row + " meta:" + metaObjects);
}
TableData table = (TableData) p.getTable();
Column[] tableCols = table.getColumns();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论