Changeset: 56fe2754d6b8 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=56fe2754d6b8
Modified Files:
        sql/src/jdbc/tests/Tests/Test_JdbcClient.stable.out
Branch: Oct2010
Log Message:

revert incorrect approval from commit 80355d58b23e in the sense that
system tables are really system tables now, and hence should be
invisible


diffs (52 lines):

diff -r b63199d332f7 -r 56fe2754d6b8 
sql/src/jdbc/tests/Tests/Test_JdbcClient.stable.out
--- a/sql/src/jdbc/tests/Tests/Test_JdbcClient.stable.out       Fri Oct 01 
12:39:48 2010 +0200
+++ b/sql/src/jdbc/tests/Tests/Test_JdbcClient.stable.out       Fri Oct 01 
13:00:12 2010 +0200
@@ -147,32 +147,6 @@
 INSERT INTO "allnewtriples" VALUES (6, 2, 2, 1, false);
 INSERT INTO "allnewtriples" VALUES (7, 2, 2, 2, false);
 
-CREATE TABLE "queryhistory" (
-       "id"       wrd          NOT NULL,
-       "defined"  timestamp(6),
-       "name"     clob     ,
-       "query"    clob     ,
-       "parse"    bigint   ,
-       "optimize" bigint   ,
-       CONSTRAINT "queryhistory_id_pkey" PRIMARY KEY ("id")
-);
-
-
-CREATE TABLE "callhistory" (
-       "id"        wrd      ,
-       "ctime"     timestamp(6),
-       "arguments" clob     ,
-       "execute"   bigint   ,
-       "result"    bigint   ,
-       "foot"      bigint   ,
-       "memory"    bigint   ,
-       "tuples"    wrd      ,
-       "inblock"   bigint   ,
-       "oublock"   bigint   ,
-       CONSTRAINT "callhistory_id_fkey" FOREIGN KEY ("id") REFERENCES 
"sys"."queryhistory" ("id")
-);
-
-
 CREATE TABLE "foreign" (
        "id"        int NOT NULL,
        "subject"   int NOT NULL,
@@ -206,15 +180,6 @@
 CREATE INDEX "triples_subject_predicate_idx" ON "triples" ("subject", 
"predicate");
 
 
-CREATE TABLE "url_test" (
-       "theurl" url ,
-       "name"   clob
-);
-
-
-CREATE VIEW "querylog" AS 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;
-
 COMMIT;
 
 # 20:01:25 >  
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to