diff options
author | unknown <serg@sergbook.mysql.com> | 2006-05-04 17:14:56 -0400 |
---|---|---|
committer | unknown <serg@sergbook.mysql.com> | 2006-05-04 17:14:56 -0400 |
commit | b41823175db16d053b19a5fcc07e391ecc33353b (patch) | |
tree | 578066bba37b961814e3f08bde2833c3caec8ff4 /configure.in | |
parent | 9d08bc06207a7ad399e0e09b08cc49721cce97e5 (diff) | |
download | mariadb-git-b41823175db16d053b19a5fcc07e391ecc33353b.tar.gz |
auto-include plug.in, remove the need for plugins to modify configure.in
configure.in:
plug.in examples
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.in b/configure.in index 162bff48b7f..3a2398e0ed4 100644 --- a/configure.in +++ b/configure.in @@ -52,12 +52,6 @@ romanian russian serbian slovak spanish swedish ukrainian" # Declare our plugin modules #-------------------------------------------------------------------- -MYSQL_STORAGE_ENGINE(archive,, [Archive Storage Engine], - [Archive Storage Engine], [max,max-no-ndb]) -MYSQL_PLUGIN_DIRECTORY(archive, [storage/archive]) -MYSQL_PLUGIN_STATIC(archive, [libarchive.a]) -MYSQL_PLUGIN_DYNAMIC(archive, [ha_archive.la]) - MYSQL_STORAGE_ENGINE(berkeley, berkeley-db, [BerkeleyDB Storage Engine], [Transactional Tables using BerkeleyDB], [max,max-no-ndb]) MYSQL_PLUGIN_DIRECTORY(berkeley,[storage/bdb]) @@ -76,12 +70,6 @@ MYSQL_PLUGIN_DIRECTORY(csv, [storage/csv]) MYSQL_PLUGIN_STATIC(csv, [libcsv.a]) MYSQL_PLUGIN_MANDATORY(csv) dnl Used for logging -MYSQL_STORAGE_ENGINE(example,, [Example Storage Engine], - [Skeleton for Storage Engines for developers], [max,max-no-ndb]) -MYSQL_PLUGIN_DIRECTORY(example, [storage/example]) -MYSQL_PLUGIN_STATIC(example, [libexample.a]) -MYSQL_PLUGIN_DYNAMIC(example, [ha_example.la]) - MYSQL_STORAGE_ENGINE(federated,,[Federated Storage Engine], [Connects to tables on remote MySQL servers], [max,max-no-ndb]) |