diff options
author | unknown <timour@askmonty.org> | 2012-11-01 21:36:31 +0200 |
---|---|---|
committer | unknown <timour@askmonty.org> | 2012-11-01 21:36:31 +0200 |
commit | a1108a0b6c098c7bae8b12d31b6338d563a318c1 (patch) | |
tree | cb513a6dca8a0d7dfa14b4d13e930788139280a7 /storage/pbxt/plug.in | |
parent | 9b6fe965033aab5eb20a4f2eefa482534b15c424 (diff) | |
parent | 8b5d345eea3b4df053a1cdbff398d270af9547ad (diff) | |
download | mariadb-git-a1108a0b6c098c7bae8b12d31b6338d563a318c1.tar.gz |
Merge 5.2 -> 5.3
Diffstat (limited to 'storage/pbxt/plug.in')
-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) |