Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18796/src/test/BugTracker-2009/Tests

Modified Files:
        explain_gives_crash.SF-2741829.sql 
Log Message:
propagated changes of Tuesday Jan 26 2010 - Thursday Jan 28 2010
from the Feb2010 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/01/26 - nielsnes:
          
src/test/BugTracker-2009/Tests/explain_gives_crash.SF-2741829.sql,1.3.4.1
  solve dynamic output
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: explain_gives_crash.SF-2741829.sql
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/explain_gives_crash.SF-2741829.sql,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- explain_gives_crash.SF-2741829.sql  14 Aug 2009 12:51:03 -0000      1.3
+++ explain_gives_crash.SF-2741829.sql  28 Jan 2010 12:52:37 -0000      1.4
@@ -1,5 +1,10 @@
+\f csv
 create table blabla(id integer);
+select '#~BeginVariableOutput~#';
 explain alter table blabla add constraint dada unique (id);
 explain alter table blabla add constraint dada unique (id);
+select '#~EndVariableOutput~#';
 alter table blabla drop constraint dada;
+select '#~BeginVariableOutput~#';
 explain alter table blabla add constraint dada unique (id);
+select '#~EndVariableOutput~#';


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