8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 04:03:03 +01:00
This commit is contained in:
asfernandes 2006-07-29 01:41:41 +00:00
parent ae6d81f130
commit 8bb1008d37

View File

@ -2050,7 +2050,7 @@ static RTN walk_relation(thread_db* tdbb, vdr* control, jrd_rel* relation)
relation->rel_name.c_str(), relation->rel_owner_name.c_str());
#endif
/* If it's a view or external file, skip this */
/* If it's a view, external file or virtual table, skip this */
if (relation->rel_view_rse || relation->rel_file || relation->isVirtual()) {
return rtn_ok;