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.
Code Review signoff
Version updated. --- /tmp/wklog.77.old.13463 2011-06-22 08:35:13.000000000 +0000 +++ /tmp/wklog.77.new.13463 2011-06-22 08:35:13.000000000 +0000 @@ -1,2 +1,2 @@ -9.x +Server-9.x
Code Review updated: -> Holyfoot
High Level Description modified. --- /tmp/wklog.77.old.18829 2011-06-21 15:37:54.000000000 +0000 +++ /tmp/wklog.77.new.18829 2011-06-21 15:37:54.000000000 +0000 @@ -7,9 +7,14 @@ would be a more convenient way to install everything at once. -Additiuonally we introduce +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. +
High Level Description modified. --- /tmp/wklog.77.old.18768 2011-06-21 15:34:26.000000000 +0000 +++ /tmp/wklog.77.new.18768 2011-06-21 15:34:26.000000000 +0000 @@ -3,13 +3,13 @@ Currently one needs to install them all one by one. -INSTALL PLUGIN * SONAME xxx +INSTALL SONAME xxx would be a more convenient way to install everything at once. -Additiuonally we can introduce +Additiuonally we introduce -UNINSTALL PLUGIN * SONAME xxx +UNINSTALL SONAME xxx to be able to uninstall all these plugins with one statement.
Category updated. --- /tmp/wklog.77.old.2833 2011-06-01 19:26:26.000000000 +0000 +++ /tmp/wklog.77.new.2833 2011-06-01 19:26:26.000000000 +0000 @@ -1,2 +1,2 @@ -Client-Sprint +Server-Sprint
Version updated. --- /tmp/wklog.77.old.2833 2011-06-01 19:26:26.000000000 +0000 +++ /tmp/wklog.77.new.2833 2011-06-01 19:26:26.000000000 +0000 @@ -1,2 +1,2 @@ -Server-9.x +9.x
Version updated. --- /tmp/wklog.77.old.2828 2011-06-01 19:26:12.000000000 +0000 +++ /tmp/wklog.77.new.2828 2011-06-01 19:26:12.000000000 +0000 @@ -1,2 +1,2 @@ -9.x +Server-9.x
Status updated. --- /tmp/wklog.77.old.2828 2011-06-01 19:26:12.000000000 +0000 +++ /tmp/wklog.77.new.2828 2011-06-01 19:26:12.000000000 +0000 @@ -1,2 +1,2 @@ -In-Progress +Code-Review
Implementor signoff