LogErr(
ERROR_LEVEL, ER_SERVER_RPL_ENCRYPTION_FAILED_TO_ENCRYPT, err_msg); \
my_error(ER_RPL_ENCRYPTION_FAILED_TO_ENCRYPT,
MYF(0), err_msg); \
}
bool is_error() const
true if there is an error in the error stack.
Definition: sql_class.h:3305
thread_local THD * current_thd
Definition: current_thd.cc:26
void my_error(int nr, myf MyFlags,...)
Fill in and print a previously registered error message.
Definition: my_error.cc:216
#define MYF(v)
Definition: my_inttypes.h:97
@ ERROR_LEVEL
Definition: my_loglevel.h:43
#define MYSQL_ERRMSG_SIZE
Max length of a error message.
Definition: mysql_com.h:881