summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2005-02-10 18:24:26 +0300
committerkonstantin@mysql.com <>2005-02-10 18:24:26 +0300
commit36c992b264eca68467659f4aeb475ad6c0a53704 (patch)
tree3369b364e8820a73ef65fddf66b3540b83d8dad8 /tests
parent4b2b327dccfb2acc2903d83a5611045987e47183 (diff)
downloadmariadb-git-36c992b264eca68467659f4aeb475ad6c0a53704.tar.gz
Follow-up for bug#7990
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index 2c7a8fdb635..14b3ddbf8b2 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -11813,6 +11813,7 @@ static struct my_tests_st my_tests[]= {
{ "test_rewind", test_rewind },
{ "test_bug6761", test_bug6761 },
{ "test_bug8330", test_bug8330 },
+ { "test_bug7990", test_bug7990 },
{ 0, 0 }
};