diff options
| author | Sergey Skvortsov <skv@FreeBSD.org> | 2006-03-17 10:23:32 +0000 |
|---|---|---|
| committer | Sergey Skvortsov <skv@FreeBSD.org> | 2006-03-17 10:23:32 +0000 |
| commit | 07e0d9ced24182934d546ae880c56a5b0cb0e2f0 (patch) | |
| tree | 79b86bc6970d6a9dc63920ec6c8a1cbbcd4622b3 /databases/firebird2-server/files/patch-src%common%config%config.cpp | |
| parent | Update to 2006.03.17. (diff) | |
Update to 1.5.3
* move "intl/" and "UDF/" from "/var/db/firebird"
into "libexec/firebird/"
* add support for amd64 (UNSTABLE)
Diffstat (limited to '')
| -rw-r--r-- | databases/firebird2-server/files/patch-src%common%config%config.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/firebird2-server/files/patch-src%common%config%config.cpp b/databases/firebird2-server/files/patch-src%common%config%config.cpp new file mode 100644 index 000000000000..34645c66ca09 --- /dev/null +++ b/databases/firebird2-server/files/patch-src%common%config%config.cpp @@ -0,0 +1,11 @@ +--- src/common/config/config.cpp.orig Wed Mar 15 14:17:53 2006 ++++ src/common/config/config.cpp Wed Mar 15 14:18:30 2006 +@@ -106,7 +106,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}, + {TYPE_BOOLEAN, "BugcheckAbort", (ConfigValue) false}, // whether to abort() engine when internal error is found + {TYPE_BOOLEAN, "OldColumnNaming", (ConfigValue) false} // if true use old column naming rules |
