maria-discuss team mailing list archive
-
maria-discuss team
-
Mailing list archive
-
Message #00457
Re: failed to initialize plugins error
-
To:
Patrick Galbraith <patg@xxxxxxxx>
-
From:
Kristian Nielsen <knielsen@xxxxxxxxxxxxxxx>
-
Date:
Fri, 09 Sep 2011 15:30:34 +0200
-
Cc:
maria-discuss@xxxxxxxxxxxxxxxxxxx
-
In-reply-to:
<CAM=bBLKtGr49q+xakqcS_5+bZvs=U2Yi6CHOr0d0FZbd9HUeTQ@mail.gmail.com> (Patrick Galbraith's message of "Fri, 9 Sep 2011 09:25:07 -0400")
-
User-agent:
Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)
Patrick Galbraith <patg@xxxxxxxx> writes:
> So, when I start mysqld, I get the error:
>
> "[ERROR] Failed to initialize plugins."
I think this means that the plugin init function of a static plugin (or
dynamic, but static seems more likely in this case) returned an error.
Rather than it failing to load a dynamic plugin (static and dynamic plugins
are initialised the same way AFAIK).
Maybe the error log will have something, else you'll maybe need to dig out gdb
and see where it fails.
- Kristian.
References