Update of /cvsroot/monetdb/sql/src/test/BugTracker/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv22301/sql/src/test/BugTracker/Tests

Modified Files:
        All mdb_starts_with_sql_debug_64.SF-1999354.py 
        set_a_new_user_password.SF-1844050.py 
        set_sql_debug_64__breaking_the_DB.SF-1906287.py 
Log Message:

With MonetDB4 support for SQL & GEOM being history,
there is no need to have MonetDB5 as conditional back-end;
MonetDB5 now is the mandatory, default, "hard-wired" back-end.

For convenience, the changes are wrapped in CVS tags
"explicit_MonetDB5" & "implicit_MonetDB5".


U set_sql_debug_64__breaking_the_DB.SF-1906287.py
Index: set_sql_debug_64__breaking_the_DB.SF-1906287.py
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/set_sql_debug_64__breaking_the_DB.SF-1906287.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- set_sql_debug_64__breaking_the_DB.SF-1906287.py     6 Jun 2008 11:54:56 
-0000       1.4
+++ set_sql_debug_64__breaking_the_DB.SF-1906287.py     29 Oct 2008 23:05:52 
-0000      1.5
@@ -41,10 +41,7 @@
 
 
 def main():
-    if os.getenv('TST_FIVE'):
-        dbinit = "include sql;"
-    else:
-        dbinit = "module(sql_server);"
+    dbinit = "include sql;"
     srv = server_start("--set sql_debug=64",dbinit)
     client('SQL' , 
'%s/set_sql_debug_64__breaking_the_DB.SF-1906287_create.sql' % 
os.getenv('RELSRCDIR'))
     server_stop(srv)

U All
Index: All
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/BugTracker/Tests/All,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- All 29 Oct 2008 18:51:58 -0000      1.108
+++ All 29 Oct 2008 23:05:52 -0000      1.109
@@ -4,7 +4,7 @@
 multi-column-constraint.SF-1964587
 inserting_invalid_timestamp.SF-1363557
 large_prepare.SF-1363729
-HAVE_MONETDB5?large_prepare_2.SF-1363729
+large_prepare_2.SF-1363729
 update_with_subselect.SF-1362771
 crash_on_cast.SF-1357271
 string2int_conversion.SF-1356068

U set_a_new_user_password.SF-1844050.py
Index: set_a_new_user_password.SF-1844050.py
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/set_a_new_user_password.SF-1844050.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- set_a_new_user_password.SF-1844050.py       6 Jun 2008 11:54:53 -0000       
1.4
+++ set_a_new_user_password.SF-1844050.py       29 Oct 2008 23:05:52 -0000      
1.5
@@ -47,10 +47,7 @@
 
 
 def main():
-    if os.getenv('TST_FIVE'):
-        dbinit = "include sql;"
-    else:
-        dbinit = "module(sql_server);"
+    dbinit = "include sql;"
 
     srv = server_start(dbinit)
     client('SQL' , '%s/set_a_new_user_password.SF-1844050_create_user.sql' % 
os.getenv('RELSRCDIR'), "monetdb", "monetdb")

U mdb_starts_with_sql_debug_64.SF-1999354.py
Index: mdb_starts_with_sql_debug_64.SF-1999354.py
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker/Tests/mdb_starts_with_sql_debug_64.SF-1999354.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mdb_starts_with_sql_debug_64.SF-1999354.py  23 Jun 2008 14:32:00 -0000      
1.2
+++ mdb_starts_with_sql_debug_64.SF-1999354.py  29 Oct 2008 23:05:52 -0000      
1.3
@@ -41,10 +41,7 @@
 
 
 def main():
-    if os.getenv('TST_FIVE'):
-        dbinit = "include sql;"
-    else:
-        dbinit = "module(sql_server);"
+    dbinit = "include sql;"
     srv = server_start("--set sql_debug=64",dbinit)
     client('SQL' , '%s/../../../sql/ms_functions.sql' % os.getenv('RELSRCDIR'))
     client('SQL' , '%s/mdb_starts_with_sql_debug_64.SF-1999354.sql' % 
os.getenv('RELSRCDIR'))


-------------------------------------------------------------------------
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