mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
fix signal_demo3.test: fix a typo in the merge, and update results to match 5.6
This commit is contained in:
@ -510,7 +510,7 @@ bool Sql_cmd_resignal::execute(THD *thd)
|
||||
signaled->level,
|
||||
signaled->message);
|
||||
|
||||
if (m_cond == NULL)
|
||||
if (m_cond)
|
||||
{
|
||||
query_cache_abort(&thd->query_cache_tls);
|
||||
|
||||
|
Reference in New Issue
Block a user