Update of /cvsroot/monetdb/sql/src/storage/restrict
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv28890/src/storage/restrict
Modified Files:
restrict_table.mx
Log Message:
propagated changes of Tuesday Aug 04 2009 - Wednesday Aug 05 2009
from the Aug2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/08/04 - nielsnes: src/storage/restrict/restrict_table.mx,1.4.6.1
fixed bug, ie handle 0.0 correctly as a decimal(1,0)
fixed bug, ie decimal(d,s) d < 19 and s < d (not d+s < 19)
make sure we flush all inserts to disk when we restart the log
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: restrict_table.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/restrict/restrict_table.mx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- restrict_table.mx 7 Jan 2009 14:19:30 -0000 1.4
+++ restrict_table.mx 5 Aug 2009 08:52:11 -0000 1.5
@@ -312,9 +312,9 @@
tf->column_find_row = column_find_row;
tf->column_find_value = column_find_value;
- tf->column_update_value = NULL;
- tf->table_insert = NULL;
- tf->table_delete = NULL;
+ tf->column_update_value = column_update_value;
+ tf->table_insert = table_insert;
+ tf->table_delete = table_delete;
tf->rids_select = rids_select;
tf->rids_orderby = rids_orderby;
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins