Update of /cvsroot/monetdb/sql/src/storage
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21338/src/storage

Modified Files:
        sql_storage.h 
Log Message:
propagated changes of Sunday Jan 24 2010 - Tuesday Jan 26 2010
from the Feb2010 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/01/24 - nielsnes: src/storage/sql_storage.h,1.64.2.1
  fixed bug in bulk decimal conversions (fixes problems with moa tests)
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: sql_storage.h
===================================================================
RCS file: /cvsroot/monetdb/sql/src/storage/sql_storage.h,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- sql_storage.h       10 Jan 2010 15:33:35 -0000      1.64
+++ sql_storage.h       26 Jan 2010 13:25:29 -0000      1.65
@@ -365,7 +365,7 @@
 extern list *sql_trans_get_connection(sql_trans *tr,int id, char *server, char 
*db, char *db_alias, char *user);
 
 extern sql_table *create_sql_table(sql_allocator *sa, char *name, sht type, 
bit system, int persistence, int commit_action);
-extern sql_column *create_sql_column(sql_allocator *sa, sql_table *t, char 
*nme, sql_subtype *tpe);
+extern sql_column *create_sql_column(sql_allocator *sa, sql_table *t, char 
*name, sql_subtype *tpe);
 extern sql_ukey *create_sql_ukey(sql_allocator *sa, sql_table *t, char *nme, 
key_type kt);
 extern sql_fkey *create_sql_fkey(sql_allocator *sa, sql_table *t, char *nme, 
key_type kt, sql_key *rkey, int on_delete, int on_update );
 extern sql_key *create_sql_kc(sql_allocator *sa, sql_key *k, sql_column *c);


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to