List:Commits« Previous MessageNext Message »
From:paul Date:March 1 2006 12:54am
Subject:bk commit into 4.1 tree (paul:1.2478)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of paul. When paul 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.2478 06/02/28 17:54:11 paul@stripped +1 -0
  mysqltest.test:
    Add real_sleep tests.

  mysql-test/t/mysqltest.test
    1.18 06/02/28 17:52:50 paul@stripped +4 -0
    Add real_sleep tests.

# 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:	paul
# Host:	snake-hub.snake.net
# Root:	/src/extern/MySQL/bk/mysql-4.1

--- 1.17/mysql-test/t/mysqltest.test	2005-09-20 07:11:55 -05:00
+++ 1.18/mysql-test/t/mysqltest.test	2006-02-28 17:52:50 -06:00
@@ -605,10 +605,14 @@
 # Missing parameter
 --error 1
 --exec echo "sleep ;" | $MYSQL_TEST 2>&1
+--error 1
+--exec echo "real_sleep ;" | $MYSQL_TEST 2>&1
 
 # Illegal parameter
 --error 1
 --exec echo "sleep abc;" | $MYSQL_TEST 2>&1
+--error 1
+--exec echo "real_sleep abc;" | $MYSQL_TEST 2>&1
 
 # ----------------------------------------------------------------------------
 # Test inc
Thread
bk commit into 4.1 tree (paul:1.2478)paul1 Mar