1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Daemon: TRT check respects --transaction-registry [#302]

This commit is contained in:
Aleksey Midenkov
2017-11-15 18:08:00 +03:00
parent 3fc943cd87
commit f39df037f6
6 changed files with 7 additions and 7 deletions

View File

@@ -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;
}