diff options
author | unknown <serg@janus.mylan> | 2007-09-07 19:45:33 +0200 |
---|---|---|
committer | unknown <serg@janus.mylan> | 2007-09-07 19:45:33 +0200 |
commit | 602e13cb055b7c58c4f81c971c74d82cfc8c946b (patch) | |
tree | 8286a96e1cd4ddfa5e4aa25c5528ab2b93b6f882 /storage/maria/plug.in | |
parent | 02fd80bacb76a87574046ae028e41fc06d7aab9c (diff) | |
download | mariadb-git-602e13cb055b7c58c4f81c971c74d82cfc8c946b.tar.gz |
enable --with-maria-storage-engine
Diffstat (limited to 'storage/maria/plug.in')
-rw-r--r-- | storage/maria/plug.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/plug.in b/storage/maria/plug.in index 198f5d8c289..1ce64f6e2bb 100644 --- a/storage/maria/plug.in +++ b/storage/maria/plug.in @@ -1,4 +1,4 @@ -MYSQL_STORAGE_ENGINE(maria, no, [Maria Storage Engine], +MYSQL_STORAGE_ENGINE(maria,, [Maria Storage Engine], [Traditional transactional MySQL tables], [max,max-no-ndb]) MYSQL_PLUGIN_DIRECTORY(maria, [storage/maria]) MYSQL_PLUGIN_ACTIONS(maria, [AC_CONFIG_FILES(storage/maria/unittest/Makefile)]) |