mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixes to embedded server to be able to run tests with it
(Needed for "list of pushes" web page and autopush)
This commit is contained in:
@ -603,6 +603,7 @@ void Materialized_cursor::fetch(ulong num_rows)
|
||||
THD *thd= table->in_use;
|
||||
|
||||
int res= 0;
|
||||
result->begin_dataset();
|
||||
for (fetch_limit+= num_rows; fetch_count < fetch_limit; fetch_count++)
|
||||
{
|
||||
if ((res= table->file->rnd_next(table->record[0])))
|
||||
|
Reference in New Issue
Block a user