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@stripped, 2006-10-11 11:39:08+02:00, msvensson@shellback.(none) +1 -0
Merge shellback.(none):/home/msvensson/mysql/mysql-4.1-maint
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
MERGE: 1.1616.2144.224
client/mysqltest.c@stripped, 2006-10-11 11:39:04+02:00, msvensson@shellback.(none) +0 -0
Auto merged
MERGE: 1.92.21.16
# 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: shellback.(none)
# Root: /home/msvensson/mysql/mysql-5.0-maint/RESYNC
--- 1.247/client/mysqltest.c 2006-10-11 11:39:16 +02:00
+++ 1.248/client/mysqltest.c 2006-10-11 11:39:16 +02:00
@@ -727,13 +727,6 @@
va_start(args, fmt);
if (fmt)
{
-#ifdef DBUG_ON
-#ifndef __WIN__
- char buff[256];
- vsnprintf(buff, sizeof(buff), fmt, args);
- DBUG_PRINT("error", ("%s", buff));
-#endif
-#endif
fprintf(stderr, "mysqltest: ");
if (cur_file && cur_file != file_stack)
fprintf(stderr, "In included file \"%s\": ",
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2289) | msvensson | 11 Oct |