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 | 6ddab77da26d4529db403e573298f927d315adeb (patch) | |
tree | 3c649eaeecff14c257ff448de3de4d314e1ba4c9 /tests | |
parent | d11111f1a694fdec2464f176fe0f0f95f9480d93 (diff) | |
parent | 81d9615de8781c278635acb4e7980966b1963f85 (diff) | |
download | mariadb-git-6ddab77da26d4529db403e573298f927d315adeb.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 }, |