1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-02 14:22:51 +03:00

Fix of error messages with big help of serg

This commit is contained in:
Oleksandr Byelkin
2019-02-12 10:48:19 +01:00
parent fa57e11844
commit 31d6e9c3c8
4 changed files with 9 additions and 12 deletions

View File

@ -9695,7 +9695,7 @@ do_continue:;
thd->create_and_open_tmp_table(new_db_type, &frm,
alter_ctx.get_tmp_path(),
alter_ctx.new_db.str,
alter_ctx.tmp_name.str,
alter_ctx.new_name.str,
false, true)))
goto err_new_table_cleanup;