Changeset: 5221fce0b044 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5221fce0b044
Modified Files:
sql/src/test/UserDump/Tests/create.stable.out
Branch: default
Log Message:
approved output
diffs (35 lines):
diff -r 43ada286e600 -r 5221fce0b044
sql/src/test/UserDump/Tests/create.stable.out
--- a/sql/src/test/UserDump/Tests/create.stable.out Fri May 21 17:07:49
2010 +0200
+++ b/sql/src/test/UserDump/Tests/create.stable.out Fri May 21 17:13:23
2010 +0200
@@ -56,8 +56,8 @@
"id" bigint,
"ctime" TIMESTAMP,
"arguments" CHARACTER LARGE OBJECT,
- "xtime" bigint,
- "rtime" bigint,
+ "execute" bigint,
+ "result" bigint,
"foot" bigint,
"memory" bigint,
"tuples" bigint,
@@ -65,7 +65,7 @@
"oublock" bigint
);
create view querylog as
-select qd.*, ql.ctime, ql.arguments, ql.xtime, ql.foot, ql.memory, ql.tuples,
ql.inblock, ql.oublock from queryhistory qd, callhistory ql
+select qd.*, ql.ctime, ql.arguments, ql.exec, ql.result, ql.foot, ql.memory,
ql.tuples, ql.inblock, ql.oublock from queryhistory qd, callhistory ql
where qd.id = ql.id;
-- the signature is used in the kernel, don't change it
create procedure keepquery(
@@ -95,6 +95,11 @@
values( id, ctime, arguments, xtime, rtime,
foot, memory, tuples, inblock, oublock );
end;
+create procedure resethistory()
+begin
+ delete from callhistory;
+ delete from queryhistory;
+end;
-- The contents of this file are subject to the MonetDB Public License
-- Version 1.1 (the "License"); you may not use this file except in
-- compliance with the License. You may obtain a copy of the License at
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list