Commit 701c7e77 authored by Karim Geiger's avatar Karim Geiger Committed by Sergey Vojtovich

Fix error message typo

parent 9ee37273
...@@ -3461,7 +3461,7 @@ static int init_common_variables() ...@@ -3461,7 +3461,7 @@ static int init_common_variables()
/* TODO: remove this when my_time_t is 64 bit compatible */ /* TODO: remove this when my_time_t is 64 bit compatible */
if (!IS_TIME_T_VALID_FOR_TIMESTAMP(server_start_time)) 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; return 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment