diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-10-04 15:01:26 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-10-04 15:01:26 +0200 |
commit | 45ee26699ee107b78aecb8d5a9afb46e4bebfa89 (patch) | |
tree | 49543d3ec16f05bcfc304afeebc97839558122b1 /storage/pbxt | |
parent | e71eb27aa2c83f9f7fd3323fe0bed9fede07be23 (diff) | |
download | mariadb-git-45ee26699ee107b78aecb8d5a9afb46e4bebfa89.tar.gz |
remove redundant declarations
Diffstat (limited to 'storage/pbxt')
-rw-r--r-- | storage/pbxt/plug.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/pbxt/plug.in b/storage/pbxt/plug.in index c0dc06d9702..2d79ad61b3a 100644 --- a/storage/pbxt/plug.in +++ b/storage/pbxt/plug.in @@ -1,6 +1,5 @@ MYSQL_STORAGE_ENGINE(pbxt,no, [PBXT Storage Engine], [MVCC-based transactional engine], [max,max-no-ndb]) -MYSQL_PLUGIN_DIRECTORY(pbxt, [storage/pbxt]) MYSQL_PLUGIN_STATIC(pbxt, [src/libpbxt_s.la], [src/libpbxt_s_embedded.la]) MYSQL_PLUGIN_ACTIONS(pbxt, [ # AC_CONFIG_FILES(storage/pbxt/src/Makefile) |