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

Modified Files:
        sql_optimizer.mx 
Log Message:
Use the new name for the replication module.


U sql_optimizer.mx
Index: sql_optimizer.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_optimizer.mx,v
retrieving revision 1.229
retrieving revision 1.230
diff -u -d -r1.229 -r1.230
--- sql_optimizer.mx    6 Sep 2009 22:49:41 -0000       1.229
+++ sql_optimizer.mx    15 Sep 2009 19:44:38 -0000      1.230
@@ -451,7 +451,7 @@
 int
 SQLvalidatePipeline(void){
        int error= 0;
-       int mitosis= FALSE, deadcode= FALSE, mergetable= FALSE, replicator= 
FALSE;
+       int mitosis= FALSE, deadcode= FALSE, mergetable= FALSE, replication= 
FALSE;
        int i;
 
        if (optimizers[0] &&  strcmp(optimizers[0],"inline") ){
@@ -469,8 +469,8 @@
                if (strcmp(optimizers[i],"mergetable") == 0)
                        mergetable= TRUE;
                else
-               if (strcmp(optimizers[i],"replicator") == 0)
-                       replicator= TRUE;
+               if (strcmp(optimizers[i],"replication") == 0)
+                       replication= TRUE;
 
 #ifdef WIN32
                else
@@ -496,8 +496,8 @@
 For replicated databases we need to ensure that the corresponding optimizer
 is enabled.
 @c
-       if ( MASTERroleEnabled() && replicator == FALSE){
-               showException(SQL,"optimizer"," 'replicator' should be part of 
the pipeline\n");
+       if ( MASTERroleEnabled() && replication == FALSE){
+               showException(SQL,"optimizer"," 'replication' should be part of 
the pipeline\n");
                error++;
        }
 


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to