Update of /cvsroot/monetdb/sql/src/sql
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29531

Modified Files:
        octopus.sql 
Added Files:
        replicas.sql 
Log Message:
The replication initialization script.


--- NEW FILE: replicas.sql ---
-- 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
-- http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html
--
-- Software distributed under the License is distributed on an "AS IS"
-- basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
-- License for the specific language governing rights and limitations
-- under the License.
--
-- The Original Code is the MonetDB Database System.
--
-- The Initial Developer of the Original Code is CWI.
-- Copyright August 2008-2009 MonetDB B.V.
-- All Rights Reserved.


-- The replicator information is stored in the table 'replicas'

create table sys.replicas( id int, stamp timestamp);

U octopus.sql
Index: octopus.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/sql/octopus.sql,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- octopus.sql 10 Jan 2009 09:19:46 -0000      1.2
+++ octopus.sql 31 Aug 2009 05:28:54 -0000      1.3
@@ -36,7 +36,7 @@
        prt int, 
        usr string, 
        pw string) external name sql.newAquarium;
-create procedure dropAquarium(nme string) external name sql.dropAquarium;
+--create procedure dropAquarium(nme string) external name sql.dropAquarium;
 
 -- updates on these tables are propagated to the octopus scheduler.
 create trigger acquariumInsert


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to