diff options
author | Monty <monty@mariadb.org> | 2018-04-30 15:21:52 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2018-04-30 15:21:52 +0300 |
commit | a1fe7d75dc0468ebf2f31e6e7ddeef186abcd230 (patch) | |
tree | 597212e3eec8fc08961f1d93e9d3caa52ff4db01 /tests | |
parent | 7d6b55b99aa11bc888bdf7ad1ccdf845909a91c5 (diff) | |
download | mariadb-git-a1fe7d75dc0468ebf2f31e6e7ddeef186abcd230.tar.gz |
Removed even more warning that was found with -Wunused
- Removed test if HA_FT_WTYPE == HA_KEYTYPE_FLOAT as this never worked
(HA_KEYTYPE_FLOAT is an enum)
- Define HA_FT_MAXLEN to 126 (was tested before but never defined)
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 fd336481439..0abeab8de1c 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -20622,7 +20622,7 @@ static struct my_tests_st my_tests[]= { #ifdef EMBEDDED_LIBRARY { "test_embedded_start_stop", test_embedded_start_stop }, #endif -#if NOT_YET_WORKING +#ifdef NOT_YET_WORKING { "test_drop_temp", test_drop_temp }, #endif { "test_fetch_seek", test_fetch_seek }, |