allisterb/Alpheus

Add include file support to the MySQL parser.

Closed this issue · 1 comments

Files in the extended .ini format MySQL uses can be included using the syntax

!includedir /etc/mysql/conf.d/
!includedir /etc/mysql/mysql.conf.d/

This isn't part of the official .ini spec methinks but MySQL uses a lot of custom syntax.

fdc0f6a adds support for the !include and !includedir key-values in MySQL. I'm still not sure of the details of MySQL including directories i.e should directories be recursed or just the top-level included?