Fix error message typo
This commit is contained in:
parent
9ee372736f
commit
701c7e777f
@ -3461,7 +3461,7 @@ static int init_common_variables()
|
||||
/* TODO: remove this when my_time_t is 64 bit compatible */
|
||||
if (!IS_TIME_T_VALID_FOR_TIMESTAMP(server_start_time))
|
||||
{
|
||||
sql_print_error("This MySQL server doesn't support dates later then 2038");
|
||||
sql_print_error("This MySQL server doesn't support dates later than 2038");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user