* For the query above, when working with the subquery, we should
* require select privilege on t2.c2 rather than update privilege.
* Prior to fix for DERBY-4191, we were collecting update privilege
* requirement for t2.c2 rather than select privilege
*/
cc.pushCurrentPrivType(Authorizer.SELECT_PRIV);
resultSet = resultSet.bindNonVTITables(getDataDictionary(), fromList);
resultSet = resultSet.bindVTITables(fromList);
/* Set the subquery # for this SubqueryNode */