modify mysql-server script to allow multiple instances to be launched, as my old mariadb-server's port do ex. rc.conf: mysql_instances="one two" mysql_two_user="mytwo" mysql_two_dbdir="/data/mytwo" mysql_one_user="myone" mysql_one_dbdir="/data/myone" I merged "mysql_optfile" from mysql55-server, mariadb55-server's script and old one. This should not change behaviour of the script without instances (default is to use $mysql_* variables and to launch one server) I cc'd perconna and mysql's maintainers as this could be used as well with their ports. Let me know your thoughts about this (here we are using *many* unix-isolated instances instead of VM's or monolithic DB server since more than 10 years with this script) Port maintainer (never@nevermind.kiev.ua) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: SVN)
Class Changed From-To: change-request->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
>Synopsis: [PATCH] databases/mariadb55-server: multi-instances startup script Sorry, I intended to submit this patch for databases/mariadb55-server, not mariadb-server that already contains this feature... -- *geoffroy desvernay* C.R.I - Administration systèmes et réseaux Ecole Centrale de Marseille Tel: (+33|0)4 91 05 45 24 Fax: (+33|0)4 91 05 45 98 dgeo@centrale-marseille.fr
This is a multi-part message in MIME format.
Wrong class: should be change-request (I'm not maintainer of mariadb55-server) @maintainer: now you know it exist :) sorry for my fault :-| -- *geoffroy desvernay* C.R.I - Administration systèmes et réseaux Ecole Centrale de Marseille
Class Changed From-To: maintainer-update->change-request change class per submitter request.
State Changed From-To: open->feedback To never@nevermind.kiev.ua: I don't understand why the autoassigner did not assign this PR to you. I am doing it manually.
maintainer timeout ? -- *geoffroy desvernay* C.R.I - Administration systèmes et réseaux Ecole Centrale de Marseille
Using this patch for more than a year now… Isn't this a maintainer timeout ?
Sorry, I missed this PR completely. Just tested your patch - works fine! I approve that.
Maintainer has responded with approval.
Could a commiter have a look at this one please ?
A commit references this bug: Author: marino Date: Sat Jul 12 01:11:24 UTC 2014 New revision: 361594 URL: http://svnweb.freebsd.org/changeset/ports/361594 Log: databases/mariadb55-server: Allow multiple instances to launch PR: 178726 Submitted by: dgeo (centrale-marseille.fr) Approved by: maintainer (Alexandr Kovalenko) Changes: head/databases/mariadb55-server/Makefile head/databases/mariadb55-server/files/mysql-server.in