0ec9572a95
Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names since 1981. Firebird is completely free of any registration, licensing or deployment fees. It may be deployed freely for use with any third-party software, whether commercial or not. WWW: http://sourceforge.net/projects/firebird/ WWW: http://www.firebirdsql.org/ PR: 152402 Submitted by: Max Kochubey <root at hangover.org.ru>
11 lines
780 B
C++
11 lines
780 B
C++
--- src/common/config/config.cpp.orig Tue Aug 15 22:53:43 2006
|
|
+++ src/common/config/config.cpp Tue Aug 15 22:54:38 2006
|
|
@@ -111,7 +111,7 @@
|
|
{TYPE_STRING, "RemoteBindAddress", (ConfigValue) 0},
|
|
{TYPE_STRING, "ExternalFileAccess", (ConfigValue) "None"}, // location(s) of external files for tables
|
|
{TYPE_STRING, "DatabaseAccess", (ConfigValue) "Full"}, // location(s) of databases
|
|
- {TYPE_STRING, "UdfAccess", (ConfigValue) "Restrict UDF"}, // location(s) of UDFs
|
|
+ {TYPE_STRING, "UdfAccess", (ConfigValue) "Restrict " FB_LIBEXEC_PREFIX "/UDF"}, // location(s) of UDFs
|
|
{TYPE_STRING, "TempDirectories", (ConfigValue) 0},
|
|
#ifdef DEV_BUILD
|
|
{TYPE_BOOLEAN, "BugcheckAbort", (ConfigValue) true}, // whether to abort() engine when internal error is found
|