diff options
author | Joerg Bruehe <joerg@mysql.com> | 2009-12-16 14:11:20 +0100 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2009-12-16 14:11:20 +0100 |
commit | cb2c2fd8df18ad10792a1ccd20ac63d526786c54 (patch) | |
tree | 3c649eaeecff14c257ff448de3de4d314e1ba4c9 /tests | |
parent | 57c69db903c4307990dba33033e7297b7a0dd275 (diff) | |
parent | 54df0057e18d8c82c23fbd4e0bf5b5dc2e762955 (diff) | |
download | mariadb-git-cb2c2fd8df18ad10792a1ccd20ac63d526786c54.tar.gz |
Automerge the build fixes of 5.5.0-m2 back into the tree.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index cfe401c75f3..aea0f1f6b11 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -19154,7 +19154,7 @@ static struct my_tests_st my_tests[]= { { "test_wl4166_2", test_wl4166_2 }, { "test_wl4166_3", test_wl4166_3 }, { "test_wl4166_4", test_wl4166_4 }, - { "test_wl4435", test_wl4435 }, +/* { "test_wl4435", test_wl4435 }, */ { "test_wl4435_2", test_wl4435_2 }, { "test_bug38486", test_bug38486 }, { "test_bug33831", test_bug33831 }, |