diff options
Diffstat (limited to 'include/my_time.h')
-rw-r--r-- | include/my_time.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/my_time.h b/include/my_time.h index ea471fd6b0a..4991d996258 100644 --- a/include/my_time.h +++ b/include/my_time.h @@ -146,8 +146,8 @@ void my_init_time(void); estimate. RETURN VALUES - FALSE The value seems sane - TRUE The MYSQL_TIME value is definitely out of range + TRUE The value seems sane + FALSE The MYSQL_TIME value is definitely out of range */ static inline my_bool validate_timestamp_range(const MYSQL_TIME *t) |