Date: 2017-07-28 00:02:29 +0200
From: Javier Pastorino <<jpastorino.ucdenver>>
To: MonetDB5 devs <>
Version: 11.27.1 (Jul2017)
Last updated: 2017-10-26 14:01:42 +0200
Comment 25509
Date: 2017-07-28 00:02:29 +0200
From: Javier Pastorino <<jpastorino.ucdenver>>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36
Build Identifier:
dba@csci5559:$ monetdbd create ./myfarm
dba@csci5559:$ monetdbd start ./myfarm
dba@csci5559:$ monetdb create voc
created database in maintenance mode: voc
dba@csci5559:$ monetdb release voc
taken database out of maintenance mode: voc
dba@csci5559:~$ mclient -u monetdb -d voc
password:
TypeException:user.sql.init[5]:'sqlcatalog.create_function' undefined in: sqlcatalog.create_function(X_1:str, X_3:str, X_5:ptr);
MALException:optimizer.MALoptimizer:Start with inconsistent MAL plan
Reproducible: Always
Steps to Reproduce:
1.Install monetdb and monet client
2.create a farm
3.create a database and connect to initialize
Actual Results:
Just follow the documentation online for ubuntu and tutorial
Expected Results:
TypeException:user.sql.init[5]:'sqlcatalog.create_function' undefined in: sqlcatalog.create_function(X_1:str, X_3:str, X_5:ptr);
MALException:optimizer.MALoptimizer:Start with inconsistent MAL plan
Date: 2017-07-28 00:02:29 +0200
From: Javier Pastorino <<jpastorino.ucdenver>>
To: MonetDB5 devs <>
Version: 11.27.1 (Jul2017)
Last updated: 2017-10-26 14:01:42 +0200
Comment 25509
Date: 2017-07-28 00:02:29 +0200
From: Javier Pastorino <<jpastorino.ucdenver>>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36
Build Identifier:
dba@csci5559:
$ monetdbd create ./myfarm$ monetdbd start ./myfarmdba@csci5559:
dba@csci5559:
$ monetdb create voc$ monetdb release voccreated database in maintenance mode: voc
dba@csci5559:
taken database out of maintenance mode: voc
dba@csci5559:~$ mclient -u monetdb -d voc
password:
TypeException:user.sql.init[5]:'sqlcatalog.create_function' undefined in: sqlcatalog.create_function(X_1:str, X_3:str, X_5:ptr);
MALException:optimizer.MALoptimizer:Start with inconsistent MAL plan
Reproducible: Always
Steps to Reproduce:
1.Install monetdb and monet client
2.create a farm
3.create a database and connect to initialize
Actual Results:
Just follow the documentation online for ubuntu and tutorial
Expected Results:
TypeException:user.sql.init[5]:'sqlcatalog.create_function' undefined in: sqlcatalog.create_function(X_1:str, X_3:str, X_5:ptr);
MALException:optimizer.MALoptimizer:Start with inconsistent MAL plan
initialized and connected.
Comment 25511
Date: 2017-07-28 11:01:39 +0200
From: @sjoerdmullender
Packaging error on our side for Debian and Ubuntu packages. There is a
file missing in the installer.
To fix: copy this file [1] to /usr/lib/monetdb5/sqlcatalog.mal
This is fixed in the upcoming Jul2017-SP1 release. A release candidate is currently available from [2].
[1]
https://dev.monetdb.org/hg/MonetDB/raw-file/Jul2017_1/sql/backends/monet5/sqlcatalog.mal
[2] https://dev.monetdb.org/downloads/testing/
The text was updated successfully, but these errors were encountered: