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:
@ -898,7 +898,7 @@ public:
|
||||
{
|
||||
Rowid_seq_cursor::init(info);
|
||||
table= info->table;
|
||||
record= info->record;
|
||||
record= info->record();
|
||||
}
|
||||
|
||||
virtual int fetch()
|
||||
|
Reference in New Issue
Block a user