List:Internals« Previous MessageNext Message »
From:holyfoot Date:July 28 2005 3:41pm
Subject:bk commit into 4.1 tree (hf:1.2355) BUG#9508
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.2355 05/07/28 18:40:44 hf@deer.(none) +1 -0
  Fix for bug #9508 (query_cache test fails in embedded-server mode)
  
  Query cache in embedded server is of different nature and can't be tested
  that way. Maybe we need separate test for embedded server query cache.

  mysql-test/t/query_cache.test
    1.45 05/07/28 18:38:32 hf@deer.(none) +1 -0
    test disabled in embedded-server mode

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

--- 1.44/mysql-test/t/query_cache.test	Thu Jul 28 05:21:46 2005
+++ 1.45/mysql-test/t/query_cache.test	Thu Jul 28 18:38:32 2005
@@ -1,4 +1,5 @@
 -- source include/have_query_cache.inc
+-- source include/not_embedded.inc
 
 #
 # Tests with query cache
Thread
bk commit into 4.1 tree (hf:1.2355) BUG#9508holyfoot28 Jul