MonetDB: userprofile - reinitialize the USRstats seems needed.

2022-07-06 Thread Niels Nes
Changeset: 5d7f6a2e157b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5d7f6a2e157b Modified Files: monetdb5/mal/mal_runtime.c Branch: userprofile Log Message: reinitialize the USRstats seems needed. diffs (14 lines): diff --git a/monetdb5/mal/mal_runtime.c b/monetdb5/mal/mal_r

MonetDB: userprofile - return username from cntxt (ie solves nes...

2022-07-06 Thread Niels Nes
Changeset: 5ad002126a6f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5ad002126a6f Modified Files: monetdb5/mal/mal_authorize.c Branch: userprofile Log Message: return username from cntxt (ie solves nested transactions) diffs (14 lines): diff --git a/monetdb5/mal/mal_authorize

MonetDB: sql_profiler - More genericEvents(sql layer). Missing t...

2022-07-06 Thread Lucas Pereira
Changeset: e098c8734b86 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e098c8734b86 Modified Files: monetdb5/mal/mal_client.c monetdb5/mal/mal_profiler.c monetdb5/mal/mal_profiler.h sql/backends/monet5/sql.c sql/backends/monet5/sql_scenario.c Branch:

MonetDB: userprofile - revert back user stats to fix server crash

2022-07-06 Thread svetlin
Changeset: 85100c53f541 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/85100c53f541 Modified Files: monetdb5/mal/mal_runtime.c sql/backends/monet5/sql.h Branch: userprofile Log Message: revert back user stats to fix server crash diffs (36 lines): diff --git a/monetdb5/m

MonetDB: userprofile - change back to default path being 'sys'

2022-07-06 Thread svetlin
Changeset: bfa170f883bb for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/bfa170f883bb Modified Files: sql/backends/monet5/sql_user.c Branch: userprofile Log Message: change back to default path being 'sys' diffs (108 lines): diff --git a/sql/backends/monet5/sql_user.c b/sql/backe

MonetDB: userprofile - fixed test

2022-07-06 Thread Niels Nes
Changeset: 2edb42b2b82e for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2edb42b2b82e Modified Files: sql/test/sys-schema/Tests/check_ForeignKey_referential_integrity.test Branch: userprofile Log Message: fixed test diffs (17 lines): diff --git a/sql/test/sys-schema/Tests/check_

MonetDB: userprofile - lookup of username just failed, ie don't ...

2022-07-06 Thread Niels Nes
Changeset: d1a611836274 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d1a611836274 Modified Files: monetdb5/mal/mal_authorize.c Branch: userprofile Log Message: lookup of username just failed, ie don't use it in the error (will crash or print (null)). diffs (12 lines): diff -

MonetDB: userprofile - small compilation fix, ie always lookup t...

2022-07-06 Thread Niels Nes
Changeset: 08d123b8da90 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/08d123b8da90 Modified Files: sql/backends/monet5/sql_user.c Branch: userprofile Log Message: small compilation fix, ie always lookup the schema rid based on the schema_id diffs (19 lines): diff --git a/sql/b

MonetDB: userprofile - don't user db_users anymore.

2022-07-06 Thread Niels Nes
Changeset: b03d5e39417f for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b03d5e39417f Modified Files: sql/scripts/10_sys_schema_extension.sql Branch: userprofile Log Message: don't user db_users anymore. diffs (12 lines): diff --git a/sql/scripts/10_sys_schema_extension.sql b/sq

MonetDB: userprofile - don't keep stats for contexts without a u...

2022-07-06 Thread Niels Nes
Changeset: 70572b11ea17 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/70572b11ea17 Modified Files: monetdb5/mal/mal_runtime.c Branch: userprofile Log Message: don't keep stats for contexts without a username diffs (12 lines): diff --git a/monetdb5/mal/mal_runtime.c b/monetdb5/

MonetDB: userprofile - make sure we clear the USRstats when a ne...

2022-07-06 Thread Niels Nes
Changeset: 6e9b14b06f1b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/6e9b14b06f1b Modified Files: monetdb5/mal/mal_runtime.c Branch: userprofile Log Message: make sure we clear the USRstats when a new user (with the same old (r)id) starts for the first time. diffs (13 lines):

MonetDB: default - Mtest.py: show server stderr when Bits, Modul...

2022-07-06 Thread Joeri van Ruth
Changeset: 1f396bd7148c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/1f396bd7148c Modified Files: testing/Mconvert.py.in testing/Mtest.py.in Branch: default Log Message: Mtest.py: show server stderr when Bits, Modules & Threads check fails diffs (24 lines): diff --git

MonetDB: userprofile - no more getpasswd, no need to test that

2022-07-06 Thread Niels Nes
Changeset: e873e58946db for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e873e58946db Modified Files: monetdb5/modules/mal/Tests/All Branch: userprofile Log Message: no more getpasswd, no need to test that diffs (14 lines): diff --git a/monetdb5/modules/mal/Tests/All b/monetdb5/m

MonetDB: default - Fix misunderstanding about the return value o...

2022-07-06 Thread Joeri van Ruth
Changeset: 743aa25a2ee0 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/743aa25a2ee0 Modified Files: monetdb5/mal/mal.c Branch: default Log Message: Fix misunderstanding about the return value of TlsSetValue diffs (12 lines): diff --git a/monetdb5/mal/mal.c b/monetdb5/mal/mal.c

MonetDB: userprofile - merge heads

2022-07-06 Thread svetlin
Changeset: 13576df02948 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/13576df02948 Branch: userprofile Log Message: merge heads diffs (14 lines): diff --git a/sql/backends/monet5/sql_user.c b/sql/backends/monet5/sql_user.c --- a/sql/backends/monet5/sql_user.c +++ b/sql/backends/monet5

MonetDB: userprofile - small fix

2022-07-06 Thread svetlin
Changeset: 2370db75d249 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2370db75d249 Modified Files: clients/Tests/exports.py Branch: userprofile Log Message: small fix diffs (16 lines): diff --git a/clients/Tests/exports.py b/clients/Tests/exports.py --- a/clients/Tests/exports

MonetDB: userprofile - include all needed columns from db_user_info

2022-07-06 Thread Niels Nes
Changeset: 8702aad53ba3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/8702aad53ba3 Modified Files: sql/backends/monet5/sql_user.c Branch: userprofile Log Message: include all needed columns from db_user_info diffs (14 lines): diff --git a/sql/backends/monet5/sql_user.c b/sql/b

MonetDB: default - No output of WARNING or below to the tracer f...

2022-07-06 Thread Panagiotis Koutsourakis
Changeset: db07269c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/db07269c Modified Files: gdk/gdk_tracer.c Branch: default Log Message: No output of WARNING or below to the tracer file by default CRITICAL, ERROR, and WARNING messages are always written in stderr. If the

MonetDB: userprofile - approve test

2022-07-06 Thread svetlin
Changeset: 0ba4487289d2 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/0ba4487289d2 Modified Files: clients/Tests/exports.py clients/Tests/exports.stable.out Branch: userprofile Log Message: approve test diffs (49 lines): diff --git a/clients/Tests/exports.py b/clients/

MonetDB: imdbairperf - Yet another dummy commit.

2022-07-06 Thread Aris Koning
Changeset: 1046e01a32dd for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/1046e01a32dd Modified Files: foo Branch: imdbairperf Log Message: Yet another dummy commit. diffs (8 lines): diff --git a/foo b/foo --- a/foo +++ b/foo @@ -2,3 +2,4 @@ bar stuff bla bla bla bla bla +bla b

MonetDB: userprofile - now the db_users() function returns an em...

2022-07-06 Thread Niels Nes
Changeset: f86338190287 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/f86338190287 Modified Files: sql/backends/monet5/sql_user.c Branch: userprofile Log Message: now the db_users() function returns an empty result, change the users view into just returning the db_user_info colu