MDEV-34348: Fix sql_list.h add_unique
Made base_list::add_unique templated, with a default type of void (to adhere to existing uses), and then the already templated class List can then be specific about what types it will use in the provided comparator function.
Showing
Please register or sign in to comment