MonetDB: default - Typo.

2023-08-25 Thread Sjoerd Mullender via checkin-list
Changeset: b58cbb7a3928 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/b58cbb7a3928
Modified Files:
gdk/gdk_system.c
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/gdk/gdk_system.c b/gdk/gdk_system.c
--- a/gdk/gdk_system.c
+++ b/gdk/gdk_system.c
@@ -310,7 +310,7 @@ MT_thread_init(void)
threadslot = TLS_OUT_OF_INDEXES;
return false;
}
-   InitializeCriticalSection(&mtthread_cs);
+   InitializeCriticalSection(&winthread_cs);
 #endif
thread_initialized = true;
return true;
___
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org


MonetDB: default - Typo.

2022-09-15 Thread Sjoerd Mullender
Changeset: 5f17d2f9b5b0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/5f17d2f9b5b0
Modified Files:
sql/backends/monet5/UDF/capi/CMakeLists.txt
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/sql/backends/monet5/UDF/capi/CMakeLists.txt 
b/sql/backends/monet5/UDF/capi/CMakeLists.txt
--- a/sql/backends/monet5/UDF/capi/CMakeLists.txt
+++ b/sql/backends/monet5/UDF/capi/CMakeLists.txt
@@ -7,7 +7,7 @@
 #]]
 
 if(CINTEGRATION)
-  # TODO add code too regenerate the cheader.text.h file
+  # TODO add code to regenerate the cheader.text.h file
   add_library(capi MODULE)
 
   target_sources(capi
___
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org


MonetDB: default - Typo in comment

2022-07-07 Thread Martin van Dinther
Changeset: 1369d61f80f7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/1369d61f80f7
Modified Files:
clients/odbc/driver/ODBCError.c
Branch: default
Log Message:

Typo in comment


diffs (12 lines):

diff --git a/clients/odbc/driver/ODBCError.c b/clients/odbc/driver/ODBCError.c
--- a/clients/odbc/driver/ODBCError.c
+++ b/clients/odbc/driver/ODBCError.c
@@ -43,7 +43,7 @@ const char ODBCErrorMsgPrefix[] = "[Mone
 const int ODBCErrorMsgPrefixLength = (int) sizeof(ODBCErrorMsgPrefix) - 1;
 
 /*
- * Local utility function which retuns the standard ODBC/ISO error
+ * Local utility function which returns the standard ODBC/ISO error
  * message text for a given ISO SQLState code.
  * When no message could be found for a given SQLState a msg is
  * printed to stderr to warn that the programmer has forgotten to
___
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org


MonetDB: default - Typo.

2022-05-27 Thread Sjoerd Mullender
Changeset: 1b9708770157 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/1b9708770157
Modified Files:
gdk/gdk_calc_private.h
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/gdk/gdk_calc_private.h b/gdk/gdk_calc_private.h
--- a/gdk/gdk_calc_private.h
+++ b/gdk/gdk_calc_private.h
@@ -136,7 +136,7 @@
 #ifdef HAVE_HGE
 #define LNGMUL_CHECK(lft, rgt, dst, max, on_overflow)  \
MULI4_WITH_CHECK(lft, rgt, lng, dst, max, hge, on_overflow)
-#elif HAVE___INT128
+#elif defined(HAVE___INT128)
 #define LNGMUL_CHECK(lft, rgt, dst, max, on_overflow)  \
MULI4_WITH_CHECK(lft, rgt, lng, dst, max, __int128, on_overflow)
 #elif defined(_MSC_VER) && defined(_M_AMD64) && !defined(__INTEL_COMPILER)
___
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org


MonetDB: default - Typo.

2021-11-15 Thread Sjoerd Mullender
Changeset: cd554ac9d6d0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/cd554ac9d6d0
Modified Files:
sql/storage/store_sequence.c
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/sql/storage/store_sequence.c b/sql/storage/store_sequence.c
--- a/sql/storage/store_sequence.c
+++ b/sql/storage/store_sequence.c
@@ -170,7 +170,7 @@ seqbulk_next_value(sql_store store, sql_
lng nr = 0;
node *n = NULL;
store_sequence *s;
-   boot save = false;
+   bool save = false;
 
store_lock(store);
for ( n = sql_seqs->h; n; n = n ->next ) {
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo and cleanup

2021-11-10 Thread Pedro Ferreira
Changeset: fd95290f0733 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/fd95290f0733
Modified Files:
sql/backends/monet5/dict.c
sql/backends/monet5/for.c
sql/server/rel_rel.c
Branch: default
Log Message:

Typo and cleanup


diffs (86 lines):

diff --git a/sql/backends/monet5/dict.c b/sql/backends/monet5/dict.c
--- a/sql/backends/monet5/dict.c
+++ b/sql/backends/monet5/dict.c
@@ -237,7 +237,7 @@ DICTcompress_col(Client cntxt, MalBlkPtr
if (!c)
throw(SQL, "dict.compress", SQLSTATE(3F000) "column '%s.%s.%s' 
unknown", sname, tname, cname);
if (c->storage_type)
-   throw(SQL, "dict.compress", SQLSTATE(3F000) "column '%s.%s.%s' 
allready compressed", sname, tname, cname);
+   throw(SQL, "dict.compress", SQLSTATE(3F000) "column '%s.%s.%s' 
already compressed", sname, tname, cname);
 
sqlstore *store = tr->store;
BAT *b = store->storage_api.bind_col(tr, c, RDONLY), *o, *u;
diff --git a/sql/backends/monet5/for.c b/sql/backends/monet5/for.c
--- a/sql/backends/monet5/for.c
+++ b/sql/backends/monet5/for.c
@@ -42,7 +42,7 @@ FORdecompress(Client cntxt, MalBlkPtr mb
tt != TYPE_hge &&
 #endif
tt != TYPE_lng && tt != TYPE_int)
-   throw(SQL, "for.decompress", SQLSTATE(3F000) "for decompress: 
invalid type");
+   throw(SQL, "for.decompress", SQLSTATE(3F000) "for decompress: 
invalid offset type");
 
BAT *o = BATdescriptor(O), *b = NULL;
if (!o) {
@@ -76,7 +76,7 @@ FORdecompress(Client cntxt, MalBlkPtr mb
}
} else {
bat_destroy(o);
-   throw(SQL, "for.decompress", SQLSTATE(3F000) "unknown offset 
type");
+   throw(SQL, "for.decompress", SQLSTATE(3F000) "offset type %s 
not yet implemented", ATOMname(tt));
}
bat_destroy(o);
BATsetcount(b, cnt);
@@ -109,14 +109,7 @@ FORcompress_intern(char **comp_min_val, 
}
 
BUN cnt = BATcount(b);
-#ifdef HAVE_HGE
-   if (b->ttype == TYPE_hge) {
-   GDKfree(mn);
-   GDKfree(mx);
-   throw(SQL, "for.compress", SQLSTATE(3F000) "for compress: 
implement type hge");
-   } else
-#endif
-   if (b->ttype == TYPE_lng) {
+   if (tt == TYPE_lng) {
lng min_val = *(lng*)mn;
lng max_val = *(lng*)mx;
GDKfree(mn);
@@ -141,14 +134,10 @@ FORcompress_intern(char **comp_min_val, 
ov[i] = (sht)(iv[i] - min_val);
}
snprintf(buf, 64, "FOR-" LLFMT, min_val);
-   } else if (b->ttype == TYPE_int) {
-   GDKfree(mn);
-   GDKfree(mx);
-   throw(SQL, "for.compress", SQLSTATE(3F000) "for compress: 
implement type int");
} else {
GDKfree(mn);
GDKfree(mx);
-   throw(SQL, "for.compress", SQLSTATE(3F000) "for compress: type 
not yet implemented");
+   throw(SQL, "for.compress", SQLSTATE(3F000) "for compress: type 
%s not yet implemented", ATOMname(tt));
}
if (!(*comp_min_val = GDKstrdup(buf))) {
bat_destroy(o);
@@ -199,7 +188,7 @@ FORcompress_col(Client cntxt, MalBlkPtr 
if (c->null)
throw(SQL, "for.compress", SQLSTATE(3F000) "for compress: for 
'for' compression column's cannot have NULL's");
if (c->storage_type)
-   throw(SQL, "for.compress", SQLSTATE(3F000) "column '%s.%s.%s' 
allready compressed", sname, tname, cname);
+   throw(SQL, "for.compress", SQLSTATE(3F000) "column '%s.%s.%s' 
already compressed", sname, tname, cname);
 
sqlstore *store = tr->store;
BAT *b = store->storage_api.bind_col(tr, c, RDONLY), *o = NULL;
diff --git a/sql/server/rel_rel.c b/sql/server/rel_rel.c
--- a/sql/server/rel_rel.c
+++ b/sql/server/rel_rel.c
@@ -1720,7 +1720,7 @@ rel_deps(mvc *sql, sql_rel *r, list *ref
if (!r)
return 0;
 
-   if (rel_is_ref(r) && refs_find_rel(refs, r)) /* allready handled */
+   if (rel_is_ref(r) && refs_find_rel(refs, r)) /* already handled */
return 0;
switch (r->op) {
case op_basetable: {
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2021-10-06 Thread Sjoerd Mullender
Changeset: efd067d47149 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/efd067d47149
Modified Files:
gdk/gdk_bbp.c
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/gdk/gdk_bbp.c b/gdk/gdk_bbp.c
--- a/gdk/gdk_bbp.c
+++ b/gdk/gdk_bbp.c
@@ -835,7 +835,7 @@ BBPcheckbats(unsigned bbpversion)
}
}
 #else
-   /* first check string offset heap without widht,
+   /* first check string offset heap without width,
 * then with */
 #ifdef GDKLIBRARY_TAILN
/* if bbpversion > GDKLIBRARY_TAILN, the offset heap can
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2021-08-30 Thread Sjoerd Mullender
Changeset: ae0b597a1fa2 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ae0b597a1fa2
Modified Files:
monetdb5/mal/mal_dataflow.c
Branch: default
Log Message:

Typo.


diffs (28 lines):

diff --git a/monetdb5/mal/mal_dataflow.c b/monetdb5/mal/mal_dataflow.c
--- a/monetdb5/mal/mal_dataflow.c
+++ b/monetdb5/mal/mal_dataflow.c
@@ -400,11 +400,11 @@ DFLOWworker(void *T)
if( footprint > fe->maxclaim) fe->maxclaim = footprint;
}
}
-/* Try to get rid of the hot potatoe or locate an alternative to proceed.
+/* Try to get rid of the hot potato or locate an alternative to proceed.
  */
-#define HOTPOTATOE
-#ifdef HOTPOTATOE
-   /* HOT potatoe choice */
+#define HOTPOTATO
+#ifdef HOTPOTATO
+   /* HOT potato choice */
int last = 0, nxt = -1;
lng nxtclaim = -1;
 
@@ -422,7 +422,7 @@ DFLOWworker(void *T)
}
}
}
-   /* hot potatoe can not be removed, use alternative to proceed */
+   /* hot potato can not be removed, use alternative to proceed */
if( nxt >= 0){
flow->status[nxt].state = DFLOWrunning;
flow->status[nxt].blocks = 0;
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2021-08-11 Thread Sjoerd Mullender
Changeset: f2e5600805f6 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f2e5600805f6
Modified Files:
sql/ChangeLog
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/sql/ChangeLog b/sql/ChangeLog
--- a/sql/ChangeLog
+++ b/sql/ChangeLog
@@ -12,7 +12,7 @@
 - The sys.epoch function has always been confusing.  There are two
   versions, one with an INTEGER argument, and one with a BIGINT
   argument.  The former accepted values as seconds, whereas the
-  latter epected milliseconds.  Also, the construct EXTRACT(EPOCH
+  latter expected milliseconds.  Also, the construct EXTRACT(EPOCH
   FROM value) returns a BIGINT with millisecond precision.  This has
   now been overhauled.  There is no longer a function sys.epoch with
   BIGINT argument, but instead there is a new function sys.epoch with
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo

2021-04-14 Thread Pedro Ferreira
Changeset: 86a6dec54a8e for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/86a6dec54a8e
Modified Files:
sql/server/rel_optimizer.c
Branch: default
Log Message:

Typo


diffs (12 lines):

diff --git a/sql/server/rel_optimizer.c b/sql/server/rel_optimizer.c
--- a/sql/server/rel_optimizer.c
+++ b/sql/server/rel_optimizer.c
@@ -7549,7 +7549,7 @@ rel_simplify_like_select(visitor *v, sql
else if (ea->data.vtype != TYPE_str || 
strlen(ea->data.val.sval) != 0)
rewrite = 0;
}
-   if (rewrite && !isnull) { /* check isentitive flag */
+   if (rewrite && !isnull) { /* check insensitive flag */
atom *ia = isen->l;
 
if (!is_atom(isen->type) || !ia)
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2021-03-15 Thread Sjoerd Mullender
Changeset: 22fd6092f954 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=22fd6092f954
Modified Files:
gdk/gdk_join.c
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/gdk/gdk_join.c b/gdk/gdk_join.c
--- a/gdk/gdk_join.c
+++ b/gdk/gdk_join.c
@@ -2380,7 +2380,7 @@ mergejoin(BAT **r1p, BAT **r2p, BAT *l, 
 
 #define HASHLOOPBODY() \
do {\
-   if (nr > 1 && max_one) {\
+   if (nr >= 1 && max_one) {   \
GDKerror("more than one match");\
goto bailout;   \
}   \
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2021-01-08 Thread Aris Koning
Changeset: cb1c4d49eaff for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cb1c4d49eaff
Modified Files:
tools/monetdbe/monetdbe.c
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/tools/monetdbe/monetdbe.c b/tools/monetdbe/monetdbe.c
--- a/tools/monetdbe/monetdbe.c
+++ b/tools/monetdbe/monetdbe.c
@@ -1284,7 +1284,7 @@ monetdbe_query(monetdbe_database dbhdl, 
return NULL;
monetdbe_database_internal *mdbe = (monetdbe_database_internal*)dbhdl;
 
-   if (mdbe->mid) {O
+   if (mdbe->mid) {
mdbe->msg = monetdbe_query_remote(mdbe, query, result, 
affected_rows, NULL);
}
else {
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2020-12-02 Thread Sjoerd Mullender
Changeset: 6d748c6d21b4 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6d748c6d21b4
Modified Files:
sql/server/rel_optimizer.c
Branch: default
Log Message:

Typo.


diffs (23 lines):

diff --git a/sql/server/rel_optimizer.c b/sql/server/rel_optimizer.c
--- a/sql/server/rel_optimizer.c
+++ b/sql/server/rel_optimizer.c
@@ -6357,7 +6357,7 @@ rel_push_project_up(visitor *v, sql_rel 
   Check if they can be pushed up, ie are they not
   changing or introducing any columns used
   by the upper operator. */
- 
+
exps = new_exp_list(v->sql->sa);
for (n = l->exps->h; n; n = n->next) {
sql_exp *e = n->data;
@@ -9478,8 +9478,8 @@ rel_remove_union_partitions(visitor *v, 
 static sql_rel *
 optimize_rel(mvc *sql, sql_rel *rel, int *g_changes, int level, bool 
value_based_opt, bool storage_based_opt)
 {
-   visitor v = { .sql = sql, .value_based_opt = value_based_opt, 
storage_based_opt = storage_based_opt },
-   ev = { .sql = sql, .value_based_opt = value_based_opt, 
storage_based_opt = storage_based_opt };
+   visitor v = { .sql = sql, .value_based_opt = value_based_opt, 
.storage_based_opt = storage_based_opt },
+   ev = { .sql = sql, .value_based_opt = value_based_opt, 
.storage_based_opt = storage_based_opt };
global_props gp = (global_props) {.cnt = {0},};
rel_properties(sql, &gp, rel);
 
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo + approve result.

2020-08-20 Thread Sjoerd Mullender
Changeset: f910c2e31dae for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f910c2e31dae
Modified Files:
sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.sql
sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.err
sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.out
Branch: default
Log Message:

Typo + approve result.


diffs (61 lines):

diff --git a/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.sql 
b/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.sql
--- a/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.sql
+++ b/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.sql
@@ -9,5 +9,5 @@ 2,""
 3,
 
 -- This should return 4 rows
-select * form blobtbl;
+select * from blobtbl;
 rollback;
diff --git a/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.err 
b/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.err
--- a/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.err
+++ b/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.err
@@ -0,0 +1,12 @@
+stderr of test 'copy-empty-blob.Bug-6948` in directory 
'sql/test/BugTracker-2020` itself:
+
+
+# 16:22:46 >  
+# 16:22:46 >  "mclient" "-lsql" "-ftest" "-tnone" "-Eutf-8" "-i" "-e" 
"--host=/var/tmp/mtest-2979" "--port=31302"
+# 16:22:46 >  
+
+
+# 16:22:46 >  
+# 16:22:46 >  "Done."
+# 16:22:46 >  
+
diff --git a/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.out 
b/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.out
--- a/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.out
+++ b/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.out
@@ -0,0 +1,31 @@
+stdout of test 'copy-empty-blob.Bug-6948` in directory 
'sql/test/BugTracker-2020` itself:
+
+
+# 16:22:46 >  
+# 16:22:46 >  "mclient" "-lsql" "-ftest" "-tnone" "-Eutf-8" "-i" "-e" 
"--host=/var/tmp/mtest-2979" "--port=31302"
+# 16:22:46 >  
+
+#start transaction;
+#create table blobtbl (i int, b blob);
+#copy into blobtbl from stdin delimiters ',','\n','"';
+#0,NULL
+#1,12ff
+#2,""
+#3,
+#
+[ 4]
+#select * from blobtbl;
+% sys.blobtbl, sys.blobtbl # table_name
+% i,   b # name
+% int, blob # type
+% 1,   0 # length
+[ 0,   NULL]
+[ 1,   12FF]
+[ 2,   ]
+[ 3,   ]
+#rollback;
+
+# 16:22:46 >  
+# 16:22:46 >  "Done."
+# 16:22:46 >  
+
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo

2020-07-09 Thread Joeri van Ruth
Changeset: cbfc25473a5a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cbfc25473a5a
Modified Files:
tools/merovingian/daemon/snapshot.c
Branch: default
Log Message:

Typo


diffs (12 lines):

diff --git a/tools/merovingian/daemon/snapshot.c 
b/tools/merovingian/daemon/snapshot.c
--- a/tools/merovingian/daemon/snapshot.c
+++ b/tools/merovingian/daemon/snapshot.c
@@ -97,7 +97,7 @@ snapshot_database_to(char *dbname, char 
}
mapi_reconnect(conn);
if (mapi_error(conn) != MOK) {
-   e = newErr("connection error:: %s", mapi_error_str(conn));
+   e = newErr("connection error: %s", mapi_error_str(conn));
goto bailout;
}
 
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - typo

2019-12-21 Thread Martin Kersten
Changeset: 6cbe6da69137 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6cbe6da69137
Modified Files:
monetdb5/modules/mal/sysmon.c
Branch: default
Log Message:

typo


diffs (21 lines):

diff --git a/monetdb5/modules/mal/sysmon.c b/monetdb5/modules/mal/sysmon.c
--- a/monetdb5/modules/mal/sysmon.c
+++ b/monetdb5/modules/mal/sysmon.c
@@ -58,7 +58,7 @@ SYSMONqueue(Client cntxt, MalBlkPtr mb, 
BBPreclaim(progress);
BBPreclaim(workers);
BBPreclaim(memory);
-   throw(MAL, "SYSMONqueue", SQLSTATE(HY001) MAL_MALLOC_FAIL);
+   throw(MAL, "SYSMONqueue", SQLSTATE(HY013) MAL_MALLOC_FAIL);
}
 
MT_lock_set(&mal_delayLock);
@@ -124,7 +124,7 @@ SYSMONqueue(Client cntxt, MalBlkPtr mb, 
BBPunfix(progress->batCacheid);
BBPunfix(workers->batCacheid);
BBPunfix(memory->batCacheid);
-   return msg ? msg : createException(MAL, "SYSMONqueue", SQLSTATE(HY001) 
MAL_MALLOC_FAIL);
+   return msg ? msg : createException(MAL, "SYSMONqueue", SQLSTATE(HY013) 
MAL_MALLOC_FAIL);
 }
 
 str
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - typo

2019-10-16 Thread Martin Kersten
Changeset: cdfec9db9873 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cdfec9db9873
Modified Files:
sql/backends/monet5/sql_statement.c
Branch: default
Log Message:

typo


diffs (48 lines):

diff --git a/sql/backends/monet5/sql_statement.c 
b/sql/backends/monet5/sql_statement.c
--- a/sql/backends/monet5/sql_statement.c
+++ b/sql/backends/monet5/sql_statement.c
@@ -1440,7 +1440,7 @@ stmt_uselect(backend *be, stmt *op1, stm
op = ">=";
break;
default:
-   fprintf(stderr, "#SQL Unknown operator");
+   fprintf(stderr, "!SQL Unknown operator");
}
 
if ((q = multiplex2(mb, mod, convertOperator(op), l, r, 
TYPE_bit)) == NULL) 
@@ -1501,7 +1501,7 @@ stmt_uselect(backend *be, stmt *op1, stm
q = pushStr(mb, q, anti?"<":">=");
break;
default:
-   fprintf(stderr, "#SQL2MAL: error impossible 
select compare\n");
+   fprintf(stderr, "!SQL2MAL: error impossible 
select compare\n");
if (q)
freeInstruction(q);
q = NULL;
@@ -1956,7 +1956,7 @@ stmt_join(backend *be, stmt *op1, stmt *
q = op1->q;
break;
default:
-   fprintf(stderr, "#SQL2MAL: error impossible\n");
+   fprintf(stderr, "!SQL2MAL: error impossible\n");
}
if (q) {
stmt *s = stmt_create(be->mvc->sa, st_join);
@@ -2346,7 +2346,7 @@ stmt_trans(backend *be, int type, stmt *
q = newStmt(mb, sqlRef, transaction_beginRef);
break;
default:
-   fprintf(stderr, "#SQL transaction unknown type");
+   fprintf(stderr, "!SQL transaction unknown type");
}
q = pushArgument(mb, q, chain->nr);
if (name)
@@ -2421,7 +2421,7 @@ stmt_catalog(backend *be, int type, stmt
case ddl_rename_table: q = newStmt(mb, sqlcatalogRef, rename_tableRef); 
break;
case ddl_rename_column: q = newStmt(mb, sqlcatalogRef, 
rename_columnRef); break;
default:
-   fprintf(stderr, "#SQL catalog operation unknown\n");
+   fprintf(stderr, "!SQL catalog operation unknown\n");
}
// pass all arguments as before
for (n = args->op4.lval->h; n; n = n->next) {
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2019-07-18 Thread Sjoerd Mullender
Changeset: b5f786f1a60e for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b5f786f1a60e
Modified Files:
common/utils/matomic.h
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/common/utils/matomic.h b/common/utils/matomic.h
--- a/common/utils/matomic.h
+++ b/common/utils/matomic.h
@@ -254,7 +254,7 @@ typedef volatile int ATOMIC_TYPE;
 
 #define ATOMIC_GET(var)__atomic_load_n(var, __ATOMIC_SEQ_CST)
 #define ATOMIC_SET(var, val)   __atomic_store_n(var, (ATOMIC_BASE_TYPE) (val), 
__ATOMIC_SEQ_CST)
-#define ATOMIC_XCG(var, val)   __atomic_exchange_n(var, (ATOMIC_BASE_TYPE) 
(val), __ATOMIC_SEQ_CST
+#define ATOMIC_XCG(var, val)   __atomic_exchange_n(var, (ATOMIC_BASE_TYPE) 
(val), __ATOMIC_SEQ_CST)
 #define ATOMIC_CAS(var, exp, des)  __atomic_compare_exchange_n(var, exp, 
(ATOMIC_BASE_TYPE) (des), false, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST)
 #define ATOMIC_ADD(var, val)   __atomic_fetch_add(var, (ATOMIC_BASE_TYPE) 
(val), __ATOMIC_SEQ_CST)
 #define ATOMIC_SUB(var, val)   __atomic_fetch_sub(var, (ATOMIC_BASE_TYPE) 
(val), __ATOMIC_SEQ_CST)
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2019-04-15 Thread Sjoerd Mullender
Changeset: 77ffc46a0516 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=77ffc46a0516
Modified Files:
testing/process.py
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/testing/process.py b/testing/process.py
--- a/testing/process.py
+++ b/testing/process.py
@@ -411,7 +411,7 @@ def server(args=[], stdin=None, stdout=N
 except OSError:
 pass
 if os.name == 'nt':
-kw = {'creationflags', CREATE_NEW_PROCESS_GROUP}
+kw = {'creationflags': CREATE_NEW_PROCESS_GROUP}
 else:
 kw = {}
 p = Popen(cmd + args,
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2019-03-18 Thread Sjoerd Mullender
Changeset: 56d17efcc56f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=56d17efcc56f
Modified Files:
gdk/gdk_atoms.c
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/gdk/gdk_atoms.c b/gdk/gdk_atoms.c
--- a/gdk/gdk_atoms.c
+++ b/gdk/gdk_atoms.c
@@ -1363,7 +1363,7 @@ int GDKatomcnt = TYPE_str + 1;
  * unknown atoms is kept.  These can be accessed via the ATOMunknown
  * interface. Finding an (negative) atom index can be done via
  * ATOMunknown_find, which simply adds the atom if it's not in the
- * unknown set. The index van be used to find the name of an unknown
+ * unknown set. The index can be used to find the name of an unknown
  * ATOM via ATOMunknown_name.
  */
 static str unknown[MAXATOMS] = { NULL };
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2018-12-05 Thread Sjoerd Mullender
Changeset: f56dea004f62 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f56dea004f62
Modified Files:
gdk/gdk_logger.c
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c
--- a/gdk/gdk_logger.c
+++ b/gdk/gdk_logger.c
@@ -2113,7 +2113,7 @@ logger_new(int debug, const char *fn, co
logger *lg;
char filename[FILENAME_MAX];
 
-   if (!MT_path_absolute(logdir)) {
+   if (MT_path_absolute(logdir)) {
fprintf(stderr, "!ERROR: logger_new: logdir must be relative 
path\n");
return NULL;
}
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2018-11-23 Thread Sjoerd Mullender
Changeset: 84156ee8c434 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=84156ee8c434
Modified Files:
sql/server/sql_parser.y
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/sql/server/sql_parser.y b/sql/server/sql_parser.y
--- a/sql/server/sql_parser.y
+++ b/sql/server/sql_parser.y
@@ -5719,7 +5719,7 @@ non_reserved_word:
 | QUARTER  { $$ = sa_strdup(SA, "quarter"); }
 | REPLACE  { $$ = sa_strdup(SA, "replace"); }
 | ROLE { $$ = sa_strdup(SA, "role"); }
-| SCHEMA   { $$ = sa_strdup(SA, "schema");
+| SCHEMA   { $$ = sa_strdup(SA, "schema"); }
 | SERVER   { $$ = sa_strdup(SA, "server"); }
 | sqlSESSION   { $$ = sa_strdup(SA, "session"); }
 | sqlSIZE  { $$ = sa_strdup(SA, "size"); }
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2018-10-17 Thread Sjoerd Mullender
Changeset: 1bc4eacae396 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1bc4eacae396
Modified Files:
sql/test/BugTracker-2018/Tests/remote-table-where-is-null.Bug-6601.py
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git 
a/sql/test/BugTracker-2018/Tests/remote-table-where-is-null.Bug-6601.py 
b/sql/test/BugTracker-2018/Tests/remote-table-where-is-null.Bug-6601.py
--- a/sql/test/BugTracker-2018/Tests/remote-table-where-is-null.Bug-6601.py
+++ b/sql/test/BugTracker-2018/Tests/remote-table-where-is-null.Bug-6601.py
@@ -71,7 +71,7 @@ out, err = node1_proc.communicate()
 sys.stdout.write(out)
 sys.stderr.write(err)
 
-out, err = node1_proc.communicate()
+out, err = node2_proc.communicate()
 sys.stdout.write(out)
 sys.stderr.write(err)
 
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2018-10-04 Thread Sjoerd Mullender
Changeset: f09c3e92bd46 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f09c3e92bd46
Modified Files:
debian/fix-deb.sh
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/debian/fix-deb.sh b/debian/fix-deb.sh
--- a/debian/fix-deb.sh
+++ b/debian/fix-deb.sh
@@ -97,7 +97,7 @@ cosmic)
 ;;
 esac
 
-# debhelper compatibility 9 and support multiarch by using
+# debhelper compatibility 9 and later support multiarch by using
 # architecture-specific subdirectories in /usr/lib (and /lib); our
 # code base is set up for amd64 (x86_64), so change to whatever
 # architecture we're compiling for
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - typo fix cnt,ext -> ext,cnt

2018-10-02 Thread Lefteris Sidirourgos
Changeset: 9dcdc8b627a3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9dcdc8b627a3
Modified Files:
sql/backends/monet5/rel_bin.c
Branch: default
Log Message:

typo fix cnt,ext -> ext,cnt


diffs (24 lines):

diff --git a/sql/backends/monet5/rel_bin.c b/sql/backends/monet5/rel_bin.c
--- a/sql/backends/monet5/rel_bin.c
+++ b/sql/backends/monet5/rel_bin.c
@@ -403,9 +403,9 @@ exp_bin(backend *be, sql_exp *e, stmt *l
(void)stmt_control_end(be, wstmt);
return stmt_control_end(be, ifstmt);
} else if (e->flag & PSM_IF) {
-   stmt *cond = exp_bin(be, e->l, left, right, grp, cnt, 
ext, sel);
+   stmt *cond = exp_bin(be, e->l, left, right, grp, ext, 
cnt, sel);
stmt *ifstmt = stmt_cond(be, cond, NULL, 0, 0), *res;
-   (void)exp_list(be, e->r, left, right, grp, cnt, ext, 
sel);
+   (void)exp_list(be, e->r, left, right, grp, ext, cnt, 
sel);
res = stmt_control_end(be, ifstmt);
if (e->f) {
stmt *elsestmt = stmt_cond(be, cond, NULL, 0, 
1);
@@ -433,7 +433,7 @@ exp_bin(backend *be, sql_exp *e, stmt *l
return r;
return stmt_table(be, r, 1);
} else if (e->flag & PSM_EXCEPTION) {
-   stmt *cond = exp_bin(be, e->l, left, right, grp, cnt, 
ext, sel);
+   stmt *cond = exp_bin(be, e->l, left, right, grp, ext, 
cnt, sel);
return stmt_exception(be, cond, (const char *) e->r, 0);
}
break;
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2018-03-13 Thread Sjoerd Mullender
Changeset: 85f0e78e9273 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=85f0e78e9273
Modified Files:
clients/mapiclient/tomograph.c
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/clients/mapiclient/tomograph.c b/clients/mapiclient/tomograph.c
--- a/clients/mapiclient/tomograph.c
+++ b/clients/mapiclient/tomograph.c
@@ -8,7 +8,7 @@
 
 /* (c) M Kersten, S Manegold
  * The easiest calling method is something like:
- * tomograph -d demo --atlast=10
+ * tomograph -d demo --atlas=10
  * which connects to the demo database server and
  * will collect the tomograph pages for at most 10 SQL queries
  * For each page a gnuplot file, a data file, and the event trace
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2016-12-16 Thread Sjoerd Mullender
Changeset: 333206fb7de1 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=333206fb7de1
Modified Files:
clients/Tests/MAL-signatures.stable.out
clients/Tests/MAL-signatures.stable.out.int128
monetdb5/modules/kernel/mmath.mal
Branch: default
Log Message:

Typo.


diffs (42 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
@@ -7966,10 +7966,10 @@ Ready.
 [ "mmath", "atan", "command mmath.atan(x:flt):flt ",   
"MATHunary_ATANflt;",   ""  ]
 [ "mmath", "atan2","command mmath.atan2(x:dbl, y:dbl):dbl ",   
"MATHbinary_ATAN2dbl;", "The atan2(x,y) function calculates the arc tangent of 
the two \nvariables x and y.  It is similar to calculating the 
arc\n\ttangent of y / x, except that the signs of both arguments are \n
used to determine the quadrant of the result.  The value is \n\treturned in 
radians and is mathematically defined to be between \n-PI/2 and PI/2 
(inclusive)." ]
 [ "mmath", "atan2","command mmath.atan2(x:flt, y:flt):flt ",   
"MATHbinary_ATAN2flt;", ""  ]
+[ "mmath", "cbrt", "command mmath.cbrt(y:dbl):dbl ",   
"MATHunary_CBRTdbl;",   "The cbrt(x) function returns the cube root of x."  
]
 [ "mmath", "cbrt", "command mmath.cbrt(y:flt):flt ",   
"MATHunary_CBRTflt;",   ""  ]
 [ "mmath", "ceil", "command mmath.ceil(y:dbl):dbl ",   
"MATHunary_CEILdbl;",   "The ceil(x) function rounds x upwards to the nearest 
integer." ]
 [ "mmath", "ceil", "command mmath.ceil(y:flt):flt ",   
"MATHunary_CEILflt;",   ""  ]
-[ "mmath", "cnrt", "command mmath.cnrt(y:dbl):dbl ",   
"MATHunary_CBRTdbl;",   "The cbrt(x) function returns the cube root of x."  
]
 [ "mmath", "cos",  "command mmath.cos(x:dbl):dbl ",
"MATHunary_COSdbl;","The cos(x) function returns the cosine of x, where x 
is given in \nradians. The return value is between -1 and 1." ]
 [ "mmath", "cos",  "command mmath.cos(x:flt):flt ",
"MATHunary_COSflt;",""  ]
 [ "mmath", "cosh", "command mmath.cosh(x:dbl):dbl ",   
"MATHunary_COSHdbl;",   "The cosh() function  returns the hyperbolic cosine of 
x, which is \n\tdefined mathematically as (exp(x) + exp(-x)) / 2."   ]
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
@@ -10328,10 +10328,10 @@ Ready.
 [ "mmath", "atan", "command mmath.atan(x:flt):flt ",   
"MATHunary_ATANflt;",   ""  ]
 [ "mmath", "atan2","command mmath.atan2(x:dbl, y:dbl):dbl ",   
"MATHbinary_ATAN2dbl;", "The atan2(x,y) function calculates the arc tangent of 
the two \nvariables x and y.  It is similar to calculating the 
arc\n\ttangent of y / x, except that the signs of both arguments are \n
used to determine the quadrant of the result.  The value is \n\treturned in 
radians and is mathematically defined to be between \n-PI/2 and PI/2 
(inclusive)." ]
 [ "mmath", "atan2","command mmath.atan2(x:flt, y:flt):flt ",   
"MATHbinary_ATAN2flt;", ""  ]
+[ "mmath", "cbrt", "command mmath.cbrt(y:dbl):dbl ",   
"MATHunary_CBRTdbl;",   "The cbrt(x) function returns the cube root of x."  
]
 [ "mmath", "cbrt", "command mmath.cbrt(y:flt):flt ",   
"MATHunary_CBRTflt;",   ""  ]
 [ "mmath", "ceil", "command mmath.ceil(y:dbl):dbl ",   
"MATHunary_CEILdbl;",   "The ceil(x) function rounds x upwards to the nearest 
integer." ]
 [ "mmath", "ceil", "command mmath.ceil(y:flt):flt ",   
"MATHunary_CEILflt;",   ""  ]
-[ "mmath", "cnrt", "command mmath.cnrt(y:dbl):dbl ",   
"MATHunary_CBRTdbl;",   "The cbrt(x) function returns the cube root of x."  
]
 [ "mmath", "cos",  "command mmath.cos(x:dbl):dbl ",
"MATHunary_COSdbl;","The cos(x) function returns the cosine of x, where x 
is given in \nradians. The return value is between -1 and 1." ]
 [ "mmath", "cos",  "command mmath.cos(x:flt):flt ",
"MATHunary_COSflt;",""  ]
 [ "mmath", "cosh", "command mmath.cosh(x:dbl):dbl ",   
"MATHunary_COSHdbl;",   "The cosh() function  returns the hyperbolic cosine of 
x, which is \n\tdefined mathematically as (exp(x) + exp(-x)) / 2."   ]
diff --git a/monetdb5/modules/kernel/mmath.mal 
b/monetdb5/modules/kernel/mmath.mal
--- a/monetdb5/modules/kernel/mmath.mal
+++ b/monetdb5/modules/kernel/mmath.mal
@@ -137,7 +137,7 @@ comment "The sqrt(x) function returns th
 
 command cbrt(y:flt)  :flt 
 address MATHunary_CBRTflt;
-command cnrt(y:dbl)  :dbl 
+command cbrt(y:dbl)  :dbl 
 address MATHunary_CBRTdbl
 comment "The cbrt(x) function returns the cub

MonetDB: default - Typo

2016-08-04 Thread Martin van Dinther
Changeset: d883395919f4 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d883395919f4
Modified Files:
java/src/main/java/nl/cwi/monetdb/jdbc/MonetBlob.java
Branch: default
Log Message:

Typo


diffs (30 lines):

diff --git a/java/src/main/java/nl/cwi/monetdb/jdbc/MonetBlob.java 
b/java/src/main/java/nl/cwi/monetdb/jdbc/MonetBlob.java
--- a/java/src/main/java/nl/cwi/monetdb/jdbc/MonetBlob.java
+++ b/java/src/main/java/nl/cwi/monetdb/jdbc/MonetBlob.java
@@ -15,7 +15,7 @@ import java.io.*;
 /**
  * The MonetBlob class implements the {@link java.sql.Blob} interface.  Because
  * MonetDB/SQL currently has no support for streams, this class is a
- * shallow wrapper of a {@link StringBuilder}.  It is more or less supplied to
+ * shallow wrapper of a byte[].  It is more or less supplied to
  * enable an application that depends on it to run.  It may be obvious
  * that it is a real resource expensive workaround that contradicts the
  * benefits for a Blob: avoidance of huge resource consumption.
@@ -43,7 +43,7 @@ public class MonetBlob implements Blob {
/**
 * This method frees the Blob object and releases the resources that
 * it holds. The object is invalid once the free method is called.
-* 
+*
 * After free has been called, any attempt to invoke a method other
 * than free will result in a SQLException being thrown. If free is
 * called multiple times, the subsequent calls to free are treated
@@ -88,7 +88,7 @@ public class MonetBlob implements Blob {
 * read.
 * @throws SQLException if pos is less than 1 or if pos is
 * greater than the number of bytes in the Blob or if pos +
-* length is greater than the number of bytes in the Blob 
+* length is greater than the number of bytes in the Blob
 * @throws SQLFeatureNotSupportedException if the JDBC driver does
 * not support this method
 */
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo

2016-08-04 Thread Martin van Dinther
Changeset: 623cbfc4260d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=623cbfc4260d
Modified Files:
clients/odbc/driver/README
Branch: default
Log Message:

Typo


diffs (12 lines):

diff --git a/clients/odbc/driver/README b/clients/odbc/driver/README
--- a/clients/odbc/driver/README
+++ b/clients/odbc/driver/README
@@ -208,7 +208,7 @@ If you do not implement them you need an
 to do the mapping for you else old ODBC applications (pre ODBC 3.0)
 will not work with our ODBC driver.
 
-Not implementated ODBC API functions:
+Not implemented ODBC API functions:
 
 On MS Windows the ODBC functions SQLDrivers(), SQLDataSources() and 
SQLFunctions()
 do not have to be implemented by the driver, those are always implemented
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2016-06-30 Thread Sjoerd Mullender
Changeset: d17879d27314 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d17879d27314
Modified Files:
gdk/gdk.h
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/gdk/gdk.h b/gdk/gdk.h
--- a/gdk/gdk.h
+++ b/gdk/gdk.h
@@ -891,7 +891,7 @@ typedef struct BATiter {
oid tvid;
 } BATiter;
 
-/* macros's to hide complexity of BAT structure */
+/* macros to hide complexity of the BAT structure */
 #define batPersistence S.persistence
 #define batCopiedtodiskS.copiedtodisk
 #define batDirty   S.dirty
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2016-06-29 Thread Sjoerd Mullender
Changeset: 0ad6ecc70fc7 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0ad6ecc70fc7
Modified Files:
monetdb5/modules/kernel/bat5.c
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/monetdb5/modules/kernel/bat5.c b/monetdb5/modules/kernel/bat5.c
--- a/monetdb5/modules/kernel/bat5.c
+++ b/monetdb5/modules/kernel/bat5.c
@@ -501,7 +501,7 @@ BKCgetRole(str *res, const bat *bid)
BAT *b;
 
if ((b = BATdescriptor(*bid)) == NULL) {
-   throw(MAL, "bat.getType", RUNTIME_OBJECT_MISSING);
+   throw(MAL, "bat.getRole", RUNTIME_OBJECT_MISSING);
}
*res = GDKstrdup((*bid > 0) ? b->hident : b->tident);
BBPunfix(b->batCacheid);
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo

2016-06-06 Thread Martin Kersten
Changeset: 184c6c014e55 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=184c6c014e55
Modified Files:
monetdb5/optimizer/opt_garbageCollector.c
Branch: default
Log Message:

Typo


diffs (12 lines):

diff --git a/monetdb5/optimizer/opt_garbageCollector.c 
b/monetdb5/optimizer/opt_garbageCollector.c
--- a/monetdb5/optimizer/opt_garbageCollector.c
+++ b/monetdb5/optimizer/opt_garbageCollector.c
@@ -131,7 +131,7 @@ OPTgarbageCollectorImplementation(Client
 chkDeclarations(cntxt->fdout, mb);
 }
 /* keep all actions taken as a post block comment */
-snprintf(buf,256,"%-20s actions=%2d time=" LLFMT " 
usec","garbagecollctor",actions+1,GDKusec() - usec);
+snprintf(buf,256,"%-20s actions=%2d time=" LLFMT " 
usec","garbagecollector",actions+1,GDKusec() - usec);
 newComment(mb,buf);
 
return actions+1;
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2016-01-26 Thread Sjoerd Mullender
Changeset: adae2d29344c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=adae2d29344c
Modified Files:
monetdb5/optimizer/Tests/All
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/monetdb5/optimizer/Tests/All b/monetdb5/optimizer/Tests/All
--- a/monetdb5/optimizer/Tests/All
+++ b/monetdb5/optimizer/Tests/All
@@ -53,7 +53,7 @@ manifold2
 
 #joinpath calls for new joinpath optimizer
 #leftjoinpath
-projectionhain
+projectionchain
 
 ifthencst
 #CXerror1 transaction primitives removed
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo

2015-09-15 Thread Martin Kersten
Changeset: da0da46d0f4b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=da0da46d0f4b
Modified Files:
monetdb5/modules/kernel/bat5.c
Branch: default
Log Message:

Typo


diffs (12 lines):

diff --git a/monetdb5/modules/kernel/bat5.c b/monetdb5/modules/kernel/bat5.c
--- a/monetdb5/modules/kernel/bat5.c
+++ b/monetdb5/modules/kernel/bat5.c
@@ -881,7 +881,7 @@ BKCisSortedReverse(bit *res, const bat *
 
 /*
  * We must take care of the special case of a nil column 
(TYPE_void,seqbase=nil)
- * such nil columns never set hkey (and BUNins will never invalidate it if 
set) yet
+ * such nil columns never set hkey 
  * a nil column of a BAT with <= 1 entries does not contain doubles => return 
TRUE.
  */
 
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo

2015-09-01 Thread Martin Kersten
Changeset: b3406da1045a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b3406da1045a
Modified Files:
monetdb5/mal/mal_dataflow.c
Branch: default
Log Message:

Typo


diffs (25 lines):

diff --git a/monetdb5/mal/mal_dataflow.c b/monetdb5/mal/mal_dataflow.c
--- a/monetdb5/mal/mal_dataflow.c
+++ b/monetdb5/mal/mal_dataflow.c
@@ -409,18 +409,19 @@ DFLOWworker(void *T)
 * All eligible instructions are queued
 */
 #ifdef USE_MAL_ADMISSION
-   {
+   {
InstrPtr p = getInstrPtr(flow->mb, fe->pc);
assert(p);
fe->hotclaim = 0;
fe->maxclaim = 0;
 
-   for (i = 0; i < p->retc; i++)
+   for (i = 0; i < p->retc; i++){
lng footprint;
footprint = getMemoryClaim(flow->mb, flow->stk, p, i, 
FALSE);
fe->hotclaim += footprint;
if( footprint > fe->maxclaim) fe->maxclaim = footprint;
}
+   }
 #endif
MT_lock_set(&flow->flowlock, "DFLOWworker");
 
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo and additional information for debugging

2015-03-20 Thread Martin Kersten
Changeset: 79c86ec05b2e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=79c86ec05b2e
Modified Files:
monetdb5/optimizer/opt_coercion.c
Branch: default
Log Message:

Typo and additional information for debugging


diffs (33 lines):

diff --git a/monetdb5/optimizer/opt_coercion.c 
b/monetdb5/optimizer/opt_coercion.c
--- a/monetdb5/optimizer/opt_coercion.c
+++ b/monetdb5/optimizer/opt_coercion.c
@@ -75,6 +75,7 @@ coercionOptimizerCalcStep(Client cntxt, 
{
 #ifdef _DEBUG_COERCION_
mnstr_printf(cntxt->fdout,"#remove upcast on first argument 
%d\n", getArg(p,1));
+   printInstruction(cntxt->fdout, mb, 0, p, LIST_MAL_ALL);
 #endif
varid = getArg(p,1);
getArg(p,1) = coerce[getArg(p,1)].src;
@@ -82,15 +83,20 @@ coercionOptimizerCalcStep(Client cntxt, 
p->argv[1] = varid;
}
if ( b == r && coerce[getArg(p,2)].src &&  coerce[getArg(p,2)].fromtype 
< r ) 
+   {
 #ifdef _DEBUG_COERCION_
mnstr_printf(cntxt->fdout,"#remove upcast on second argument 
%d\n", getArg(p,2));
+   printInstruction(cntxt->fdout, mb, 0, p, LIST_MAL_ALL);
 #endif
-   {
varid = getArg(p,2);
getArg(p,2) = coerce[getArg(p,2)].src;
if ( chkInstruction(NULL, cntxt->nspace, mb, p))
p->argv[2] = varid;
}
+#ifdef _DEBUG_COERCION_
+   mnstr_printf(cntxt->fdout,"#final instruction\n");
+   printInstruction(cntxt->fdout, mb, 0, p, LIST_MAL_ALL);
+#endif
return;
 }
 
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - typo

2015-02-25 Thread Jennie Zhang
Changeset: 9b8c183900df for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9b8c183900df
Modified Files:
sql/rel.txt
Branch: default
Log Message:

typo


diffs (12 lines):

diff --git a/sql/rel.txt b/sql/rel.txt
--- a/sql/rel.txt
+++ b/sql/rel.txt
@@ -135,7 +135,7 @@ for aggr
 e_column
-> rname alias for the relation (i.e., alias of ->l, used by higher 
expressions)
-> name alias for the expression (i.e., alias of ->r, used by higher 
expressions)
-   l,r names of refered expression
+   l,r names of referred expression
-> loptional relation name 
-> rexpression name
-> type 
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2014-08-11 Thread Sjoerd Mullender
Changeset: 77dbe46198e6 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=77dbe46198e6
Modified Files:
configure.ag
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2782,7 +2782,7 @@ AC_TYPE_OFF_T
 
 AC_CHECK_TYPES([__int64, long long])
 have_hge=no
-why_have_hge-'(no 128-bit integer type found)'
+why_have_hge='(no 128-bit integer type found)'
 AC_CHECK_TYPES([__int128, __int128_t, __uint128_t], [have_hge=yes; 
why_have_hge=''])
 AM_CONDITIONAL(HAVE_HGE, test "x$have_hge" = xyes)
 AC_CHECK_TYPES([ptrdiff_t],,,[#include 
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - typo

2014-04-18 Thread Martin Kersten
Changeset: 2cc966536145 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2cc966536145
Modified Files:
monetdb5/modules/mal/pqueue.c
Branch: default
Log Message:

typo


diffs (12 lines):

diff --git a/monetdb5/modules/mal/pqueue.c b/monetdb5/modules/mal/pqueue.c
--- a/monetdb5/modules/mal/pqueue.c
+++ b/monetdb5/modules/mal/pqueue.c
@@ -382,7 +382,7 @@ str PQtopn3_minmax(Client cntxt, MalBlkP
 
// shuffle insert new values, keep it simple!
if( size){
-   if ( max ==0)
+   if ( min)
switch(tpe){
case TYPE_bte: QTOPN_shuffle3(bte,<) break;
case TYPE_sht: QTOPN_shuffle3(sht,<) break;
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2014-04-01 Thread Sjoerd Mullender
Changeset: f22ff45730a8 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f22ff45730a8
Modified Files:
sql/backends/monet5/sql_scenario.c
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/sql/backends/monet5/sql_scenario.c 
b/sql/backends/monet5/sql_scenario.c
--- a/sql/backends/monet5/sql_scenario.c
+++ b/sql/backends/monet5/sql_scenario.c
@@ -594,7 +594,7 @@ sql_update_feb2013_sp3(Client c)
 
 /*
  * TODO
- * rewrite agrs table, ie add vararg and inout columns
+ * rewrite args table, ie add vararg and inout columns
  * update all table functions, ie make them type F_UNION
  * update columns view, ie change storage_type-int into storage - varchar
  * remove table return types (#..), ie tt_generated from _tables
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo

2014-02-13 Thread Martin Kersten
Changeset: b4af4a85ec0d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b4af4a85ec0d
Modified Files:
sql/backends/monet5/LSST/lsst.c
Branch: default
Log Message:

Typo


diffs (12 lines):

diff --git a/sql/backends/monet5/LSST/lsst.c b/sql/backends/monet5/LSST/lsst.c
--- a/sql/backends/monet5/LSST/lsst.c
+++ b/sql/backends/monet5/LSST/lsst.c
@@ -514,7 +514,7 @@ LSSTxmatch(int *lres, int *rres, int *li
if ( lhtm == rhtm){
/* match */
BUNappend(xl,&lo, FALSE);
-   BUNappend(xl,&ro, FALSE);
+   BUNappend(xr,&ro, FALSE);
} else if ( lhtm < rhtm ) {
lhtm = lhtm << shift;
for ( ; *l < lhtm && l < lend; lo++, l++)
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo fixed

2014-02-08 Thread Martin Kersten
Changeset: 9ee7d42b3762 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9ee7d42b3762
Modified Files:
monetdb5/modules/mal/factories.c
Branch: default
Log Message:

Typo fixed


diffs (12 lines):

diff --git a/monetdb5/modules/mal/factories.c b/monetdb5/modules/mal/factories.c
--- a/monetdb5/modules/mal/factories.c
+++ b/monetdb5/modules/mal/factories.c
@@ -28,6 +28,8 @@
 str
 FCTgetPlants(int *ret, int *ret2)
 {
+   (void) ret;
+   (void) ret2;
throw(MAL, "factories.getPlants", PROGRAM_NYI);
 }
 
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo, referencing wrong array element.

2013-09-29 Thread Martin Kersten
Changeset: 9ed03df2f7fc for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9ed03df2f7fc
Modified Files:
monetdb5/modules/mal/mat.c
Branch: default
Log Message:

Typo, referencing wrong array element.


diffs (12 lines):

diff --git a/monetdb5/modules/mal/mat.c b/monetdb5/modules/mal/mat.c
--- a/monetdb5/modules/mal/mat.c
+++ b/monetdb5/modules/mal/mat.c
@@ -483,7 +483,7 @@ MATmergepack(Client cntxt, MalBlkPtr mb,
bats[j] = bats[j-1];
}
o_src[j] = (oid*) Tloc(b,BUNfirst(b));
-   o_end[j] = o_src[top] + BATcount(b);
+   o_end[j] = o_src[j] + BATcount(b);
bats[j] = b;
top++;
}
___
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2013-09-13 Thread Sjoerd Mullender
Changeset: 517e481024b4 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=517e481024b4
Modified Files:
gdk/gdk_private.h
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/gdk/gdk_private.h b/gdk/gdk_private.h
--- a/gdk/gdk_private.h
+++ b/gdk/gdk_private.h
@@ -168,7 +168,7 @@ extern MT_Lock MT_system_lock;
 #define SORTloop_bit(b,p,q,tl,th) SORTloop_bte(b,p,q,tl,th)
 
 #ifdef GDKMALLOC_DEBUG
-#define GDKallocmax(s,ps,e)\
+#define GDKmallocmax(s,ps,e)   \
({  \
size_t _size = (s); \
size_t *_psize  = (ps); \
___
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo

2013-09-03 Thread Martin Kersten
Changeset: 95c56aef6794 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=95c56aef6794
Modified Files:
monetdb5/optimizer/opt_prelude.c
Branch: default
Log Message:

Typo


diffs (21 lines):

diff --git a/monetdb5/optimizer/opt_prelude.c b/monetdb5/optimizer/opt_prelude.c
--- a/monetdb5/optimizer/opt_prelude.c
+++ b/monetdb5/optimizer/opt_prelude.c
@@ -86,7 +86,7 @@ str tintersectRef;
 str tdiffRef;
 str tinterRef;
 str mergecandRef;
-str mergepack;
+str mergepackRef;
 str intersectcandRef;
 str eqRef;
 str disconnectRef;
@@ -354,7 +354,7 @@ void optimizerInit(void){
tdiffRef= putName("tdiff",5);
tinterRef= putName("tinter",6);
mergecandRef= putName("mergecand",9);
-   mergepack= putName("mergepack",9);
+   mergepackRef= putName("mergepack",9);
intersectcandRef= putName("intersectcand",13);
eqRef = putName("==",2);
disconnectRef= putName("disconnect",10);
___
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2013-05-21 Thread Sjoerd Mullender
Changeset: c1a95b2d9a1f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c1a95b2d9a1f
Modified Files:
gdk/gdk_join.c
Branch: default
Log Message:

Typo.


diffs (21 lines):

diff --git a/gdk/gdk_join.c b/gdk/gdk_join.c
--- a/gdk/gdk_join.c
+++ b/gdk/gdk_join.c
@@ -1418,7 +1418,7 @@ thetajoin(BAT *r1, BAT *r2, BAT *l, BAT 
assert(sr == NULL || sr->tsorted);
 
/* encode operator as a bit mask into opcode */
-   if (op[0] == '=' && ((op[1] == '=' && op[2] == 0) || op[2] == 0)) {
+   if (op[0] == '=' && ((op[1] == '=' && op[2] == 0) || op[1] == 0)) {
/* "=" or "==" */
opcode |= MASK_EQ;
} else if (op[0] == '!' && op[1] == '=' && op[2] == 0) {
@@ -1720,7 +1720,7 @@ BATsubthetajoin(BAT **r1p, BAT **r2p, BA
 {
BAT *r1, *r2;
 
-   if (op[0] == '=' && ((op[1] == '=' && op[2] == 0) || op[2] == 0))
+   if (op[0] == '=' && ((op[1] == '=' && op[2] == 0) || op[1] == 0))
return BATsubjoin(r1p, r2p, l, r, sl, sr, estimate);
 
*r1p = NULL;
___
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2013-02-06 Thread Sjoerd Mullender
Changeset: 45c89b2e2ac2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=45c89b2e2ac2
Modified Files:
gdk/gdk_join.c
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/gdk/gdk_join.c b/gdk/gdk_join.c
--- a/gdk/gdk_join.c
+++ b/gdk/gdk_join.c
@@ -222,7 +222,7 @@ mergejoin(BAT *r1, BAT *r2, BAT *l, BAT 
/* lcand/lstart points one beyond the value we're
 * going to match: ready for the next */
if (!nil_matches && cmp(v, nil) == 0) {
-   /* v is nil and nils don't match anythin */
+   /* v is nil and nils don't match anything */
continue;
}
if (equal_order) {
___
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - typo

2013-01-31 Thread Jennie Zhang
Changeset: 7a031878a341 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7a031878a341
Modified Files:
sql/backends/monet5/sql.mx
Branch: default
Log Message:

typo


diffs (12 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
@@ -3686,7 +3686,7 @@ TID(Client cntxt, MalBlkPtr mb, MalStkPt
t->persistence == SQL_PERSIST && !t->commit_action) 
inr = store_funcs.count_col(c, 0);
nr -= inr;
-   if ( pci->argc == 6){ /* partion version */
+   if ( pci->argc == 6){ /* partitioned version */
size_t cnt = nr;
int part_nr = *(int *)getArgReference(stk, pci, 4);
int nr_parts = *(int *)getArgReference(stk, pci, 5);
___
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2013-01-23 Thread Sjoerd Mullender
Changeset: 2801c4814962 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2801c4814962
Modified Files:
gdk/gdk_utils.c
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/gdk/gdk_utils.c b/gdk/gdk_utils.c
--- a/gdk/gdk_utils.c
+++ b/gdk/gdk_utils.c
@@ -1161,7 +1161,7 @@ int GDKdebug = 0;
 batlock_t GDKbatLock[BBP_BATMASK + 1];
 bbplock_t GDKbbpLock[BBP_THREADMASK + 1];
 MT_Lock GDKnameLock MT_LOCK_INITIALIZER("GDKnameLock");
-MT_Lock GDKthreadLock MT_LOCK_INITIALIZER("GDKthredLock");
+MT_Lock GDKthreadLock MT_LOCK_INITIALIZER("GDKthreadLock");
 MT_Lock GDKtmLock MT_LOCK_INITIALIZER("GDKtmLock");
 
 /*
___
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2012-11-23 Thread Sjoerd Mullender
Changeset: 6632adfdd704 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6632adfdd704
Modified Files:
gdk/gdk_aggr.c
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/gdk/gdk_aggr.c b/gdk/gdk_aggr.c
--- a/gdk/gdk_aggr.c
+++ b/gdk/gdk_aggr.c
@@ -165,7 +165,7 @@ BATgroupaggrinit(const BAT *b, const BAT
  func, start, end, nonil); \
sum = 0;\
if (nonil) {\
-   seenval = start > end;  \
+   seenval = start < end;  \
for (i = start; i < end && nils == 0; i++, 
vals++) { \
x = *vals;  \
ADD_WITH_CHECK(TYPE1, x,\
___
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo in query

2012-07-06 Thread Martin Kersten
Changeset: 2e1e79ae7ca4 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2e1e79ae7ca4
Modified Files:
sql/test/Tests/median_stdev.sql
Branch: default
Log Message:

Typo in query


diffs (12 lines):

diff --git a/sql/test/Tests/median_stdev.sql b/sql/test/Tests/median_stdev.sql
--- a/sql/test/Tests/median_stdev.sql
+++ b/sql/test/Tests/median_stdev.sql
@@ -22,7 +22,7 @@ SELECT count(*) from sampleData;
 -- Median tests
 SELECT median(numValue) FROM sampleData;  -- should return 6.5 (or 6, or 7)
 SELECT median(groupID) FROM sampleData;  -- should return 2
-SELECT groupID, median(numValue) FROM sampleData ORDER BY groupID;  -- should 
return (4, 5, 34.5, 18,  0)
+SELECT groupID, median(numValue) FROM sampleData GROUP BY groupID;  -- should 
return (6, 5, 34.5, 18,  0)
 
 
 SELECT R.groupID, AVG(1.0*R.numValue) AS medianValue
___
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2012-06-29 Thread Sjoerd Mullender
Changeset: 62f4cfb1a300 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=62f4cfb1a300
Modified Files:
monetdb5/modules/mal/Makefile.ag
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/monetdb5/modules/mal/Makefile.ag b/monetdb5/modules/mal/Makefile.ag
--- a/monetdb5/modules/mal/Makefile.ag
+++ b/monetdb5/modules/mal/Makefile.ag
@@ -41,7 +41,7 @@ lib_mal = {
groupby.c groupby.h \
histogram.h \
inspect.c inspect.h \
-   iterator.c  iteratore.h \
+   iterator.c  iterator.h \
language.c language.h \
mal_io.c mal_io.h \
mal_mapi.c mal_mapi.h \
___
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2012-06-19 Thread Sjoerd Mullender
Changeset: 04c75bc2affe for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=04c75bc2affe
Modified Files:
monetdb5/modules/kernel/Makefile.ag
Branch: default
Log Message:

Typo.


diffs (12 lines):

diff --git a/monetdb5/modules/kernel/Makefile.ag 
b/monetdb5/modules/kernel/Makefile.ag
--- a/monetdb5/modules/kernel/Makefile.ag
+++ b/monetdb5/modules/kernel/Makefile.ag
@@ -56,7 +56,7 @@ lib_kernel = {
microbenchmark.c microbenchmark.h \
mmath.mx \
sema.c \
-   status.x status.h \
+   status.c status.h \
unix.c
 }
 
___
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - typo: check tail, not head

2011-07-01 Thread Fabian Groffen
Changeset: ac39d7e47691 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ac39d7e47691
Modified Files:
monetdb5/modules/mal/remote.mx
Branch: default
Log Message:

typo: check tail, not head


diffs (12 lines):

diff --git a/monetdb5/modules/mal/remote.mx b/monetdb5/modules/mal/remote.mx
--- a/monetdb5/modules/mal/remote.mx
+++ b/monetdb5/modules/mal/remote.mx
@@ -1237,7 +1237,7 @@
b->batCount,
sendhead ? b->batCount * Hsize(b) : 0,
b->batCount * Tsize(b),
-   b->htype != TYPE_void && b->tvarsized && b->batCount > 
0 ? b->T->vheap->free : 0
+   b->ttype != TYPE_void && b->tvarsized && b->batCount > 
0 ? b->T->vheap->free : 0
);
if (sendhead)
mnstr_write(cntxt->fdout, /* head */
___
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - typo

2010-11-25 Thread Fabian Groffen
Changeset: ffb735c3c823 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ffb735c3c823
Modified Files:
sql/src/backends/monet5/vaults/vault.mx
Branch: default
Log Message:

typo


diffs (12 lines):

diff -r afd404ded48f -r ffb735c3c823 sql/src/backends/monet5/vaults/vault.mx
--- a/sql/src/backends/monet5/vaults/vault.mx   Thu Nov 25 11:19:28 2010 +0100
+++ b/sql/src/backends/monet5/vaults/vault.mx   Thu Nov 25 12:45:59 2010 +0100
@@ -74,7 +74,7 @@
 
 command ftpget(src:str,trg:str)
 address VLTftpget
-comment "Use FTP to copy a remote file to a local");
+comment "Use FTP to copy a remote file to a local";
 
 pattern prelude():void 
 address VLTprelude
___
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo.

2010-08-30 Thread Sjoerd Mullender
Changeset: 43b78d87be5c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=43b78d87be5c
Modified Files:
MonetDB5/MonetDB-server.spec
Branch: default
Log Message:

Typo.


diffs (36 lines):

diff -r f56e4e5d8b8b -r 43b78d87be5c MonetDB5/ChangeLog-Archive
--- a/MonetDB5/ChangeLog-ArchiveThu Aug 26 20:06:46 2010 +0200
+++ b/MonetDB5/ChangeLog-ArchiveMon Aug 30 10:51:47 2010 +0200
@@ -7,7 +7,7 @@
 
 * Fri Aug 20 2010 Sjoerd Mullender  - 5.20.5-20100823
 - A bug was fixed where on 32 bit systems (or 64 bit systems using 32 bit
-  OIDs), values where sometimes written as 32 bits but read as 64 bits.
+  OIDs), values were sometimes written as 32 bits but read as 64 bits.
   This fixes bugs 2644 and 2654.
 
 * Thu Aug 19 2010 Sjoerd Mullender  - 5.20.5-20100823
diff -r f56e4e5d8b8b -r 43b78d87be5c MonetDB5/MonetDB-server.spec
--- a/MonetDB5/MonetDB-server.spec  Thu Aug 26 20:06:46 2010 +0200
+++ b/MonetDB5/MonetDB-server.spec  Mon Aug 30 10:51:47 2010 +0200
@@ -226,7 +226,7 @@
 
 * Fri Aug 20 2010 Sjoerd Mullender  - 5.20.5-20100823
 - A bug was fixed where on 32 bit systems (or 64 bit systems using 32 bit
-  OIDs), values where sometimes written as 32 bits but read as 64 bits.
+  OIDs), values were sometimes written as 32 bits but read as 64 bits.
   This fixes bugs 2644 and 2654.
 
 * Thu Aug 19 2010 Sjoerd Mullender  - 5.20.5-20100823
diff -r f56e4e5d8b8b -r 43b78d87be5c MonetDB5/debian/changelog
--- a/MonetDB5/debian/changelog Thu Aug 26 20:06:46 2010 +0200
+++ b/MonetDB5/debian/changelog Mon Aug 30 10:51:47 2010 +0200
@@ -20,7 +20,7 @@
 monetdb5-server (5.20.5-20100823) unstable; urgency=low
 
   * A bug was fixed where on 32 bit systems (or 64 bit systems using 32 bit
-OIDs), values where sometimes written as 32 bits but read as 64 bits.
+OIDs), values were sometimes written as 32 bits but read as 64 bits.
 This fixes bugs 2644 and 2654.
 
  -- Sjoerd Mullender   Fri, 20 Aug 2010 10:13:12 +0200
___
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - Typo in text.

2010-08-11 Thread Sjoerd Mullender
Changeset: c4ea04725091 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c4ea04725091
Modified Files:
MonetDB/src/gdk/gdk_system.mx
Branch: default
Log Message:

Typo in text.


diffs (12 lines):

diff -r 3e553302fcfe -r c4ea04725091 MonetDB/src/gdk/gdk_system.mx
--- a/MonetDB/src/gdk/gdk_system.mx Wed Aug 11 15:35:07 2010 +0200
+++ b/MonetDB/src/gdk/gdk_system.mx Wed Aug 11 15:34:00 2010 +0200
@@ -26,7 +26,7 @@
 rather thin.
 
 In the late 1990s when multi-threading support was introduced in MonetDB, 
-pthreads was just emerging as a standard API and not widely adaopted yet. 
+pthreads was just emerging as a standard API and not widely adopted yet.
 The earliest MT implementation focused on SGI Unix and provided multi-
 threading using multiple processses, and shared memory. 
 
___
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list


MonetDB: default - typo

2010-05-09 Thread Fabian Groffen
Changeset: cfbfaf940bb2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cfbfaf940bb2
Modified Files:

Branch: default
Log Message:

typo
(transplanted from 63f8c7be221a11f356d3ebb8a11a08c1fac9e8f2)


diffs (14 lines):

diff -r e059e4d2edd5 -r cfbfaf940bb2 clients/src/mapiclient/stethoscope.c
--- a/clients/src/mapiclient/stethoscope.c  Sun May 09 09:58:06 2010 +0200
+++ b/clients/src/mapiclient/stethoscope.c  Sun May 09 10:48:35 2010 +0200
@@ -63,8 +63,8 @@
  * Ideally, the stream of events should be piped into a
  * 2D graphical tool, like xosview (Linux).
  * 
- * A convenient way to watch most of the SQL interaction
- * you may use the command:
+ * For a convenient way to watch most of the SQL interaction you may use
+ * the command:
  * stethoscope -umonetdb -Pmonetdb -hhost +tis "algebra.*" "bat.*" "group.*" 
"sql.*" "aggr.*"
  */
 
___
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list