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

Implement MarkM optimization request to avoid redundnat packet exchange

in cursors.
This commit is contained in:
konstantin@mysql.com
2005-07-14 15:27:24 +04:00
parent 3cf9a4c4fc
commit 509531421c
5 changed files with 34 additions and 45 deletions

View File

@ -1915,12 +1915,6 @@ Cursor::close(bool is_active)
}
Cursor::~Cursor()
{
if (is_open())
close(FALSE);
}
/*********************************************************************/
/*