aboutsummaryrefslogtreecommitdiff
path: root/www/mnogosearch/files/patch-src-sql-mysql-c
Commit message (Collapse)AuthorAgeFilesLines
* www/mnogosearch: RemoveChris Rees2024-10-171-11/+0
| | | | | | | Upstream has been dead since 2022. PR: ports/282167 Suggested by: diizzy
* www/mnogosearch: Fix with mysql-5.7 and aboveKonstantin Stroykovskiy2023-03-271-0/+11
Variable "storage_engine" is deprecated in mysql-server version 5.6. It is removed from mysql 5.7. New variable is "default_storage_engine". PR: ports/269365