From 776fc876862ccf6bc77938246bbab2b349d621a9 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 14 Jun 2018 09:08:41 +0200 Subject: fix compilation w/o partitioning followup for d8da920264a --- sql/sql_alter.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/sql_alter.cc') 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); -- cgit v1.2.1