1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-16 22:03:23 +03:00
Files
mariadb/storage/myisam/myisam_ftdump.c
unknown 4cb5c7a526 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.
2006-07-21 13:59:59 -07:00

6.9 KiB