diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-12-22 22:24:55 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-12-22 22:24:55 +0100 |
commit | 7fc695195ddac3c20931b38b2d472afbe9ede526 (patch) | |
tree | aa5a2e7f0cbb199d3f4c3ce16b601d092dcd0373 /tests | |
parent | f16fea29ee3e20477d2c0ce549d1790e6fd3b97c (diff) | |
parent | 09f8e195f6f66385072dff678e9c5cfdbfbbbe23 (diff) | |
download | mariadb-git-7fc695195ddac3c20931b38b2d472afbe9ede526.tar.gz |
merge
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 94f3ab210d6..007522589e1 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -19197,7 +19197,7 @@ static struct my_tests_st my_tests[]= { { "test_wl4166_3", test_wl4166_3 }, { "test_wl4166_4", test_wl4166_4 }, { "test_bug36004", test_bug36004 }, - { "test_wl4435", test_wl4435 }, +/* { "test_wl4435", test_wl4435 }, */ { "test_wl4435_2", test_wl4435_2 }, { "test_bug38486", test_bug38486 }, { "test_bug33831", test_bug33831 }, |