summaryrefslogtreecommitdiff
path: root/sql/sql_window.cc
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2019-06-05 20:57:09 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2019-06-05 20:57:09 +0200
commitefbab93f047c722352e0d330a109ddca9e82eb97 (patch)
treee81cea2fb6232316ac1e0f1a260613a1987ac9e7 /sql/sql_window.cc
parentfcb68ffe3dfb1c841852bd62a9aac9708888f4e9 (diff)
downloadmariadb-git-bb-10.3-MDEV-19698.tar.gz
MDEV-19698: Cleanup READ_RECORD::recordbb-10.3-MDEV-19698
https://github.com/MariaDB/server/pull/777#issuecomment-496469366
Diffstat (limited to 'sql/sql_window.cc')
-rw-r--r--sql/sql_window.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_window.cc b/sql/sql_window.cc
index 487242933d4..a6c9dd3fea7 100644
--- a/sql/sql_window.cc
+++ b/sql/sql_window.cc
@@ -898,7 +898,7 @@ public:
{
Rowid_seq_cursor::init(info);
table= info->table;
- record= info->record;
+ record= info->record();
}
virtual int fetch()