mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Daemon: TRT check respects --transaction-registry [#302]
This commit is contained in:
@@ -7432,7 +7432,7 @@ static bool mysql_inplace_alter_table(THD *thd,
|
||||
TR_table trt(thd, true);
|
||||
if (table->file->native_versioned())
|
||||
{
|
||||
if (transaction_registry && trt.update())
|
||||
if (opt_transaction_registry && trt.update())
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user