Changeset: 21ac914984ce for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=21ac914984ce
Modified Files:
        clients/Tests/MAL-signatures.stable.out
        clients/Tests/MAL-signatures.stable.out.int128
        clients/Tests/malcheck.stable.out
        monetdb5/optimizer/optimizer.mal
Branch: Dec2016
Log Message:

Removed definition of mdb.traceOptimizer since C code is missing.


diffs (50 lines):

diff --git a/clients/Tests/MAL-signatures.stable.out 
b/clients/Tests/MAL-signatures.stable.out
--- a/clients/Tests/MAL-signatures.stable.out
+++ b/clients/Tests/MAL-signatures.stable.out
@@ -7938,7 +7938,6 @@ Ready.
 [ "mdb",       "start",        "pattern mdb.start(clientid:int):void ",        
"MDBstart;",    "Start interactive debugger on a client"        ]
 [ "mdb",       "start",        "pattern mdb.start(mod:str,fcn:str):void ",     
"MDBstartFactory;",     "Start interactive debugger on a running factory"       
]
 [ "mdb",       "stop", "pattern mdb.stop():void ",     "MDBstop;",     "Stop 
the interactive debugger" ]
-[ "mdb",       "traceOptimizer",       "command 
mdb.traceOptimizer(flg:str):void ",    "OPTsetDebugStr;",      "Otherwise it is 
considered a request to trace the optimizers,\nwhich requires a comma separated 
list or pipeline name."        ]
 [ "mdb",       "trap", "pattern mdb.trap():void ",     "mdbTrap;",     "A 
suspended process for debugging."    ]
 [ "mdb",       "var",  "pattern mdb.var(M:str,F:str):void ",   "MDBvar3;",     
"Dump the symboltable of routine M.F on standard out."  ]
 [ "mdb",       "var",  "pattern mdb.var():void ",      "MDBvar;",      "Dump 
the symboltable of current routine on standard out."      ]
diff --git a/clients/Tests/MAL-signatures.stable.out.int128 
b/clients/Tests/MAL-signatures.stable.out.int128
--- a/clients/Tests/MAL-signatures.stable.out.int128
+++ b/clients/Tests/MAL-signatures.stable.out.int128
@@ -10299,7 +10299,6 @@ Ready.
 [ "mdb",       "start",        "pattern mdb.start(clientid:int):void ",        
"MDBstart;",    "Start interactive debugger on a client"        ]
 [ "mdb",       "start",        "pattern mdb.start(mod:str,fcn:str):void ",     
"MDBstartFactory;",     "Start interactive debugger on a running factory"       
]
 [ "mdb",       "stop", "pattern mdb.stop():void ",     "MDBstop;",     "Stop 
the interactive debugger" ]
-[ "mdb",       "traceOptimizer",       "command 
mdb.traceOptimizer(flg:str):void ",    "OPTsetDebugStr;",      "Otherwise it is 
considered a request to trace the optimizers,\nwhich requires a comma separated 
list or pipeline name."        ]
 [ "mdb",       "trap", "pattern mdb.trap():void ",     "mdbTrap;",     "A 
suspended process for debugging."    ]
 [ "mdb",       "var",  "pattern mdb.var(M:str,F:str):void ",   "MDBvar3;",     
"Dump the symboltable of routine M.F on standard out."  ]
 [ "mdb",       "var",  "pattern mdb.var():void ",      "MDBvar;",      "Dump 
the symboltable of current routine on standard out."      ]
diff --git a/clients/Tests/malcheck.stable.out 
b/clients/Tests/malcheck.stable.out
--- a/clients/Tests/malcheck.stable.out
+++ b/clients/Tests/malcheck.stable.out
@@ -5,7 +5,6 @@ stdout of test 'malcheck` in directory '
 # 15:15:51 >  "./malcheck.sh" "malcheck"
 # 15:15:51 >  
 
-OPTsetDebugStr: missing for MAL command mdb.traceOptimizer in 
monetdb5/optimizer/optimizer.mal
 
 # 15:16:26 >  
 # 15:16:26 >  "Done."
diff --git a/monetdb5/optimizer/optimizer.mal b/monetdb5/optimizer/optimizer.mal
--- a/monetdb5/optimizer/optimizer.mal
+++ b/monetdb5/optimizer/optimizer.mal
@@ -334,13 +334,6 @@ address QOTgetStatistics
 comment "Get optimizer property statistics 
 such as #calls, #total actions, #total time";
 
-#opt_support.mal
-
-command mdb.traceOptimizer(flg:str)
-address OPTsetDebugStr
-comment "Otherwise it is considered a request to trace the optimizers,
-which requires a comma separated list or pipeline name.";
-
 #opt_trace.mal
 
 pattern optimizer.trace():str
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to