1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

SQL,Client: mysqldump for TRT fix [#302]

Test results:
main.
mysqldump
mysqldump-max
mysqld--help
openssl_1
This commit is contained in:
Aleksey Midenkov
2017-11-15 14:46:13 +03:00
parent 0a4aa47ac5
commit af88c66252
13 changed files with 169 additions and 6 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 (trt.update())
if (transaction_registry && trt.update())
return true;
}