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

Removed the record size limit for aggregates/unions.

This commit is contained in:
dimitr 2013-08-21 09:14:09 +00:00
parent c1cbd97163
commit 4f094c7fd8

View File

@ -3475,9 +3475,6 @@ static void processMap(thread_db* tdbb, CompilerScratch* csb, MapNode* map, Form
offset += desc3->dsc_length;
}
if (offset > MAX_RECORD_SIZE)
ERR_post(Arg::Gds(isc_imp_exc) << Arg::Gds(isc_blktoobig));
format->fmt_length = offset;
format->fmt_count = format->fmt_desc.getCount();
}