Commit c52ffbeb authored by Sergei Petrunia's avatar Sergei Petrunia

Remove garbage code

parent 575afea7
......@@ -3838,8 +3838,6 @@ static int rocksdb_init_func(void *const p) {
rocksdb::Options main_opts(*rocksdb_db_options,
cf_options_map->get_defaults());
#ifdef MARIAROCKS_NOT_YET
#endif
rocksdb::TransactionDBOptions tx_db_options;
tx_db_options.transaction_lock_timeout = 2; // 2 seconds
tx_db_options.custom_mutex_factory = std::make_shared<Rdb_mutex_factory>();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment