diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-06-21 23:47:39 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2018-06-21 23:47:39 +0200 |
commit | b942aa34c10ddfa3fe4977ae60afed5cbdc51083 (patch) | |
tree | 0a1a934ca7b728e3ffb81cd2f7c6a858524726d4 /sql/sql_alter.cc | |
parent | fe3f9fa9183ea3d10397b6f7f4d422ae9bba00a4 (diff) | |
parent | c09a8b5b36edb494e2bcc93074c06e26cd9f2b92 (diff) | |
download | mariadb-git-b942aa34c10ddfa3fe4977ae60afed5cbdc51083.tar.gz |
Merge branch '10.1' into 10.2
Diffstat (limited to 'sql/sql_alter.cc')
-rw-r--r-- | sql/sql_alter.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_alter.cc b/sql/sql_alter.cc index 3a9ba07d7a1..dbb138ed9ab 100644 --- a/sql/sql_alter.cc +++ b/sql/sql_alter.cc @@ -304,9 +304,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; -#ifdef WITH_PARTITION_STORAGE_ENGINE - thd->work_part_info= 0; -#endif #ifdef WITH_WSREP if ((!thd->is_current_stmt_binlog_format_row() || |