Skip to content

Commit 701c7e7

Browse files
KarimGeigersvoj
authored andcommitted
Fix error message typo
1 parent 9ee3727 commit 701c7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/mysqld.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3461,7 +3461,7 @@ static int init_common_variables()
34613461
/* TODO: remove this when my_time_t is 64 bit compatible */
34623462
if (!IS_TIME_T_VALID_FOR_TIMESTAMP(server_start_time))
34633463
{
3464-
sql_print_error("This MySQL server doesn't support dates later then 2038");
3464+
sql_print_error("This MySQL server doesn't support dates later than 2038");
34653465
return 1;
34663466
}
34673467

0 commit comments

Comments
 (0)