summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorunknown <kostja@bodhi.(none)>2007-06-20 19:14:59 +0400
committerunknown <kostja@bodhi.(none)>2007-06-20 19:14:59 +0400
commit72253445131fa3033243a9b663f4d88af019c547 (patch)
tree52684399c55ae1ddb4d3f4c66a1872a604fc5e65 /tests
parent5a945c3d8953a2893c6ef97449a867c0632c7426 (diff)
downloadmariadb-git-72253445131fa3033243a9b663f4d88af019c547.tar.gz
Enable the disabled test case for Bug#28075 (pushbuild by now
should be fixed).
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index e9943e8dca8..eefaa6ce071 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -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 },