Bug 269365 - www/mnogosearch does not work with mysql 5.7 and above
Summary: www/mnogosearch does not work with mysql 5.7 and above
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-06 07:47 UTC by Konstantin Stroykovskiy
Modified: 2023-03-27 08:04 UTC (History)
1 user (show)

See Also:
bonkor: maintainer-feedback+


Attachments
sql-mysql.c patch (481 bytes, patch)
2023-02-06 07:47 UTC, Konstantin Stroykovskiy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Stroykovskiy 2023-02-06 07:47:02 UTC
Created attachment 239939 [details]
sql-mysql.c patch

Variable "storage_engine" is deprecated in mysql-server version 5.6. It is removed from mysql 5.7. New variable is "default_storage_engine".
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-03-27 08:04:26 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5ac399c458241f36f9bc62469f1ed4a6a88a74ed

commit 5ac399c458241f36f9bc62469f1ed4a6a88a74ed
Author:     Konstantin Stroykovskiy <bonkor@gmail.com>
AuthorDate: 2023-03-27 07:56:11 +0000
Commit:     Chris Rees <crees@FreeBSD.org>
CommitDate: 2023-03-27 07:57:28 +0000

    www/mnogosearch: Fix with mysql-5.7 and above

    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

 www/mnogosearch/Makefile                          |  1 +
 www/mnogosearch/files/patch-src-sql-mysql-c (new) | 11 +++++++++++
 2 files changed, 12 insertions(+)
Comment 2 Chris Rees freebsd_committer freebsd_triage 2023-03-27 08:04:48 UTC
Committed.  Thanks!