mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 07:23:03 +01:00
Misc
This commit is contained in:
parent
840c205c48
commit
070c67f96a
@ -3200,7 +3200,7 @@ jrd_prc* MET_procedure(thread_db* tdbb, int id, bool noscan, USHORT flags)
|
||||
parameter->prm_default_value =
|
||||
MET_parse_blob(tdbb, NULL, &pa_default_value, NULL, NULL, false);
|
||||
}
|
||||
catch(const Exception&)
|
||||
catch (const Exception&)
|
||||
{
|
||||
// Here we loose pools created for previous defaults.
|
||||
// Probably we should use common pool for defaults and procedure itself.
|
||||
|
Loading…
Reference in New Issue
Block a user