Ensure that maintenance job should be worked properly for indexes under a materialized view. Fixes #4223.

This commit is contained in:
Akshay Joshi
2020-05-11 16:47:36 +05:30
parent 073d90c4a6
commit 9d08776824
3 changed files with 6 additions and 0 deletions

View File

@@ -347,6 +347,8 @@ define([
table = treeInfo.partition._label;
} else if (treeInfo.table != undefined) {
table = treeInfo.table._label;
} else if (treeInfo.mview != undefined) {
table = treeInfo.mview._label;
}
if (treeInfo.primary_key != undefined) {