Update of /cvsroot/monetdb/sql/src/storage
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv4901/src/storage
Modified Files:
Tag: Feb2010
sql_storage.h
Log Message:
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.64.2.1
diff -u -d -r1.64 -r1.64.2.1
--- sql_storage.h 10 Jan 2010 15:33:35 -0000 1.64
+++ sql_storage.h 24 Jan 2010 19:52:06 -0000 1.64.2.1
@@ -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);
------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins