mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:43:03 +01:00
Let use correct rsb type in PLAN output
This commit is contained in:
parent
f0ac4a6a5c
commit
f312a3afce
@ -261,7 +261,7 @@ void RecursiveStream::dump(thread_db* tdbb, UCharBuffer& buffer)
|
||||
buffer.add(isc_info_rsb_begin);
|
||||
|
||||
buffer.add(isc_info_rsb_type);
|
||||
buffer.add(isc_info_rsb_left_cross);
|
||||
buffer.add(isc_info_rsb_recursive);
|
||||
|
||||
buffer.add(2);
|
||||
m_root->dump(tdbb, buffer);
|
||||
|
Loading…
Reference in New Issue
Block a user