Bugs item #2881239, was opened at 2009-10-18 13:09
Message generated for change (Comment added) made by mlkersten
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2881239&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 "candidate"
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Martin Kersten (mlkersten)
Assigned to: Fabian (mr-meltdown)
Summary: SQL: mclient formatting issues

Initial Comment:
Make a file x with the content "trace select * from tables:"
run: 
m...@eir::~/tpch> mclient -lsql -fsql <x
+------------------------------------------------------------------------------+
| 2 usec      mdb.setTimer(true);                                              |
| 1 usec @0      mdb.setThread(true);                                          |
| 5 usec @0  barrier _292 := language.dataflow();                              |
+--------------------------------------+---------------------------------------+
| 8 usec @0      _2:bat[:oid           | :sht                                  |
| 4 usec @0      _7:bat[:oid           | :oid                                  |
+------------------------------------------------------------------------------+
| 5 usec @0      _9<tmpr_2074>[0                                               |
+--------------------------------------+---------------------------------------+
| 4 usec @0      _7:bat[:oid       
The formatting is screwed up.   

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

>Comment By: Martin Kersten (mlkersten)
Date: 2009-10-18 13:22

Message:
The expected output was
sql>trace select * from tables;
|         6 usec      mdb.setTimer(true);                                 
                                                                      |
|         1 usec @0      mdb.setThread(true);                             
                                                                      |
|        21 usec @0  barrier _292 := language.dataflow();                 
                                                                      |
|        10 usec @0      _2:bat[:oid,:sht] <tmp_2320>[0] :=
sql.bind("tmp","_tables","type",0);                                        
         |
|

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

Comment By: Fabian (mr-meltdown)
Date: 2009-10-18 13:16

Message:
I think you mean the timer information is written in the output, which may
very well be an artifact of a feature request I implemented.

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

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

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to