1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Daemon: TRT check doesn't abort [fixes #335]

Added schema check logging messages.
This commit is contained in:
Aleksey Midenkov
2017-11-21 12:25:05 +03:00
parent 0b40a981de
commit 5994b6873c
7 changed files with 90 additions and 25 deletions

View File

@ -7432,7 +7432,7 @@ static bool mysql_inplace_alter_table(THD *thd,
TR_table trt(thd, true);
if (thd->vers_update_trt && trt != *table_list)
{
if (opt_transaction_registry && trt.update())
if (use_transaction_registry && trt.update())
return true;
}