diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-01-14 16:07:27 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2010-01-14 16:07:27 +0100 |
commit | 6b6f0ca461f625267738ba646a8ff869fec93801 (patch) | |
tree | 79a9c5721e01d1c680979c0a50f5be8a965fa7cf /tests | |
parent | 905f48b6f367478be955e0f45de0996bda297ffc (diff) | |
parent | a6165accb3279fe64b672fa0eeaa30ef12cf6557 (diff) | |
download | mariadb-git-6b6f0ca461f625267738ba646a8ff869fec93801.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 1b7fc76c300..e9c70257e01 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 }, |