Update of /cvsroot/monetdb/sql/src/sql
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30973
Modified Files:
replicas.sql
Log Message:
Add slaves table
U replicas.sql
Index: replicas.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/sql/replicas.sql,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- replicas.sql 31 Aug 2009 05:28:54 -0000 1.1
+++ replicas.sql 4 Sep 2009 19:13:08 -0000 1.2
@@ -17,4 +17,13 @@
-- The replicator information is stored in the table 'replicas'
-create table sys.replicas( id int, stamp timestamp);
+create table sys.replicas(id int, stamp timestamp);
+
+CREATE TABLE sys.slaves (
+ uri varchar(100) NOT NULL,
+ last_connect timestamp,
+ last_disconnect timestamp,
+ logfile varchar(100),
+ tag_delay bigint,
+ time_delay timestamp
+);
------------------------------------------------------------------------------
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