Changeset: 18524b493b5e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=18524b493b5e
Modified Files:
        sql/backends/monet5/sql.mx
        sql/scripts/25_debug.sql
Branch: default
Log Message:

Use more meaningful names in interface.


diffs (23 lines):

diff --git a/sql/backends/monet5/sql.mx b/sql/backends/monet5/sql.mx
--- a/sql/backends/monet5/sql.mx
+++ b/sql/backends/monet5/sql.mx
@@ -101,7 +101,7 @@ pattern include(fname:str):void
 address SQLinclude
 comment "Compile and execute a sql statements on the file";
 
-pattern ra(cmd:str, optimize:bit):void
+pattern evalAlgebra(cmd:str, optimize:bit):void
 address RAstatement
 comment "Compile and execute a single 'relational algebra' statement";
 
diff --git a/sql/scripts/25_debug.sql b/sql/scripts/25_debug.sql
--- a/sql/scripts/25_debug.sql
+++ b/sql/scripts/25_debug.sql
@@ -51,5 +51,5 @@ create function bbp ()
                status string, kind string) 
        external name sql.bbp;
 
-create procedure ra( ra_stmt string, opt bool)
-       external name sql.ra;
+create procedure evalAlgebra( ra_stmt string, opt bool)
+       external name sql.evalAlgebra;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to