diff options
Diffstat (limited to 'storage/pbxt/plug.in')
-rw-r--r-- | storage/pbxt/plug.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/storage/pbxt/plug.in b/storage/pbxt/plug.in new file mode 100644 index 00000000000..02c5d8adcbe --- /dev/null +++ b/storage/pbxt/plug.in @@ -0,0 +1,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]]) |