List:Internals« Previous MessageNext Message »
From:Sergei Golubchik Date:May 18 2005 8:57am
Subject:bk commit into 4.1 tree (serg:1.2274)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of serg. When serg 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.2274 05/05/18 10:57:07 serg@stripped +2 -0
  test fixes

  mysql-test/t/range.test
    1.27 05/05/18 10:57:00 serg@stripped +0 -2
    range.test does not requires innodb

  mysql-test/mysql-test-run.sh
    1.251 05/05/18 10:56:59 serg@stripped +1 -1
    always use --no-defaults

# 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:	serg
# Host:	serg.mylan
# Root:	/usr/home/serg/Abk/mysql-4.1

--- 1.250/mysql-test/mysql-test-run.sh	Sun May 15 06:51:07 2005
+++ 1.251/mysql-test/mysql-test-run.sh	Wed May 18 10:56:59 2005
@@ -691,7 +691,7 @@
 MYSQL_DUMP="$MYSQL_DUMP --no-defaults -uroot --socket=$MASTER_MYSOCK --password=$DBPASSWD $EXTRA_MYSQLDUMP_OPT"
 MYSQL_BINLOG="$MYSQL_BINLOG --no-defaults --local-load=$MYSQL_TMP_DIR $EXTRA_MYSQLBINLOG_OPT"
 MYSQL_FIX_SYSTEM_TABLES="$MYSQL_FIX_SYSTEM_TABLES --no-defaults --host=localhost --port=$MASTER_MYPORT --socket=$MASTER_MYSOCK --user=root --password=$DBPASSWD --basedir=$BASEDIR --bindir=$CLIENT_BINDIR --verbose"
-MYSQL="$MYSQL --host=localhost --port=$MASTER_MYPORT --socket=$MASTER_MYSOCK --user=root --password=$DBPASSWD"
+MYSQL="$MYSQL --no-defaults --host=localhost --port=$MASTER_MYPORT --socket=$MASTER_MYSOCK --user=root --password=$DBPASSWD"
 export MYSQL MYSQL_DUMP MYSQL_BINLOG MYSQL_FIX_SYSTEM_TABLES
 export CLIENT_BINDIR MYSQL_CLIENT_TEST CHARSETSDIR
 export NDB_TOOLS_DIR

--- 1.26/mysql-test/t/range.test	Tue May 10 00:43:16 2005
+++ 1.27/mysql-test/t/range.test	Wed May 18 10:57:00 2005
@@ -1,5 +1,3 @@
--- source include/have_innodb.inc
-
 #
 # Problem with range optimizer
 #
Thread
bk commit into 4.1 tree (serg:1.2274)Sergei Golubchik18 May