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

Fixed my mistake, thanks to Dimitry Sibiryakov

This commit is contained in:
Vlad Khorsun 2023-04-03 15:52:36 +03:00
parent f346319ea5
commit 24d5c85a93

View File

@ -949,7 +949,7 @@ void INF_database_info(thread_db* tdbb,
case fb_info_parallel_workers:
length = INF_convert(att->att_parallel_workers, buffer);
continue;
break;
default:
buffer[0] = item;