From e25725a846daad6077b830c384d7f1951c54f6d0 Mon Sep 17 00:00:00 2001 From: Nikolai Kostrigin Date: Wed, 2 Oct 2019 15:43:12 +0300 Subject: [PATCH 2/2] Fixed an error message typo. --- mysys/my_handler_errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysys/my_handler_errors.h b/mysys/my_handler_errors.h index 02b4805b97d..715e2e4205d 100644 --- a/mysys/my_handler_errors.h +++ b/mysys/my_handler_errors.h @@ -88,7 +88,7 @@ static const char *handler_error_messages[] = { "The event was corrupt, leading to illegal data being read", "The table is of a new format not supported by this version", "The event could not be processed no other hanlder error happened", - "Got a fatal error during initialzaction of handler", + "Got a fatal error during initialization of handler", "File too short; Expected more data in file", "Read page with wrong checksum", "Too many active concurrent transactions",