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
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
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:
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
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
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_
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 -
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
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
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/
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):
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
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
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
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
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
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
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
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/
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
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
21 matches
Mail list logo