mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 04:03:03 +01:00
Misc
This commit is contained in:
parent
ae6d81f130
commit
8bb1008d37
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user