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:
parent
f346319ea5
commit
24d5c85a93
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user