mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
hack removed
This commit is contained in:
@ -1846,7 +1846,6 @@ Cursor::fetch(ulong num_rows)
|
||||
switch (error) {
|
||||
/* Fetch limit worked, possibly more rows are there */
|
||||
case -4:
|
||||
if (thd->transaction.all.innobase_tid)
|
||||
ha_release_temporary_latches(thd);
|
||||
thd->server_status|= SERVER_STATUS_CURSOR_EXISTS;
|
||||
::send_eof(thd);
|
||||
@ -1860,7 +1859,6 @@ Cursor::fetch(ulong num_rows)
|
||||
error= 0;
|
||||
/* fallthrough */
|
||||
case 0: /* No more rows */
|
||||
if (thd->transaction.all.innobase_tid)
|
||||
ha_release_temporary_latches(thd);
|
||||
close();
|
||||
thd->server_status|= SERVER_STATUS_LAST_ROW_SENT;
|
||||
|
Reference in New Issue
Block a user