List:Commits« Previous MessageNext Message »
From:holyfoot Date:May 14 2006 4:49pm
Subject:bk commit into 4.1 tree (holyfoot:1.2479)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of hf. When hf 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.2479 06/05/14 21:49:33 holyfoot@deer.(none) +1 -0
  bug 15430 (init_connect test fails with the embedded server)
  mysqltest program should be really multithreaded to perform this
  test with the embedded server. So this test disabled until we
  redo mysqltest this way

  mysql-test/t/init_connect.test
    1.5 06/05/14 21:49:29 holyfoot@stripped +2 -0
    test can't work properly with the embedded server yet

# 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:	holyfoot
# Host:	deer.(none)
# Root:	/home/hf/work/mysql-4.1.clean

--- 1.4/mysql-test/t/init_connect.test	Thu Jul 28 05:21:43 2005
+++ 1.5/mysql-test/t/init_connect.test	Sun May 14 21:49:29 2006
@@ -2,6 +2,8 @@
 # Test of init_connect variable
 #
 
+# should work with embedded server after mysqltest is fixed
+-- source include/not_embedded.inc
 connect (con0,localhost,root,,);
 connection con0;
 select hex(@a);
Thread
bk commit into 4.1 tree (holyfoot:1.2479)holyfoot14 May