Skip to content

Commit

Permalink
Fixed #7357: lock manager error when connect a Firebird 3.0 database …
Browse files Browse the repository at this point in the history
…more than once using Classic/SuperClassic Firebird 4.0 service
  • Loading branch information
AlexPeshkoff committed Nov 3, 2022
1 parent 1aecd85 commit c8b74dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/yvalve/why.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6390,6 +6390,7 @@ YAttachment* Dispatcher::attachOrCreateDatabase(CheckStatusWrapper* status, bool
case isc_lock_dir_access:
case isc_no_priv:
case isc_wrong_ods:
case isc_wrong_shmem_ver:
currentStatus = &tempCheckStatusWrapper;
// fall down...
case isc_unavailable:
Expand Down

0 comments on commit c8b74dc

Please sign in to comment.