Changeset: 6418ab31eda7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/6418ab31eda7
Modified Files:
sql/backends/monet5/sql_statistics.c
Branch: analyze-fix
Log Message:
Typo
diffs (12 lines):
diff --git a/sql/backends/monet5/sql_statistics.c
b/sql/backends/monet5/sql_statistics.c
--- a/sql/backends/monet5/sql_statistics.c
+++ b/sql/backends/monet5/sql_statistics.c
@@ -139,7 +139,7 @@ sql_analyze(Client cntxt, MalBlkPtr mb,
/* Check for nils existence */
(void) BATcount_no_nil(b, NULL);
- /* Test it column is unique */
+ /* Test if column is unique */
if ((unq = BATunique(b, NULL)))
BBPunfix(unq->batCacheid);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list