diff options
Diffstat (limited to 'include/ft_global.h')
-rw-r--r-- | include/ft_global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ft_global.h b/include/ft_global.h index dba8a6e75e5..8fe5ee5c42e 100644 --- a/include/ft_global.h +++ b/include/ft_global.h @@ -76,6 +76,8 @@ my_bool ft_boolean_check_syntax_string(const uchar *); extern const HA_KEYSEG ft_keysegs[FT_SEGS]; +typedef union {int32 i; float f;} FT_WEIGTH; + #ifdef __cplusplus } #endif |