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

fixed "double Procedure::~Procedure" bug

This commit is contained in:
serg@serg.mysql.com
2003-01-23 00:03:40 +01:00
parent d9d5ddb52d
commit 1fe18bea46

View File

@ -743,7 +743,6 @@ JOIN::exec()
else
error=(int) result->send_eof();
}
delete procedure;
DBUG_VOID_RETURN;
}