Update of /cvsroot/monetdb/sql/src/storage
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15561

Modified Files:
        store.mx 
Log Message:
Typo.


U store.mx
Index: store.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/store.mx,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- store.mx    10 Oct 2008 09:01:41 -0000      1.21
+++ store.mx    30 Oct 2008 08:48:54 -0000      1.22
@@ -812,7 +812,7 @@
        if (sid < id) {
                node *n = find_sql_schema_node(tr, NULL, sid);
                if (n==NULL) 
-                       GDKfatal("SQL schema missing or incompatible, rebuilt 
from archive");
+                       GDKfatal("SQL schema missing or incompatible, rebuild 
from archive");
                s = n->data;
        } else {
                s = ZNEW(sql_schema);


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to