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:
@ -1915,12 +1915,6 @@ Cursor::close(bool is_active)
|
||||
}
|
||||
|
||||
|
||||
Cursor::~Cursor()
|
||||
{
|
||||
if (is_open())
|
||||
close(FALSE);
|
||||
}
|
||||
|
||||
/*********************************************************************/
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user