mirror of
https://github.com/MariaDB/server.git
synced 2025-11-16 20:23:18 +03:00
depending on table order multi_update::send_data() was counting updates, not updated rows. Thus if one record have several updates it will be counted several times in 'rows matched' but updated only once. multi_update::send_data() now counts only unique rows.
8.7 KiB
8.7 KiB