summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2010-01-12 19:48:28 +0300
committerAlexander Nozdrin <alik@sun.com>2010-01-12 19:48:28 +0300
commit50561ab0108dcb427ba0975f11dcab3e20b05612 (patch)
treeca3dea603f46cd94f405d708d0fc1037644946b9 /tests
parent51caeae915d3a5add57a785e69b7ce52cac084ad (diff)
downloadmariadb-git-50561ab0108dcb427ba0975f11dcab3e20b05612.tar.gz
Enable WL#4435.
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c2
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 },