summaryrefslogtreecommitdiff
path: root/mysql-test/r/plugin_loaderr.result
Commit message (Collapse)AuthorAgeFilesLines
* initialize plugins in the specific order by plugin typeSergei Golubchik2015-02-101-1/+1
| | | | but do MyISAM first - to read mysql.plugin table
* disable the test for MDEV-6351 on embeddedSergei Golubchik2014-07-281-1/+1
|
* MDEV-6351 - --plugin=force has no effect for built-in pluginsSergey Vojtovich2014-06-171-0/+3
| | | | | mysqld didn't fail to start if a compiled-in plugin failed to initialize (--xxx=FORCE behaving as --xxx=ON)
* bugfix: mysqld failed to start if a compiled-in plugin failed to initializeSergei Golubchik2012-04-171-0/+10
(--xxx=ON behaving as --xxx=FORCE)