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:
@ -408,7 +408,7 @@ public:
|
||||
|
||||
void set_unit(SELECT_LEX_UNIT *unit_arg) { unit= unit_arg; }
|
||||
Cursor(THD *thd);
|
||||
~Cursor();
|
||||
~Cursor() {}
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user