Skip to content

Commit

Permalink
TEIID-4626 fixing the property
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Feb 28, 2017
1 parent ad3639b commit de6eaf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/src/main/resources/org/teiid/metadata/SYSADMIN.sql
Expand Up @@ -514,7 +514,7 @@ BEGIN
vdbVersion = '0';
END

DECLARE string pct = (SELECT "value" from SYS.Properties WHERE UID = VARIABLES.uid AND Name = '{http://www.teiid.org/ext/relational/2012}MATVIEW_LAZY_MAX_ALLOWED_STALENESS_PCT');
DECLARE string pct = (SELECT "value" from SYS.Properties WHERE UID = VARIABLES.uid AND Name = '{http://www.teiid.org/ext/relational/2012}MATVIEW_MAX_STALENESS_PCT');

DECLARE string statusTable = (SELECT "value" from SYS.Properties WHERE UID = VARIABLES.uid AND Name = '{http://www.teiid.org/ext/relational/2012}MATVIEW_STATUS_TABLE');
DECLARE string selectCriteria = ' WHERE VDBName = DVARS.vdbName AND VDBVersion = DVARS.vdbVersion AND schemaName = DVARS.schemaName AND Name = DVARS.viewName';
Expand Down
Expand Up @@ -3,7 +3,7 @@ Name Body
loadMatView Clob[11708]
matViewStatus Clob[3119]
updateMatView Clob[8839]
updateStaleCount Clob[3487]
updateStaleCount Clob[3474]
Row Count : 4
getColumnName getColumnType getCatalogName getColumnClassName getColumnLabel getColumnTypeName getSchemaName getTableName getColumnDisplaySize getPrecision getScale isAutoIncrement isCaseSensitive isCurrency isDefinitelyWritable isNullable isReadOnly isSearchable isSigned isWritable
Name 12 PartsSupplier java.lang.String Name string SYSADMIN StoredProcedures 255 255 0 false true false false 0 true true false false
Expand Down

0 comments on commit de6eaf1

Please sign in to comment.