Update of /cvsroot/monetdb/sql/src/storage/bat
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8616/src/storage/bat

Modified Files:
        bat_store.mx 
Log Message:
replaced using local char arrays of size BUFSIZ, by a single function 
(sql_message). Reduces stack pressure, smaller code etc.

approved output for m5/sql


Index: bat_store.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/bat/bat_store.mx,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- bat_store.mx        9 Jul 2007 09:58:13 -0000       1.144
+++ bat_store.mx        21 Aug 2007 22:24:41 -0000      1.145
@@ -4944,7 +4944,7 @@
        sql_type *t;
        sql_table *systype;
        int localtype = ATOMindex(impl);
-       int eclass = EC_ANY;
+       int eclass = EC_EXTERNAL;
 
        if (localtype < 0) 
                return NULL;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to