Changeset: 34b134628e0f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=34b134628e0f
Modified Files:
        MonetDB5/src/modules/mal/Tests/inspect05.stable.out.Debian
        MonetDB5/src/modules/mal/Tests/inspect05.stable.out.Windows
Branch: Jun2010
Log Message:

approved also Debain & Windows specific stable output according to changeset 
b6c69da89ab1:
"
Missing stringlength mulitplex
Make stringlenght operation in SQL faster.
"


diffs (22 lines):

diff -r 9f0d67e80fb0 -r 34b134628e0f 
MonetDB5/src/modules/mal/Tests/inspect05.stable.out.Debian
--- a/MonetDB5/src/modules/mal/Tests/inspect05.stable.out.Debian        Wed Jul 
28 14:42:17 2010 +0200
+++ b/MonetDB5/src/modules/mal/Tests/inspect05.stable.out.Debian        Thu Jul 
29 08:34:26 2010 +0200
@@ -1567,6 +1567,7 @@
 [ "search",                      "command",      "batstr",       
"(s:bat[:oid,:str],c:bat[:oid,:str]):bat[:oid,:int] ",                          
                                                        "STRbatstrSearch;"      
                                ]
 [ "startsWith",                          "command",      "batstr",       
"(s:bat[:oid,:str],prefix:str):bat[:oid,:bit] ",                                
                                                        "STRbatPrefixcst;"      
                                ]
 [ "startsWith",                          "command",      "batstr",       
"(s:bat[:oid,:str],prefix:bat[:oid,:str]):bat[:oid,:bit] ",                     
                                                        "STRbatPrefix;"         
                                ]
+[ "stringlength",                "command",      "batstr",       
"(s:bat[:oid,:str]):bat[:oid,:int] ",                                           
                                        "STRbatstringLength;"                   
        ]
 [ "trim",                        "command",      "batstr",       
"(s:bat[:oid,:str]):bat[:oid,:str] ",                                           
                                                        "STRbatStrip;"          
                                ]
 [ "toUpper",                     "command",      "batstr",       
"(s:bat[:oid,:str]):bat[:oid,:str] ",                                           
                                                        "STRbatUpper;"          
                                ]
 [ "toLower",                     "command",      "batstr",       
"(s:bat[:oid,:str]):bat[:oid,:str] ",                                           
                                                        "STRbatLower;"          
                                ]
diff -r 9f0d67e80fb0 -r 34b134628e0f 
MonetDB5/src/modules/mal/Tests/inspect05.stable.out.Windows
--- a/MonetDB5/src/modules/mal/Tests/inspect05.stable.out.Windows       Wed Jul 
28 14:42:17 2010 +0200
+++ b/MonetDB5/src/modules/mal/Tests/inspect05.stable.out.Windows       Thu Jul 
29 08:34:26 2010 +0200
@@ -1567,6 +1567,7 @@
 [ "search",                      "command",      "batstr",       
"(s:bat[:oid,:str],c:bat[:oid,:str]):bat[:oid,:int] ",                          
                                                        "STRbatstrSearch;"      
                                ]
 [ "startsWith",                          "command",      "batstr",       
"(s:bat[:oid,:str],prefix:str):bat[:oid,:bit] ",                                
                                                        "STRbatPrefixcst;"      
                                ]
 [ "startsWith",                          "command",      "batstr",       
"(s:bat[:oid,:str],prefix:bat[:oid,:str]):bat[:oid,:bit] ",                     
                                                        "STRbatPrefix;"         
                                ]
+[ "stringlength",                "command",      "batstr",       
"(s:bat[:oid,:str]):bat[:oid,:int] ",                                           
                                        "STRbatstringLength;"                   
        ]
 [ "trim",                        "command",      "batstr",       
"(s:bat[:oid,:str]):bat[:oid,:str] ",                                           
                                                        "STRbatStrip;"          
                                ]
 [ "toUpper",                     "command",      "batstr",       
"(s:bat[:oid,:str]):bat[:oid,:str] ",                                           
                                                        "STRbatUpper;"          
                                ]
 [ "toLower",                     "command",      "batstr",       
"(s:bat[:oid,:str]):bat[:oid,:str] ",                                           
                                                        "STRbatLower;"          
                                ]
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to