Changeset: 18ae828b627c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=18ae828b627c
Modified Files:
        monetdb5/modules/kernel/algebra.mx
Branch: default
Log Message:

Merge with Dec2011 branch.


diffs (24 lines):

diff --git a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -144,7 +144,7 @@ Description: MonetDB Ruby client module
 
 Package: monetdb-client-testing
 Architecture: any
-Depends: ${shlibs:Depends}, libmonetdb-client-odbc1, monetdb5-server, 
perl-monetdb-client, php5-monetdb-client, python-monetdb, monetdb5-sql
+Depends: ${shlibs:Depends}, libmonetdb-client-odbc, monetdb5-server, 
perl-monetdb-client, php5-monetdb-client, python-monetdb, monetdb5-sql
 Description: MonetDB client testing tools
  MonetDB is a database management system that is developed from a
  main-memory perspective with use of a fully decomposed storage model,
diff --git a/monetdb5/modules/kernel/algebra.mx 
b/monetdb5/modules/kernel/algebra.mx
--- a/monetdb5/modules/kernel/algebra.mx
+++ b/monetdb5/modules/kernel/algebra.mx
@@ -235,7 +235,7 @@ address ALGhsort
 comment "Returns a BAT copy sorted on the head column.";
 command sortReverse( b:bat[:any_1,:any_2]) :bat[:any_1,:any_2] 
 address ALGhsort_rev
-comment "Returns a BAT copy reversely sorted on the tail column.";
+comment "Returns a BAT copy reversely sorted on the head column.";
 
 command sortTail( b:bat[:any_1,:any_2]) :bat[:any_1,:any_2] 
 address ALGtsort
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to