summaryrefslogtreecommitdiff
path: root/storage/pbxt/plug.in
blob: 02c5d8adcbec33a89f543104efe523c0896f8104 (plain)
1
2
3
4
5
6
7
8
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.a])
MYSQL_PLUGIN_ACTIONS(pbxt,  [
#               AC_CONFIG_FILES(storage/pbxt/src/Makefile)
               ])
MYSQL_PLUGIN_DEPENDS_ON_MYSQL_INTERNALS(pbxt, [[src/ha_pbxt.cc],[src/myxt_xt.cc],[src/discover_xt.cc]])