Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configurable my_cnf option for Test::mysqld::Pool #1

Merged
merged 2 commits into from
Sep 9, 2014
Merged

configurable my_cnf option for Test::mysqld::Pool #1

merged 2 commits into from
Sep 9, 2014

Conversation

mackee
Copy link
Owner

@mackee mackee commented Jun 4, 2014

package MyProject::DB::Preparer;

sub prepare { ... }

sub my_cnf {
    +{
        "skip-networking" => "",
        "character-set-server" => "utf8mb4",
    };
}
$ prove -PMySQLPool=MyProject::DB::Preparer ...

のような感じでmy_cnfを渡せるようにしました。よろしくお願いします。

mackee added a commit that referenced this pull request Sep 9, 2014
configurable my_cnf option for Test::mysqld::Pool
@mackee mackee merged commit acffe92 into mackee:master Sep 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant