Bug #17122: myisam_ftdump requires write access to files although only reads from them
Instead of opening the table for read and write, myisam_ftdump is fixed to only open it for read. storage/myisam/myisam_ftdump.c: Fix call to mi_open() to just open the table read-only.
Showing
Please register or sign in to comment