1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

- fix for bug #16414 (Events: Crash or hang if event drops itself)

WL#1034 (Internal CRON)
(with post-review fix)
This commit is contained in:
andrey@lmy004.
2006-02-07 19:28:33 +01:00
parent 0a0304b5e8
commit 4ba2a3322b
6 changed files with 197 additions and 76 deletions

View File

@@ -3723,6 +3723,8 @@ end_with_restore_list:
res= evex_drop_event(thd, lex->et, lex->drop_if_exists, &rows_affected);
default:;
}
DBUG_PRINT("info", ("CREATE/ALTER/DROP returned error code=%d af_rows=%d",
res, rows_affected));
if (!res)
send_ok(thd, rows_affected);