summaryrefslogtreecommitdiff
path: root/sql/sql_alter.cc
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-06-14 09:08:41 +0200
committerSergei Golubchik <serg@mariadb.org>2018-06-14 18:06:44 +0200
commit776fc876862ccf6bc77938246bbab2b349d621a9 (patch)
treeb09b94a797e6816a456b4b7a2ccae3d230f7f37f /sql/sql_alter.cc
parent5d6b7f46fb41207455dbed8aa07daefdb0b71451 (diff)
downloadmariadb-git-776fc876862ccf6bc77938246bbab2b349d621a9.tar.gz
fix compilation w/o partitioning
followup for d8da920264a
Diffstat (limited to 'sql/sql_alter.cc')
-rw-r--r--sql/sql_alter.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_alter.cc b/sql/sql_alter.cc
index 6f21fb4b931..f17931ae919 100644
--- a/sql/sql_alter.cc
+++ b/sql/sql_alter.cc
@@ -303,7 +303,6 @@ bool Sql_cmd_alter_table::execute(THD *thd)
create_info.data_file_name= create_info.index_file_name= NULL;
thd->enable_slow_log= opt_log_slow_admin_statements;
- thd->work_part_info= 0;
#ifdef WITH_WSREP
TABLE *find_temporary_table(THD *thd, const TABLE_LIST *tl);