mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.5' into 10.6
This commit is contained in:
@ -197,7 +197,7 @@ int mysql_open_cursor(THD *thd, select_result *result,
|
||||
}
|
||||
|
||||
*pcursor= materialized_cursor;
|
||||
thd->stmt_arena->cleanup_stmt(true);
|
||||
rc|= (thd->stmt_arena->cleanup_stmt(true)? 1 : 0);
|
||||
}
|
||||
|
||||
end:
|
||||
|
Reference in New Issue
Block a user