mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
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)
This commit is contained in:
@@ -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 },
|
||||
|
Reference in New Issue
Block a user