diff options
author | Sergei Golubchik <serg@mysql.com> | 2009-12-24 21:18:53 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mysql.com> | 2009-12-24 21:18:53 +0100 |
commit | 50f9dc6a1d1adbd15ecef0584f9601c2f9b27742 (patch) | |
tree | 913201b52288ce791f2ef984fc9e15dbeccc52c6 /tests/mysql_client_test.c | |
parent | b4a39aeb5d491c4acc11ebc440554becff7bac3a (diff) | |
parent | 9f335d9e91901befc173fb44ade6a5ac3be01478 (diff) | |
download | mariadb-git-50f9dc6a1d1adbd15ecef0584f9601c2f9b27742.tar.gz |
merged
Diffstat (limited to 'tests/mysql_client_test.c')
-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 e9c70257e01..1b7fc76c300 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 }, |