iPod-van-Stefan-de-Konink:/Applications/MonetDB.app/bin root# ./mserver5 --dbinit="include sql;" # MonetDB server v5.11.0, based on kernel v1.29.0 # Serving database 'demo', using 1 thread # Compiled for arm-apple-darwin9/32bit with 32bit OIDs dynamically linked # Copyright (c) 1993-July 2008 CWI. # Copyright (c) August 2008-2009 MonetDB B.V., all rights reserved # Visit http://monetdb.cwi.nl/ for further information #warning: please don't forget to set your vault key! #(see /Applications/MonetDB.app/etc/monetdb5.conf) # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/ # MonetDB/SQL module v2.29.0 loaded >iPod-van-Stefan-de-Konink:/Applications/MonetDB.app/bin root# ./mserver5 --dbinit="include sql;" # MonetDB server v5.11.0, based on kernel v1.29.0 # Serving database 'demo', using 1 thread # Compiled for arm-apple-darwin9/32bit with 32bit OIDs dynamically linked # Copyright (c) 1993-July 2008 CWI. # Copyright (c) August 2008-2009 MonetDB B.V., all rights reserved # Visit http://monetdb.cwi.nl/ for further information #warning: please don't forget to set your vault key! #(see /Applications/MonetDB.app/etc/monetdb5.conf) # Listening for connection requests on mapi:monetdb://127.0.0.1:50000/ # MonetDB/SQL module v2.29.0 loaded >
iPod-van-Stefan-de-Konink:~ root# /Applications/MonetDB.app/bin/mclient -lsql sql>select id, name, schema_id from tables where query is null; +------+--------------+-----------+ | id | name | schema_id | +======+==============+===========+ | 1062 | schemas | 1061 | | 1067 | types | 1061 | | 1076 | functions | 1061 | | 1085 | args | 1061 | | 1093 | sequences | 1061 | | 1103 | dependencies | 1061 | | 1107 | connections | 1061 | | 1116 | _tables | 1061 | | 1124 | _columns | 1061 | | 1134 | keys | 1061 | | 1141 | idxs | 1061 | | 1146 | triggers | 1061 | | 1157 | keycolumns | 1061 | | 1163 | _tables | 1162 | | 1171 | _columns | 1162 | | 1181 | keys | 1162 | | 1188 | idxs | 1162 | | 1193 | triggers | 1162 | | 1204 | keycolumns | 1162 | | 4129 | db_user_info | 1061 | | 4141 | user_role | 1061 | | 4144 | auths | 1061 | | 4148 | privileges | 1061 | +------+--------------+-----------+ 23 tuples After selling my soul to a new cross compiled toolchain, and downgrading iconv to 0.11.1. Everything worked out of the box; except for the minor detail 'application signing'. For some reason the default permissions do not like mserver5 at all, the binary is Killed as if it was not signed at all. I have yet to find out why. The multi-billion rouble company I work for in the off hours just released the binaries on: http://idatabase.kinkrsoftware.nl/ Stefan (lets see how fast google indices this) ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
