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

Impure offsets must be 32-bit.

This commit is contained in:
dimitr 2013-08-21 07:16:28 +00:00
parent 78e38a42f0
commit ab8bbef3df

View File

@ -50,7 +50,7 @@ protected:
virtual AggNode* dsqlCopy(DsqlCompilerScratch* dsqlScratch) /*const*/;
private:
USHORT tempImpure;
ULONG tempImpure;
};
class ListAggNode : public AggNode