diff options
author | unknown <sanja@montyprogram.com> | 2012-10-31 23:04:53 +0200 |
---|---|---|
committer | unknown <sanja@montyprogram.com> | 2012-10-31 23:04:53 +0200 |
commit | d9a682adcfef7386da167a4b67613f588d6b0219 (patch) | |
tree | 31b4378d6bee1a25bd71e1f406b53f9999243dcc | |
parent | 4304dbc464d425e54b0d802568838592cb625b26 (diff) | |
download | mariadb-git-d9a682adcfef7386da167a4b67613f588d6b0219.tar.gz |
Do not build pbxt.
-rw-r--r-- | storage/pbxt/plug.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/pbxt/plug.in b/storage/pbxt/plug.in index 2d79ad61b3a..57fa292303f 100644 --- a/storage/pbxt/plug.in +++ b/storage/pbxt/plug.in @@ -1,5 +1,5 @@ MYSQL_STORAGE_ENGINE(pbxt,no, [PBXT Storage Engine], - [MVCC-based transactional engine], [max,max-no-ndb]) + [MVCC-based transactional engine], []) MYSQL_PLUGIN_STATIC(pbxt, [src/libpbxt_s.la], [src/libpbxt_s_embedded.la]) MYSQL_PLUGIN_ACTIONS(pbxt, [ # AC_CONFIG_FILES(storage/pbxt/src/Makefile) |