mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
A followup to MDEV-13470: remove the code that is now useless
This commit is contained in:
parent
d0c66c87a7
commit
6b14fd6d6d
1 changed files with 0 additions and 3 deletions
|
@ -3499,9 +3499,6 @@ void handler::print_error(int error, myf errflag)
|
|||
{
|
||||
String str, full_err_msg(ER_DEFAULT(ER_LOCK_DEADLOCK), system_charset_info);
|
||||
|
||||
/* cannot continue. the statement was already aborted in the engine */
|
||||
SET_FATAL_ERROR;
|
||||
|
||||
get_error_message(error, &str);
|
||||
full_err_msg.append(str);
|
||||
my_printf_error(ER_LOCK_DEADLOCK, "%s", errflag, full_err_msg.c_ptr_safe());
|
||||
|
|
Loading…
Reference in a new issue