Bugs item #2893846, was opened at 2009-11-07 15:56
Message generated for change (Tracker Item Submitted) made by stmane
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2893846&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SQL/Core
Group: SQL "stable"
Status: Open
Resolution: None
Priority: 9
Private: No
Submitted By: Stefan Manegold (stmane)
Assigned to: Martin Kersten (mlkersten)
Summary: SQL: set_history_and_drop_table.SF-2607045 fails

Initial Comment:
test  sql/src/test/BugTracker-2009/Tests/set_history_and_drop_table.SF-2607045 
fails as follows since 2009/10/26, i.e., after checkins on 2009/10/25 on the 
Nov2009 branch:

QUERY = set history='true';
        select id from tables where id > 0;
        create table t1 (id int);
        drop table t1;
ERROR = !Variable history unknown

Has the hstoriy variable been removed?
I can't derive this from the cvs logs:

===================================================================
2009/10/25 - mlkersten: MonetDB5/src/mal/mal_instruction.mx,1.397.2.2
        MonetDB5/src/mal/mal_interpreter.mx,1.319.2.2
        MonetDB5/src/mal/mal_profiler.mx,1.132.4.3   
        MonetDB5/src/mal/mal_recycle.mx,1.196.2.1    
        MonetDB5/src/mal/mal_utils.mx,1.19.4.1       
        MonetDB5/src/mal/Tests/tst009.mal,1.3.24.1
        MonetDB5/src/mal/Tests/tst274.mal,1.6.20.1
        MonetDB5/src/mal/Tests/tst274.stable.out.oid64,1.9.8.1
        MonetDB5/src/modules/mal/language.mx,1.86.6.1
        MonetDB5/src/modules/mal/profiler.mx,1.63.6.3
        MonetDB5/src/modules/mal/recycle.mx,1.66.2.1 
        MonetDB5/src/modules/mal/trader.mx,1.6.2.1   
        MonetDB5/src/tools/stethoscope.mx,1.38.4.1   
More fixes to the performance profiler. The number of properties maintained
for off-line inspection has been increased. The naming of the properties   
has been made more precise, avoiding combos.
===================================================================
2009/10/25 - mlkersten: sql/src/backends/monet5/sql_scenario.mx,1.356.2.5
Introduce the trace global variable. Allow for keeping the result of
a traced call for querying as if it was a SQL table.[todo]
===================================================================
2009/10/25 - mlkersten: MonetDB5/src/mal/mal_profiler.mx,1.132.4.4 
And make the profile information accessible from SQL.
===================================================================
2009/10/25 - mlkersten: sql/src/backends/monet5/sql.mx,1.358.2.6   
        sql/src/backends/monet5/sql_scenario.mx,1.356.2.6
Make the profile information accessible for inspection using SQL.
===================================================================


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2893846&group_id=56967

------------------------------------------------------------------------------
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-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to