mirror of
https://github.com/MariaDB/server.git
synced 2025-05-29 21:42:28 +03:00
Item_func_history (is_history()) is a bool function that checks if the row is the history row by checking row_end->is_max(). The argument to this function must be row_end system field. Added the above function to conjunction with SYSTEM_TIME_BEFORE versioning condition.