diff options
author | holyfoot/hf@mysql.com/deer.(none) <> | 2006-07-20 16:03:21 +0500 |
---|---|---|
committer | holyfoot/hf@mysql.com/deer.(none) <> | 2006-07-20 16:03:21 +0500 |
commit | 95b88445fbf9cbd20efe25972123029ca679b121 (patch) | |
tree | df0880f79e51a963ad55111419b36b55fea5d813 /tests | |
parent | 2eacb14d2eb1ec9f5e9ca36a19f37980fdd9ffa7 (diff) | |
parent | 7a1c9459b3235f24fe56ca008c0de10a359b6210 (diff) | |
download | mariadb-git-95b88445fbf9cbd20efe25972123029ca679b121.tar.gz |
Merge bk@192.168.21.1:mysql-4.1
into mysql.com:/home/hf/work/mysql-4.1.19983
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index 94034141d81..7a87fc78ea5 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -12125,7 +12125,9 @@ static struct my_tests_st my_tests[]= { { "test_bug8378", test_bug8378 }, { "test_bug9735", test_bug9735 }, { "test_bug11183", test_bug11183 }, +#ifndef EMBEDDED_LIBRARY { "test_bug12744", test_bug12744 }, +#endif { "test_bug12001", test_bug12001 }, { "test_bug11718", test_bug11718 }, { "test_bug12925", test_bug12925 }, |