Details
-
Bug
-
Status: Stalled (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.5.27
Description
my_error(ER_OUTOFMEMORY, WSREP_MAX_WSREP_SERVER_GTID_STR_LEN);
is incorrect as there is a flags argument as the second to my_error. Also length doesn't match previous statement.
my_error(ER_OUTOFMEMORY, MYF(0), func_name()); is incorrect as OUTOFMEMORY doesn't take a functionname
Kristian, can I get a review on https://github.com/MariaDB/server/pull/3696 please.