Ok, before we start changing these things back and forth: Anyone else who has an opinion on how M4 (server), M5 (server), SQL4, SQL5, XQuery(4) should reveal their version numbers at startup-/module-loading time, and whether the differences between M4 & M5 should/need to be increased by having different/non-aligned/"inconsistend" welcome messages? Stefan On Sat, Jul 14, 2007 at 08:49:25AM +0200, Fabian Groffen wrote:
On 13-07-2007 21:33:50 +0000, Stefan Manegold wrote:
Update of /cvsroot/monetdb/sql/src/backends/monet4 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15825/sql/src/backends/monet4
Modified Files: sql_server.mx Log Message:
I do not argue about the exact wording, but let's at least (try to) keep it aligned/consistent
Can you please undo this commit? On purpose I do NOT want it to be aligned, because I want to see a clear distinction between MonetDB 5 and MonetDB 4. I'd like it when M4 would annouce itself as MonetDB Database Server for that same reason. (i.e. reverting that earlier commit as well)
There is absolutely no need to make it harder to see what engine you're dealing with. MonetDB 5 should and must (IMO) look different, newer, better and more advanced. (Because it is.)
So please, don't align M4 with M5.
Index: sql_server.mx =================================================================== RCS file: /cvsroot/monetdb/sql/src/backends/monet4/sql_server.mx,v retrieving revision 1.169 retrieving revision 1.170 diff -u -d -r1.169 -r1.170 --- sql_server.mx 13 Jul 2007 15:35:58 -0000 1.169 +++ sql_server.mx 13 Jul 2007 21:33:48 -0000 1.170 @@ -1579,5 +1579,4 @@
sql_server_start(); if (monet_environment.find("monet_welcome") = "yes") - printf("%c MonetDB/SQL Server v2.19.0 on port %s\n", - int(35), monet_environment.find("mapi_port")); + printf("%c MonetDB/SQL module v2.19.0 loaded\n", int(35));
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Monetdb-sql-checkins mailing list Monetdb-sql-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Monetdb-sql-checkins mailing list Monetdb-sql-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins
-- | Dr. Stefan Manegold | mailto:Stefan.Manegold@cwi.nl | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 |