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-07-31 14:42:06+02:00, msvensson@neptunus.(none) +1 -0
Merge 192.168.0.20:mysql/bug21217/my50-bug21217
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
MERGE: 1.2183.28.7
client/mysqltest.c@stripped, 2006-07-31 14:42:03+02:00, msvensson@neptunus.(none) +0 -0
Auto merged
MERGE: 1.237.1.1
# 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/mysql-5.0-maint/RESYNC
--- 1.238/client/mysqltest.c 2006-07-31 14:42:11 +02:00
+++ 1.239/client/mysqltest.c 2006-07-31 14:42:11 +02:00
@@ -177,7 +177,7 @@ typedef struct
static test_file file_stack[MAX_INCLUDE_DEPTH];
static test_file* cur_file;
static test_file* file_stack_end;
-uint start_lineno; /* Start line of query */
+uint start_lineno= 0; /* Start line of query */
static char TMPDIR[FN_REFLEN];
static char delimiter[MAX_DELIMITER]= DEFAULT_DELIMITER;
@@ -620,7 +620,7 @@ static void die(const char *fmt, ...)
if (cur_file && cur_file != file_stack)
fprintf(stderr, "In included file \"%s\": ",
cur_file->file_name);
- if (start_lineno != 0)
+ if (start_lineno > 0)
fprintf(stderr, "At line %u: ", start_lineno);
vfprintf(stderr, fmt, args);
fprintf(stderr, "\n");
| Thread |
|---|
| • bk commit into 5.0 tree (msvensson:1.2245) | msvensson | 31 Jul |