Changeset: 463a1be92485 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=463a1be92485
Modified Files:
        tools/merovingian/utils/utils.c
Branch: transaction-replication
Log Message:

Add embedr to the list of default properties


diffs (20 lines):

diff --git a/tools/merovingian/utils/utils.c b/tools/merovingian/utils/utils.c
--- a/tools/merovingian/utils/utils.c
+++ b/tools/merovingian/utils/utils.c
@@ -129,6 +129,7 @@ freeConfFile(confkeyval *list) {
  */
 int
 defaultProperty(char *property) {
+       // TODO: find a better way to do this
        if (property != NULL && strcmp(property, "type") == 0) {
                return 1;
        } else if (property != NULL && strcmp(property, "shared") == 0) {
@@ -141,6 +142,8 @@ defaultProperty(char *property) {
                return 1;
        } else if (property != NULL && strcmp(property, "mfunnel") == 0) {
                return 1;
+       } else if (property != NULL && strcmp(property, "embedr") == 0) {
+               return 1;
        }
        return 0;
 }
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to