8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 08:03:03 +01:00

More protections.

This commit is contained in:
dimitr 2006-07-28 12:11:36 +00:00
parent 3291c79d46
commit e416d25c05

View File

@ -235,6 +235,9 @@ void IDX_create_index(
ERR_post(isc_no_meta_update, isc_arg_gds, isc_extfile_uns_op, ERR_post(isc_no_meta_update, isc_arg_gds, isc_extfile_uns_op,
isc_arg_string, ERR_cstring(relation->rel_name), 0); isc_arg_string, ERR_cstring(relation->rel_name), 0);
} }
else if (relation->isVirtual()) {
ERR_post(isc_no_meta_update, isc_arg_gds, isc_wish_list, 0);
}
get_root_page(tdbb, relation); get_root_page(tdbb, relation);