diff options
author | unknown <thek@adventure.(none)> | 2007-05-29 13:37:38 +0200 |
---|---|---|
committer | unknown <thek@adventure.(none)> | 2007-05-29 13:37:38 +0200 |
commit | 6cd313b86052acdf6f4f4fe3f731a3530d53239b (patch) | |
tree | 225c2f6c3f29c6fefc92520110905b74b36ba2a1 /tests | |
parent | 024f9d20e6abf1623b19d37a8b53c9ded9693f4d (diff) | |
download | mariadb-git-6cd313b86052acdf6f4f4fe3f731a3530d53239b.tar.gz |
Removed broken test from list of test to execute.
To be restored when PB is patched to ignore
requested safemalloc memory dumps.
mysql-test/t/disabled.def:
Restored disabled test file.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 7af90480e2a..e614d44d83d 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -16077,8 +16077,8 @@ static void test_bug24179() /* Bug#28075 "COM_DEBUG crashes mysqld" + Note: Test disabled because of failure in PushBuild. */ - static void test_bug28075() { int rc; @@ -16095,7 +16095,6 @@ static void test_bug28075() DBUG_VOID_RETURN; } - /* Read and parse arguments and MySQL options from my.cnf */ @@ -16380,7 +16379,9 @@ 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 { 0, 0 } }; |