
|
If you were logged in you would be able to see more operations.
|
|
|
| Planning Status: |
Unspecified
|
|
Reported by Ivan Prenosil at fb-devel :
For the new command to execute statements in external databases
EXECUTE STATEMENT ' ... ' ON EXTERNAL 'mydb.fdb';
the documentation says
... started new transaction with the same parameters as current transaction ...
but it ignores WAIT parameter. I guess it is by design because of impossibility
to detect deadlocks between two databases, right ?
But it also ignores this parameter
SET TRANSACTION LOCK TIMEOUT 5
Is it intentional ?
|
|
Description
|
Reported by Ivan Prenosil at fb-devel :
For the new command to execute statements in external databases
EXECUTE STATEMENT ' ... ' ON EXTERNAL 'mydb.fdb';
the documentation says
... started new transaction with the same parameters as current transaction ...
but it ignores WAIT parameter. I guess it is by design because of impossibility
to detect deadlocks between two databases, right ?
But it also ignores this parameter
SET TRANSACTION LOCK TIMEOUT 5
Is it intentional ?
|
Show » |
| There are no comments yet on this issue.
|
|