Update of /cvsroot/monetdb/sql/src/include
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21370/src/include

Modified Files:
      Tag: SQL_2-18
        sql_keyword.h 
Log Message:
fixed line mode, with multiple statement. Solves the slow SBatching test.


Index: sql_keyword.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/include/sql_keyword.h,v
retrieving revision 1.10
retrieving revision 1.10.4.1
diff -u -d -r1.10 -r1.10.4.1
--- sql_keyword.h       3 Jan 2007 12:39:45 -0000       1.10
+++ sql_keyword.h       3 Jul 2007 15:31:50 -0000       1.10.4.1
@@ -32,13 +32,6 @@
        struct keyword *next;
 } keyword;
 
-#define HASH_SIZE 32768
-#define HASH_MASK (HASH_SIZE-1)
-
-extern int keywords_init_done;
-extern keyword *keywords[HASH_SIZE];
-
-extern int keyword_key(char *k, int *l);
 extern void keywords_insert(char *k, int token);
 extern keyword *find_keyword(char *text);
 extern int keyword_exists(char *text);


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to