mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Merge fix.
sql/sql_cursor.cc: Merge bit...
This commit is contained in:
parent
ab6830a094
commit
15af0a7337
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ Sensitive_cursor::fetch(ulong num_rows)
|
|||
thd->set_n_backup_active_arena(this, &backup_arena);
|
||||
|
||||
for (info= ht_info; info->read_view ; info++)
|
||||
(info->ht->set_cursor_read_view)(info->htthd, info->read_view);
|
||||
(info->ht->set_cursor_read_view)(info->ht, thd, info->read_view);
|
||||
|
||||
join->fetch_limit+= num_rows;
|
||||
|
||||
|
|
Loading…
Reference in a new issue