• Sergei Petrunia's avatar
    MDEV-27149: Add rocksdb_ignore_datadic_errors · fa7a67ff
    Sergei Petrunia authored
    Add a --rocksdb_ignore_datadic_errors plugin option for MyRocks.
    
    The default is 0, and this means MyRocks will call abort() if it detects
    a DDL mismatch.
    
    Setting rocksdb_ignore_datadic_errors=1 makes MyRocks to try to ignore the
    errors and allow to start the server for repairs.
    fa7a67ff
rdb_datadic.cc 179 KB