mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
remove @@system_versioning_innodb_algorithm_simple
and delete few garbage-in-garbage-out tests
This commit is contained in:
@ -865,8 +865,7 @@ int SELECT_LEX::vers_setup_conds(THD *thd, TABLE_LIST *tables, COND **where_expr
|
||||
// have uint64 type of sys_trx_(start|end) field.
|
||||
// They need special handling.
|
||||
TABLE *t= table->table;
|
||||
if (t->versioned(VERS_TIMESTAMP) ||
|
||||
thd->variables.vers_innodb_algorithm_simple)
|
||||
if (t->versioned(VERS_TIMESTAMP))
|
||||
{
|
||||
if (vers_conditions)
|
||||
{
|
||||
|
Reference in New Issue
Block a user