mirror of
https://github.com/MariaDB/server.git
synced 2025-12-18 10:22:14 +03:00
Bug#47633 - assert in ha_myisammrg::info during OPTIMIZE The server crashed on an attempt to optimize a MERGE table with non-existent child table. mysql_admin_table() relied on the table to be successfully open if a table object had been allocated. Changed code to check return value of the open function before calling a handler:: function on it.
66 KiB
66 KiB