diff options
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist index a8d180eace1..6cc537cdf9c 100755 --- a/BUILD/compile-dist +++ b/BUILD/compile-dist @@ -45,6 +45,11 @@ fi # Make sure to enable all features that affect "make dist" ./configure \ --with-embedded-server \ + --with-archive-storage-engine \ + --with-blackhole-storage-engine \ + --with-csv-storage-engine \ + --with-example-storage-engine \ + --with-federated-storage-engine \ --with-berkeley-db \ --with-innodb \ --enable-thread-safe-client \ |