Bug#35845: unneccesary call to ha_start_bulk_insert for not used partitions
(Backport) Problem is that when insert (ha_start_bulk_insert) in i partitioned table, it will call ha_start_bulk_insert for every partition, used or not. Solution is to delay the call to the partitions ha_start_bulk_insert until the first row is to be inserted into that partition
Showing
Please register or sign in to comment