mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
b94f191a77
mysql-test/mysql-test-run.pl: Fixed missed lines in merge. storage/maria/plug.in: Fixed problem with configuration. This is now included top level. storage/pbxt/plug.in: Fixed problem with configuration. This is included now in top level.
7 lines
313 B
Text
7 lines
313 B
Text
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)
|
|
])
|