List:Commits« Previous MessageNext Message »
From:msvensson Date:October 4 2006 12:27pm
Subject:bk commit into 4.1 tree (msvensson:1.2566)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 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-04 12:27:05+02:00, msvensson@shellback.(none) +1 -0
  Don't print version in error message, just too messy to test 

  client/mysqltest.c@stripped, 2006-10-04 12:26:53+02:00, msvensson@shellback.(none) +1 -1
    Don't print version in error message, just too messy to test 

# 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/same_tools/my41-same_tools

--- 1.199/client/mysqltest.c	2006-10-04 12:27:15 +02:00
+++ 1.200/client/mysqltest.c	2006-10-04 12:27:15 +02:00
@@ -802,7 +802,7 @@
 
 void abort_not_in_this_version()
 {
-  die("Not available in mysqltest for MySQL %s", VERSION);
+  die("Not available in this version of mysqltest");
 }
 
 
Thread
bk commit into 4.1 tree (msvensson:1.2566)msvensson4 Oct