From: msvensson Date: December 13 2005 5:11pm Subject: bk commit into 5.0 tree (msvensson:1.1973) List-Archive: http://lists.mysql.com/commits/118 Message-Id: <20051213171100.6EF1F20781F@localhost.localdomain> Below is the list of changes that have just been committed into a local 5.0 repository of msvensson. When msvensson does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet 1.1973 05/12/13 18:10:53 msvensson@neptunus.(none) +1 -0 Remove confusing printout client/mysqltest.c 1.186 05/12/13 18:10:49 msvensson@neptunus.(none) +0 -6 Remove printout to stderr about expected failure of a command, if we want it logged, it has already been logged to the result. # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: msvensson # Host: neptunus.(none) # Root: /home/msvensson/mysql/wl2930/my50-wl2930-integration --- 1.185/client/mysqltest.c 2005-12-13 18:07:08 +01:00 +++ 1.186/client/mysqltest.c 2005-12-13 18:10:49 +01:00 @@ -3500,12 +3500,6 @@ q->query, err_sqlstate, q->expected_errno[0].code.sqlstate); } - /* - If we do not abort on error, failure to run the query does not fail the - whole test case. - */ - verbose_msg("query '%s' failed: %d: %s", q->query, err_errno, - err_error); DBUG_VOID_RETURN; }