1
0
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:
Sergei Golubchik
2013-07-11 21:40:30 +02:00
parent 7f5d138afd
commit bcbdf5d68a
2 changed files with 11 additions and 11 deletions

View File

@ -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);