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:
Sergey Vojtovich 2009-06-10 22:50:00 +05:00
parent bf893bea7e
commit c182f70115
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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])