1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixed BUG#6600: Stored procedure crash after repeated calls with check table.

Sedond attempt: Simply disallow CHECK in SPs, since it can't work.
This commit is contained in:
pem@mysql.comhem.se
2005-03-30 17:43:52 +02:00
parent 8098ef79f0
commit 8df8afc270
8 changed files with 38 additions and 50 deletions

View File

@ -27,7 +27,6 @@
#include "sp_head.h"
#include "sp.h"
#include "sp_cache.h"
#ifdef HAVE_OPENSSL
/*
@ -3046,7 +3045,6 @@ unsent_create_error:
goto error; /* purecov: inspected */
thd->slow_command=TRUE;
res = mysql_check_table(thd, first_table, &lex->check_opt);
sp_cache_invalidate();
break;
}
case SQLCOM_ANALYZE: