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

@ -408,7 +408,7 @@ public:
void set_unit(SELECT_LEX_UNIT *unit_arg) { unit= unit_arg; }
Cursor(THD *thd);
~Cursor();
~Cursor() {}
};