mirror of
https://github.com/MariaDB/server.git
synced 2025-12-03 05:41:09 +03:00
Exclude SELECT and INSERT SELECT from vers_set_hist_part(). We cannot likewise exclude REPLACE SELECT because it may REPLACE into itself (and REPLACE generates history). INSERT also does not generate history, but we have history modification setting which might be interfered.