mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 02:35:29 +02:00
rename system_time columns
sys_trx_start -> row_start sys_trx_end -> row_end
This commit is contained in:
parent
cf1e5bef59
commit
b85efdc3af
32 changed files with 223 additions and 223 deletions
|
|
@ -329,7 +329,7 @@ bool mysql_delete(THD *thd, TABLE_LIST *table_list, COND *conds,
|
|||
if (select_lex->vers_setup_conds(thd, table_list, &conds))
|
||||
DBUG_RETURN(TRUE);
|
||||
|
||||
// trx_sees() in InnoDB reads sys_trx_start
|
||||
// trx_sees() in InnoDB reads row_start
|
||||
if (!table->versioned(VERS_TIMESTAMP))
|
||||
{
|
||||
DBUG_ASSERT(table_list->vers_conditions.type == SYSTEM_TIME_BEFORE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue