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

Fixed the binary plan output, thanks to Claudio.

This commit is contained in:
dimitr 2009-12-13 07:38:26 +00:00
parent 14840f3848
commit a2ae164ff4

View File

@ -230,6 +230,9 @@ bool ProcedureScan::lockRecord(thread_db* tdbb)
void ProcedureScan::dump(thread_db* tdbb, UCharBuffer& buffer)
{
buffer.add(isc_info_rsb_begin);
buffer.add(isc_info_rsb_procedure);
buffer.add(isc_info_rsb_begin);
buffer.add(isc_info_rsb_relation);
@ -239,6 +242,7 @@ void ProcedureScan::dump(thread_db* tdbb, UCharBuffer& buffer)
buffer.add(isc_info_rsb_sequential);
buffer.add(isc_info_rsb_end);
buffer.add(isc_info_rsb_end);
}
void ProcedureScan::assignParams(thread_db* tdbb,