mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Removed legacy name for innodb_plugin SE, so --with[out]-innodb
option doesn't affect innodb_plugin. Currently it works as following: * configure without relevant options producing two dynamic plugins * configure --with-plugin-innodb (or legacy --with-innodb) producing static standard InnoDB * configure --without-plugin-innodb (or legacy --without-innodb) disabling standard InnoDB * configure --with-plugin-innodb_plugin producing dynamic innodb_plugin * configure --without-plugin-innodb_plugin disabling innodb_plugin storage/innodb_plugin/plug.in: Removed legacy name for innodb_plugin SE.
This commit is contained in:
parent
bf893bea7e
commit
c182f70115
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
[MYSQL]
|
||||
post_commit_to = "satya.bn@sun.com,svoj@sun.com,joro@sun.com"
|
||||
post_push_to = "satya.bn@sun.com,svoj@sun.com,joro@sun.com"
|
||||
post_commit_to = "satya.bn@sun.com,svoj@sun.com,joro@sun.com,Tomas.Ulin@Sun.COM,wlad@sun.com"
|
||||
post_push_to = "satya.bn@sun.com,svoj@sun.com,joro@sun.com,Tomas.Ulin@Sun.COM,wlad@sun.com"
|
||||
tree_name = "mysql-5.1-innodb_plugin"
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
# Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
MYSQL_STORAGE_ENGINE(innodb_plugin, innodb, [InnoDB Storage Engine],
|
||||
MYSQL_STORAGE_ENGINE(innodb_plugin,, [InnoDB Storage Engine],
|
||||
[Transactional Tables using InnoDB], [max,max-no-ndb])
|
||||
MYSQL_PLUGIN_DIRECTORY(innodb_plugin, [storage/innodb_plugin])
|
||||
#MYSQL_PLUGIN_STATIC(innobase, [libinnobase.a])
|
||||
|
|
Loading…
Reference in a new issue