diff options
author | unknown <konstantin@mysql.com> | 2005-02-10 18:31:02 +0300 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2005-02-10 18:31:02 +0300 |
commit | 6cdda5b38b732d29aad9b6be487a74b3a0385bfa (patch) | |
tree | 89a3d10387b197f24d4d0c20ff8aef498baf500b /tests | |
parent | 98bc23483098fb01df035f7947eb1a6509d0f82a (diff) | |
parent | d9039e8718d9268297568bb996f1b0672db94ae4 (diff) | |
download | mariadb-git-6cdda5b38b732d29aad9b6be487a74b3a0385bfa.tar.gz |
Merge mysql.com:/home/kostja/work/mysql-4.1-root
into mysql.com:/home/kostja/work/mysql-5.0-root
libmysql/libmysql.c:
Auto merged
tests/mysql_client_test.c:
Auto merged
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 8f76b7757dc..0581679a845 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -12803,6 +12803,7 @@ static struct my_tests_st my_tests[]= { { "test_truncation", test_truncation }, { "test_truncation_option", test_truncation_option }, { "test_bug8330", test_bug8330 }, + { "test_bug7990", test_bug7990 }, { 0, 0 } }; |