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

Totally misc.

This commit is contained in:
robocop 2007-12-13 08:28:34 +00:00
parent d4e7c72645
commit 5cf8293407

View File

@ -1966,7 +1966,7 @@ ISC_STATUS GDS_DSQL_FETCH(ISC_STATUS* user_status,
{
if (statement->rsr_flags & RSR_eof)
{
// hvlad: we may had queued fetch packet but received EOF before start
// hvlad: we may have queued fetch packet but received EOF before start
// handling of this packet. Handle it now.
fb_assert(statement->rsr_batch_count == 0 ||
statement->rsr_batch_count == 1);