Changeset: d774581c291c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d774581c291c
Modified Files:
        clients/mapiclient/dump.c
Branch: Oct2020
Log Message:

ALL PRIVILEGES includes the TRUNCATE privilege.


diffs (12 lines):

diff --git a/clients/mapiclient/dump.c b/clients/mapiclient/dump.c
--- a/clients/mapiclient/dump.c
+++ b/clients/mapiclient/dump.c
@@ -3003,7 +3003,7 @@ dump_database(Mapi mid, stream *toConsol
                if (sname != NULL && strcmp(schema, sname) != 0)
                        continue;
                mnstr_printf(toConsole, "GRANT");
-               if (priv == 15) {
+               if (priv == 79) {
                        mnstr_printf(toConsole, " ALL PRIVILEGES");
                } else {
                        const char *sep = "";
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to