mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 06:35:33 +02:00
cleanup: ifdefs
This commit is contained in:
parent
0311b11225
commit
8a8f71b8b8
7 changed files with 15 additions and 25 deletions
|
|
@ -10965,11 +10965,9 @@ do_continue:;
|
|||
DEBUG_SYNC(thd, "alter_table_intermediate_table_created");
|
||||
|
||||
/* Open the table since we need to copy the data. */
|
||||
new_table= thd->create_and_open_tmp_table(&frm,
|
||||
alter_ctx.get_tmp_path(),
|
||||
new_table= thd->create_and_open_tmp_table(&frm, alter_ctx.get_tmp_path(),
|
||||
alter_ctx.new_db.str,
|
||||
alter_ctx.new_name.str,
|
||||
true);
|
||||
alter_ctx.new_name.str, true);
|
||||
if (!new_table)
|
||||
goto err_new_table_cleanup;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue