1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-19698: Cleanup READ_RECORD::record

https://github.com/MariaDB/server/pull/777#issuecomment-496469366
This commit is contained in:
Oleksandr Byelkin
2019-06-05 20:57:09 +02:00
parent f7579518e2
commit 490dcfd5d7
5 changed files with 15 additions and 20 deletions

View File

@ -898,7 +898,7 @@ public:
{
Rowid_seq_cursor::init(info);
table= info->table;
record= info->record;
record= info->record();
}
virtual int fetch()