8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 03:23:03 +01:00

1) Simplified the internal provider API a little.

2) Passed the original filename (possibly an alias) via DPB. This way it can be transmitted through the remote subsystem.

Hopefully, this should fix CORE-1105, CORE-1390 and CORE-1566 at once.
Although a better hope would be that it won't break anything else :-)
This commit is contained in:
dimitr 2008-04-17 16:02:46 +00:00
parent a082f9fc3c
commit 8a07d31e5f

View File

@ -106,6 +106,7 @@
#define isc_dpb_trusted_auth 73
#define isc_dpb_process_name 74
#define isc_dpb_trusted_role 75
#define isc_dpb_org_filename 76
/**************************************************/
/* clumplet tags used inside isc_dpb_address_path */