mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
[t:2744], add progress info stating when we abort, fix on main
git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@21292 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
b2d222add4
commit
c602f029ac
1 changed files with 2 additions and 0 deletions
|
@ -6540,6 +6540,8 @@ cleanup:
|
|||
tmp_cursor = NULL;
|
||||
}
|
||||
if (loader != NULL) {
|
||||
sprintf(status_msg, "aborting creation of indexes.");
|
||||
thd_proc_info(thd, status_msg);
|
||||
loader->abort(loader);
|
||||
}
|
||||
if (txn) {
|
||||
|
|
Loading…
Reference in a new issue