-
Yasufumi Kinoshita authored
InnoDB should try to insert to the next page before split the page, if the insert record for split_and_insert is last of the page. Otherwise, the (reverse) sequential inserts to the middle of the index might cause 1 record per 1 page. Approved by Marko in rb#5563
Yasufumi Kinoshita authoredInnoDB should try to insert to the next page before split the page, if the insert record for split_and_insert is last of the page. Otherwise, the (reverse) sequential inserts to the middle of the index might cause 1 record per 1 page. Approved by Marko in rb#5563
Loading