mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:03:04 +01:00
Fixed bug (c++ porting error, bug not present in FB1) that prevented most views from working.
This commit is contained in:
parent
a00ae47b34
commit
ac132b16af
@ -24,7 +24,7 @@
|
||||
*
|
||||
*/
|
||||
/*
|
||||
$Id: met.epp,v 1.7 2002-03-31 00:38:21 tamlin Exp $
|
||||
$Id: met.epp,v 1.8 2002-04-01 00:03:51 bellardo Exp $
|
||||
*/
|
||||
// This MUST be at the top of the file
|
||||
#ifdef DARWIN
|
||||
@ -2976,7 +2976,7 @@ void MET_scan_relation( TDBB tdbb, REL relation)
|
||||
}
|
||||
else
|
||||
{
|
||||
dependencies = (VOLATILE BOOLEAN)
|
||||
relation->rel_view_rse =
|
||||
(RSE) MET_parse_blob(tdbb,
|
||||
relation,
|
||||
(SLONG*)&REL.RDB$VIEW_BLR,
|
||||
|
Loading…
Reference in New Issue
Block a user