Update of /cvsroot/monetdb/sql/src/common
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14064/src/common
Modified Files:
sql_changeset.mx
Log Message:
fixed crash, after add / drop column
fixed passing over seperators, m5 doesn't do de-escaping by default, so
we do it in import and export
Index: sql_changeset.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/common/sql_changeset.mx,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- sql_changeset.mx 11 Jan 2008 10:52:10 -0000 1.10
+++ sql_changeset.mx 30 Jan 2008 10:41:35 -0000 1.11
@@ -81,3 +81,9 @@
{
return cs->set->h;
}
+
+node *
+cs_last_node(changeset * cs)
+{
+ return cs->set->t;
+}
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins