Fabian wrote:
Update of /cvsroot/monetdb/clients/src/mapiclient In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31397
Modified Files: Tag: Aug2009 dump.c Log Message: Stefan dK ran into a 'table is not unique' message, which IMO can only indicate something is seriously fubared
Would you please write in English? http://www.merriam-webster.com/dictionary/ showed empty result on 'fubared' and International Maritime Organization for the shortening IMO, Thanks, Milena
Index: dump.c =================================================================== RCS file: /cvsroot/monetdb/clients/src/mapiclient/dump.c,v retrieving revision 1.45.2.1 retrieving revision 1.45.2.2 diff -u -d -r1.45.2.1 -r1.45.2.2 --- dump.c 22 Sep 2009 08:26:36 -0000 1.45.2.1 +++ dump.c 22 Oct 2009 08:37:26 -0000 1.45.2.2 @@ -342,9 +342,10 @@
if (cnt != 1) { if (cnt == 0) - fprintf(stderr, "Table %s.%s does not exist.\n", schema, tname); + fprintf(stderr, "table %s.%s does not exist\n", schema, tname); else - fprintf(stderr, "Table %s.%s not unique.\n", schema, tname); + fprintf(stderr, "table %s.%s is not unique, corrupt catalog?\n", + schema, tname); goto bailout; }
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Monetdb-checkins mailing list Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins