Below is the list of changes that have just been committed into a local
5.1 repository of kostja. When kostja 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, 2007-06-20 19:14:59+04:00, kostja@bodhi.(none) +1 -0
Enable the disabled test case for Bug#28075 (pushbuild by now
should be fixed).
tests/mysql_client_test.c@stripped, 2007-06-20 19:14:56+04:00, kostja@bodhi.(none) +0 -4
Enable the disabled test case for Bug#28075 (pushbuild by now
should be fixed).
# 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: kostja
# Host: bodhi.(none)
# Root: /opt/local/work/mysql-5.1-runtime
--- 1.244/tests/mysql_client_test.c 2007-06-20 19:05:35 +04:00
+++ 1.245/tests/mysql_client_test.c 2007-06-20 19:14:56 +04:00
@@ -16079,7 +16079,6 @@ static void test_bug24179()
Bug#28075 "COM_DEBUG crashes mysqld"
Note: Test disabled because of failure in PushBuild.
*/
-#ifdef FIX_BUG_IN_PB_FIRST
static void test_bug28075()
{
@@ -16096,7 +16095,6 @@ static void test_bug28075()
DBUG_VOID_RETURN;
}
-#endif
/*
@@ -16557,9 +16555,7 @@ static struct my_tests_st my_tests[]= {
{ "test_status", test_status },
{ "test_bug24179", test_bug24179 },
{ "test_ps_query_cache", test_ps_query_cache },
-#ifdef FIX_BUG_IN_PB_FIRST
{ "test_bug28075", test_bug28075 },
-#endif
{ "test_bug27876", test_bug27876 },
{ "test_bug28505", test_bug28505 },
{ "test_bug28934", test_bug28934 },
| Thread |
|---|
| • bk commit into 5.1 tree (kostja:1.2524) BUG#28075 | konstantin | 20 Jun |