mirror of
https://github.com/MariaDB/server.git
synced 2025-12-16 22:03:23 +03:00
When WSREP(thd) is not true we will use my_error(...) to print error. This will set thd->is_error() to true and we wont be getting generic error. Signed-off-by: Sachin Setiya <sachin.setiya@mariadb.com>