• Julien Muchembled's avatar
    NEO: only load MariaDB plugin for chosen engine · d0df63cf
    Julien Muchembled authored
    For the test suite, all plugins are still loaded if no engine is specified.
    
    Loading TokuDB whereas RocksDB is used is quite annoying because:
    - TokuDB creates many threads
    - RocksDB opens many files
    We had systems where lsof takes a few minutes to output 10 million lines.
    
    This will also make the datadir a bit cleaner.
    d0df63cf
my.cnf.in 1.64 KB