mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -257,7 +257,9 @@ void udf_init()
|
||||
if (unlikely(error > 0))
|
||||
sql_print_error("Got unknown error: %d", my_errno);
|
||||
end_read_record(&read_record_info);
|
||||
table->m_needs_reopen= TRUE; // Force close to free memory
|
||||
|
||||
// Force close to free memory
|
||||
table->mark_table_for_reopen();
|
||||
|
||||
end:
|
||||
close_mysql_tables(new_thd);
|
||||
|
Reference in New Issue
Block a user