Post merge fix

rocksdb_set_update_cf_options functions was freeing a pointer which it should not.
This commit is contained in:
Varun Gupta 2018-02-08 19:25:19 +05:30
parent 48cfb3b80d
commit 34ff2967c5

View file

@ -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.