MDEV-13550 Copy ctor instread of memcpy() in partition_info::get_clone() (#436)
List<>::last is wrong after memcpy(). Doing it on constructed objects is bad practice.
Showing
Please register or sign in to comment
List<>::last is wrong after memcpy(). Doing it on constructed objects is bad practice.