MDEV-24865 : Server crashes when truncate mysql user table
For truncate we try to find out possible foreign key tables using open_tables. However, table_list was not cleaned up properly and there was no error handling. Fixed by cleaning table_list and adding proper error handling.
Showing
Please register or sign in to comment