Commit 34ff2967 authored by Varun Gupta's avatar Varun Gupta

Post merge fix

rocksdb_set_update_cf_options functions was freeing a pointer which it should not.
parent 48cfb3b8
......@@ -13141,7 +13141,6 @@ rocksdb_set_update_cf_options(THD *const /* unused */,
}
}
my_free(*reinterpret_cast<char**>(var_ptr));
// Our caller (`plugin_var_memalloc_global_update`) will call `my_free` to
// free up resources used before.
......
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