[MDEV-20] INSTALL PLUGIN * Created: 2011-11-24  Updated: 2012-03-07  Resolved: 2012-03-07

Status: Closed
Project: MariaDB Server
Component/s: None
Fix Version/s: 5.5.21

Type: Task Priority: Minor
Reporter: Rasmus Johansson (Inactive) Assignee: Sergei Golubchik
Resolution: Fixed Votes: 0
Labels: plugins


 Description   

InnoDB, XtraDB, PBXT (at least) come with a storage engine plugin and many
information_schema plugins in one .so file.

Currently one needs to install them all one by one.

INSTALL SONAME xxx

would be a more convenient way to install everything at once.

Additionally we introduce

UNINSTALL SONAME xxx

to be able to uninstall all these plugins with one statement.

As another bit of user-friendliness we'll allow one to specify .so/.dll names
without an extension. Simply "ha_example" instead of "ha_example.so" or
"ha_example.dll". This will allow users to write portable sql scripts and config
files, that work on Linux, Windows, Mac OS X, etc.



 Comments   
Comment by Sergei Golubchik [ 2012-03-07 ]

ported the old patch from 5.2 and pushed

Generated at Thu Feb 08 06:25:43 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.