Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv9964/src/backends/monet5

Modified Files:
        sql_scenario.mx 
Log Message:
spaces -> tabs


Index: sql_scenario.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_scenario.mx,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -d -r1.248 -r1.249
--- sql_scenario.mx     20 Feb 2007 12:52:15 -0000      1.248
+++ sql_scenario.mx     20 Feb 2007 13:01:54 -0000      1.249
@@ -162,21 +162,21 @@
        s->engine = "SQLengine";
        (void)SABAOTHmarchScenario(&res, &s->name);
 
-        s = getFreeScenario();
-        if (!s)
-                return NULL; /* should be an error */
+       s = getFreeScenario();
+       if (!s)
+               return NULL; /* should be an error */
 
-        s->name = "msql";
-        s->language = "msql";
-        s->initSystem = "SQLinit";
-        s->exitSystem = "SQLexit";
-        s->initClient = "SQLinitClient";
-        s->exitClient = "SQLexitClient";
-        s->reader = "MALreader";
-        s->parser = "MALparser";
-        s->optimizer = "MALoptimizer";
-        /* s->tactics = .. */
-        s->engine = "MALengine";
+       s->name = "msql";
+       s->language = "msql";
+       s->initSystem = "SQLinit";
+       s->exitSystem = "SQLexit";
+       s->initClient = "SQLinitClient";
+       s->exitClient = "SQLexitClient";
+       s->reader = "MALreader";
+       s->parser = "MALparser";
+       s->optimizer = "MALoptimizer";
+       /* s->tactics = .. */
+       s->engine = "MALengine";
        return SABAOTHmarchScenario(&res, &s->name);
 }
 
@@ -710,8 +710,8 @@
 The former comes with readline functionality.
 @c
        while(more) {
-           more = FALSE;
-           if (go && in->pos >= in->len) {
+               more = FALSE;
+               if (go && in->pos >= in->len) {
                ssize_t rd;
 
                if (c->bak) {
@@ -759,7 +759,7 @@
 #ifdef _SQL_READER_DEBUG
                stream_printf(GDKout, "#SQL blk:%s\n", in->buf + in->pos);
 #endif
-           }
+               }
        }
        if (!go || (strncmp(CURRENT(c), "\\q", 2) == 0)) {
                in->pos = in->len;      /* skip rest of the input */


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to