mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-18727 improve DML operation of System Versioning
MDEV-18957 UPDATE with LIMIT clause is wrong for versioned partitioned tables UPDATE, DELETE: replace linear search of current/historical records with vers_setup_conds(). Additional DML cases in view.test
This commit is contained in:
@ -189,7 +189,8 @@ enum vers_system_time_t
|
||||
SYSTEM_TIME_AS_OF,
|
||||
SYSTEM_TIME_FROM_TO,
|
||||
SYSTEM_TIME_BETWEEN,
|
||||
SYSTEM_TIME_BEFORE,
|
||||
SYSTEM_TIME_BEFORE, // used for DELETE HISTORY ... BEFORE
|
||||
SYSTEM_TIME_HISTORY, // used for DELETE HISTORY
|
||||
SYSTEM_TIME_ALL
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user